5407 Commits (2669777981c351b33cfd09d2e725c6acb037574f)
 

Author SHA1 Message Date
  Michael Niedermayer 2669777981 fix decoding of mpeg2-trunc.vob 19 years ago
  François Revol 7581c5f50c fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/ 19 years ago
  Måns Rullgård e01dc227f3 can't have PES headers in MPEG video elementary streams so fail probe 19 years ago
  Michael Niedermayer 8945ebb9c1 fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) 19 years ago
  Michael Niedermayer 115e8ae577 support seeking in RenderAvi.avi (audio stream == single huge chunk) 19 years ago
  Michael Niedermayer 8223bca50d 10l forgot to set packet_size 19 years ago
  Michael Niedermayer 1894edeb74 fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi 19 years ago
  Michael Niedermayer 5c89153e90 add movi_list offset into index 19 years ago
  Michael Niedermayer 30a43f2d09 add size to AVIndex 19 years ago
  Benjamin Larsson 26d6d03270 Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 19 years ago
  Michael Niedermayer 94d1d6c02d ODML index parsing support 19 years ago
  Michael Niedermayer 9eb40bcf41 replace if by assert as it should never by true 19 years ago
  Likai Liu 11c19637d2 use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) 19 years ago
  Aurelien Jacobs 6310461b7f -loop was renamed to -loop_input 19 years ago
  Luca Abeni 6714e97c30 Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop" 19 years ago
  Luca Abeni 24300af416 Add support for drivers that can change the capture size on VIDIOC_S_FMT 19 years ago
  Flavio Pimentel Duarte 2b63c22255 Error path fix: close the video device on failure 19 years ago
  Dan Maas 40116978de Assign class 2 to most macroblocks by default, instead of a more conservative 19 years ago
  Michael Niedermayer 49bbe39449 v4l2 maintainer 19 years ago
  Benjamin Larsson 79a32e3b95 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch 19 years ago
  Roman Shaposhnik e5867e4d50 Not that we're that far from being an *initial* implementation, but 19 years ago
  Dan Maas 2e52b44e50 AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The 19 years ago
  Måns Rullgård 1540cfdcce SRCS must be set using := or things break when ASM_OBJS is added to OBJS 19 years ago
  Aurelien Jacobs 59f45163df don't try to test streams which are commented out in test.conf 19 years ago
  Michael Niedermayer 0403f791b3 remove wrong assert() 19 years ago
  Michael Niedermayer d676478c8d replace for loop with 2 asserts() 19 years ago
  Alex Beregszaszi c16601bb8e print a hint when trying V4L2 on V4L device 19 years ago
  Dan Maas 6df5f6ae51 size[0-3] are not initialized (and can get random negative trash 19 years ago
  Måns Rullgård 1bd8624697 kill some warnings 19 years ago
  Loren Merritt 285b570fd2 fix a memory leak on seeking. 19 years ago
  Diego Biurrun 788223b155 Remove outdated FAQ entry about A/V sync issues when grabbing. 19 years ago
  Diego Biurrun d315ec5c31 Use BSD-compatible expr syntax and change test -ne to test != for portability. 19 years ago
  Alan Curry 1d773cfde0 Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that 19 years ago
  Michael Niedermayer 7bdb4f67bc 10l (forgot EOBs) 19 years ago
  Aurelien Jacobs 927e193d3a get ride of perl and sort in ffserver regtest (and avoid problem with behavior of sort changing with locales) 19 years ago
  Aurelien Jacobs 2af799468a update ffserver.regression.ref to the actual md5 values 19 years ago
  Aurelien Jacobs ddf2b51bee fix ffserver regtest inconsistency between different arch (and even different kind of x86) 19 years ago
  Michael Niedermayer 6661b2130d dont lowwer qnos of more blocks then needed 19 years ago
  Antoine Cellerier 88d6903e23 Give a hint about what is the expected the data type of command line options. 19 years ago
  Michael Niedermayer d2d230a756 fixing dv_guess_qnos() 19 years ago
  Michael Niedermayer fe78f7cdaa print a big warning if we mess up and run out of space ... 19 years ago
  Baptiste Coudurier b4712e3c8b CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) 19 years ago
  Diego Biurrun 70b0bb8772 link fixes 19 years ago
  Ivan Kalvachev afe6a4a0be Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. 19 years ago
  Loren Merritt 85ed1022b3 minor simplifications in cabac_mb_type 19 years ago
  Alex Beregszaszi 571fa53105 support correct ptses on other than version 3.2.0 aswell 19 years ago
  Luca Barbato 5cb9fda4b0 Fix AltiVec H.264 decoding on FSF gcc. 19 years ago
  Alex Beregszaszi 1319a77b01 added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) 19 years ago
  Alex Beregszaszi 33f5e2ec3e make those nasty variables static, also fix a html bug 19 years ago
  Alex Beregszaszi fb7a2bf695 check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change 19 years ago