6359 Commits (39fc859ee088c62f5c83aa7364c352fdd1f61e37)

Author SHA1 Message Date
Diego Biurrun e73e4e75f9 cosmetics: Fix indentation in a few more places. 17 years ago
Diego Biurrun ef3dfbd427 cosmetics: Normalize {} placement after for, while, if. 17 years ago
Aurelien Jacobs a73cbf9709 huffman: add a zero_count flag and use it in fraps 17 years ago
Aurelien Jacobs bac02ed3c5 huffman: pass hnode_first as a flag instead of as an argument on its own 17 years ago
Mark Cox 8d06bd53f8 Fix unused variable warnings. 17 years ago
Diego Biurrun 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
Ramiro Polla 5dea940937 __stdcall -> WINAPI 17 years ago
Måns Rullgård 0e32c8c65a simplify library version handling 17 years ago
Baptiste Coudurier cbaf50f850 indentation 17 years ago
Baptiste Coudurier 7ee4dd0282 do not display par and dar if not available 17 years ago
Måns Rullgård 5671fc14f6 consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment 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 30400f0d03 fix interlaced decoding, original patch from reimar 17 years ago
Kostya Shishkov 9dc92a38a0 IMA ADPCM encoder - QT variant 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
Aurelien Jacobs 5a4334618c add dependencies for matroska audio and nut muxers over lavc 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 591bf9b942 add some required objects dependencies 17 years ago
Aurelien Jacobs 0c291f2d0f Avoid linking with h263 and mpeg4 find_frame_end() 17 years ago
Mike Melanson 282ee4e766 fix the WC3 Xan decoder by correcting the frame accounting logic 17 years ago
Michael Niedermayer 378774e9a8 Fix handling flags with the MSB set. 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
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Aurelien Jacobs ce7f71a2dd dsputil.h is a local header 17 years ago
Aurelien Jacobs c8deab7af7 include required header 17 years ago
Måns Rullgård 0e9fbd35b5 remove invalid free() forgotten in r12300 17 years ago
Michael Niedermayer f15e6b869f Provide non null class name to avoid crash with ffmpeg -h. 17 years ago
Justin Ruggles d8870f120e use scale factor instead of sum for downmix level adjustment. avoids division 17 years ago
Justin Ruggles 9d10e6e6c0 pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. 17 years ago
Justin Ruggles a4de6dd2c1 Use 24-bit fixed-point transform coefficients until just before MDCT. This 17 years ago
Loren Merritt be0995b166 more aspect ratios added in one of the ammendments 17 years ago
Benoit Fouet 79aeec0839 Make AMR-NB block size const and 8 bits. 17 years ago
Benoit Fouet 675bc0bccb Define block size for AMR-WB (use IF2 table). 17 years ago
Michael Niedermayer b5a33ff124 suppress the second warning 17 years ago