Mercurial > libavcodec.hg
graph
-
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
-
Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodec2009-09-27, by jbr
-
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, libavcodec2009-09-27, by kostya
-
cosmetics: Rename some variables to be more descriptive of their use. Do some libavcodec2009-09-27, by jbr
-
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. libavcodec2009-09-27, by jbr
-
Specify maximum sample rate of MLP by defining the factor relative to 48000 libavcodec2009-09-26, by reimar
-
Remove ff_realloc_static, it is no longer used and since it was declared libavcodec2009-09-24, by reimar
-
Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodec2009-09-24, by reimar
-
Support both LSB and MSB orders for TIFF CCITT G.x compressed data. libavcodec2009-09-24, by kostya
-
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodec2009-09-24, by reimar
-
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodec2009-09-24, by reimar
-
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodec2009-09-24, by reimar
-
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodec2009-09-24, by reimar