Mercurial > libavcodec.hg
graph
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodec2009-10-16, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodec2009-10-16, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec2009-10-16, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec2009-10-16, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec2009-10-16, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec2009-10-15, by reimar
-
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec2009-10-15, by reimar
-
Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec2009-10-15, by reimar
-
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec2009-10-15, by reimar
-
Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec2009-10-13, by reimar
-
Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec2009-10-13, by reimar
-
Add an execute2 function that is more flexible and allows to use parallel libavcodec2009-10-12, by reimar
-
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodec2009-10-11, by mru
-
100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec2009-10-11, by reimar
-
Print error message when true interlaced VC-1 frames are encountered libavcodec2009-10-10, by kostya
-
AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodec2009-10-09, by superdump
-
Since some junk may be or may be not present before actual VC-1 extradata, libavcodec2009-10-06, by kostya
-
Add vorbis channel layout support according to those defined in the Vorbis I libavcodec2009-10-02, by superdump
-
Make avcodec_open set codec_id and codec_type if they haven't been set. libavcodec2009-10-01, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavcodec2009-10-01, by reimar
-
Use MANGLE in cavsdsp, the current version using "m" constraints will not libavcodec2009-10-01, by reimar
-
Do not attempt to decode TIFF files containing fax data with uncompressed libavcodec2009-10-01, by kostya
-
Change an error to a warning to support broken AC-3 files known to exist. libavcodec2009-10-01, by jbr
-
Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 libavcodec2009-09-30, by reimar
-
Simplify stereo rematrixing by only using one temporary variable. It is also libavcodec2009-09-30, by jbr
-
remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodec2009-09-30, by jbr
-
WMA: store level_table as floats, use type punning for sign flip in decode libavcodec2009-09-29, by mru
-
Refactor channel element configuration and mapping code into its own function libavcodec2009-09-28, by superdump
-
AAC: Add channel layout support for channel configuration as defined in the libavcodec2009-09-28, by superdump
-
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodec2009-09-28, by kostya
-
Make TIFF decoder load compression options only for corresponding codec libavcodec2009-09-28, by kostya
-
Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is libavcodec2009-09-27, by kostya