6382 Commits (558ce5c4903cf89e49e6c1517d72f8c7aa3c636a)

Author SHA1 Message Date
Måns Rullgård 77f11d8a4c improve precision in mdct.c using double for some temporaries 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Dave Yeo b96644bfe3 Add attribute_align_arg to os2thread.c. 17 years ago
Ramiro Polla 69b192acb8 Typo 17 years ago
Diego Biurrun b2c26e2717 Use correct t printf modifier for pointer differences. 17 years ago
Baptiste Coudurier 99c763d143 log aspect ratio forbidden value, and fail if error resilience is high 17 years ago
Baptiste Coudurier a2338352be do not fail badly if aspect ratio is 0/forbidden, fix issue 369 17 years ago
Diego Biurrun bfb80dbe21 This file does not use size_t, so no need to #include <sys/types.h>. 17 years ago
Michael Niedermayer 9d2cc8c1ee If consumed does not match nalsize, favor nalsize. 17 years ago
Diego Biurrun 6ef2912879 Add missing stdint.h #include to headers that use it. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Justin Ruggles 98f6dfa653 make input buffer const, as it should be. fixes a warning. 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Diego Biurrun 13ca50f367 Rename --enable-swscaler --> enable-swscale to be consistent with the 17 years ago
Mike Melanson 32c3047cac These video decoders do not need to include and initialize the DSP 17 years ago
Mike Melanson d61af67aa1 There is no reason to assign a variable to itself 17 years ago
Michael Niedermayer 1637930fe6 smaller tables 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Justin Ruggles 38dae9c3a6 downmix before imdct unless different size transforms are used. about 20% 17 years ago
Kostya Shishkov 811d914652 indentation 17 years ago
Kostya Shishkov 1ba3bae800 Correctly handle empty frames 17 years ago
Kostya Shishkov 8c908d7d61 Fraps v5 decoding support 17 years ago
Kostya Shishkov 6a02cb8239 Add step variable (for future v5 decoding) 17 years ago
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