12856 Commits (4c7981ba7c532928dbe60934a9fc951dbf8a34b5)
 

Author SHA1 Message Date
Baptiste Coudurier 4c7981ba7c do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf 17 years ago
Panagiotis Issaris d42a814ef1 Make av_class a pointer to a const AVClass. Addresses one warning in 17 years ago
Benjamin Larsson ebf71dbda5 Don't use unchecked data from the bitstream. 17 years ago
Baptiste Coudurier 72d334cab4 support AVDISCARD_ALL 17 years ago
Baptiste Coudurier 8055ede6c7 change sws_format_name to return const char*, supress many warnings 17 years ago
Baptiste Coudurier 4b0c30b79c remove redundant SwScaler text since av_log uses AVClass context 17 years ago
Baptiste Coudurier 30400f0d03 fix interlaced decoding, original patch from reimar 17 years ago
Kostya Shishkov 9dc92a38a0 IMA ADPCM encoder - QT variant 17 years ago
Michael Niedermayer 11c55efa34 Skip over unknown extended_content_header tags. 17 years ago
Michael Niedermayer 16428e6348 simplify 17 years ago
Aurelien Jacobs 9822564d1d make compilation of mpeg12* and mpegvideo conditional 17 years ago
Aurelien Jacobs 6cbe71bd06 move ff_mpeg1_dc_scale_table to mpegvideo.c 17 years ago
Måns Rullgård de2f77d865 allow vpath search only for source files 17 years ago
Måns Rullgård e3773a55be simplify processing of some --disable-* options 17 years ago
Vitor Sessak c2b0b21d15 Add correct version number to shared libavfilter 17 years ago
Vitor Sessak ea28ecb093 Fix avfilter compilation with --enable-shared and no libswscaler 17 years ago
Aurelien Jacobs 5a4334618c add dependencies for matroska audio and nut muxers over lavc 17 years ago
Diego Biurrun d78d72da66 Set TCP protocol to is_streamed=1 as seeking is not possible. 17 years ago
Aurelien Jacobs dc85e85943 doxyfy frame type comments and add some more comments 17 years ago
Aurelien Jacobs 48d533e6fa define BI frame type along with other frame types 17 years ago
Aurelien Jacobs c06ccb1357 cosmetic: align 17 years ago
Aurelien Jacobs 241227d8a8 remove some unneeded artificial dependencies from configure 17 years ago
Aurelien Jacobs 591bf9b942 add some required objects dependencies 17 years ago
Aurelien Jacobs 0c291f2d0f Avoid linking with h263 and mpeg4 find_frame_end() 17 years ago
Luca Abeni 83cc23c5d3 Add some information about the stream bitrate, if available 17 years ago
Michael Niedermayer 1326621c1a Subtitle support. (untested) 17 years ago
Michael Niedermayer 73e2261318 The last flag fix fixed mpeg4-qprd (there the flags ended up being trashed 17 years ago
Baptiste Coudurier 112249de00 set block align for mace3/6 17 years ago
Baptiste Coudurier 28da7981d0 correctly compute bit rate for compressed audio, should fix seeking in aiff 17 years ago
Mike Melanson 282ee4e766 fix the WC3 Xan decoder by correcting the frame accounting logic 17 years ago
Michael Niedermayer 56adc69501 One more (forgotten) fix for fixing sws_flags. 17 years ago
Michael Niedermayer e60da588e3 sws_flags is unsigned. 17 years ago
Michael Niedermayer 378774e9a8 Fix handling flags with the MSB set. 17 years ago
Michael Niedermayer 8b2fce0d3f Turn ancient V offset numerical constants into named ones. 17 years ago
Aurelien Jacobs fbd4293df9 remove more useless mpegvideo.h includes 17 years ago
Aurelien Jacobs cbcd6c8ca9 move EDGE_WIDTH definition allong with draw_edges where it belongs 17 years ago
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Aurelien Jacobs 3bfe9260fa move relevant declarations to mpeg12data.h 17 years ago
Aurelien Jacobs 6d93461504 move run length table constants to rl.h 17 years ago
Aurelien Jacobs 288a44fb7a move ff_emulated_edge_mc() to dsputil 17 years ago
Michael Niedermayer 8d4bef64b4 Remove unused elements from tables. 17 years ago
Michael Niedermayer 6a287b739f Detect and prevent reading over the end of counts_*. We pass the error 17 years ago
Michael Niedermayer 1a2a1d9077 Prevent segfault due to reading over the end of the input buffer. 17 years ago
Aurelien Jacobs 7998988129 fix wmv3 dependencies 17 years ago
Aurelien Jacobs 49c35f16fc Fix compilation on powerpc. 17 years ago
Aurelien Jacobs 015d0bb95c remove old draw_edges declaration cruft 17 years ago
Aurelien Jacobs 4c79b95c32 move ff_init_scantable() into dsputil 17 years ago
Michael Niedermayer 675b8390f6 Ignore flags after pts/dts if there are no bytes left. 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Aurelien Jacobs ce7f71a2dd dsputil.h is a local header 17 years ago