Mercurial > libavcodec.hg
graph
-
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
-
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodec2009-09-23, by michael
-
Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodec2009-09-23, by michael
-
Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodec2009-09-23, by michael
-
Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodec2009-09-23, by melanson
-
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodec2009-09-22, by michael
-
Perform the DC prediction reversal immediately after decoding all of libavcodec2009-09-22, by melanson
-
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodec2009-09-22, by alexc
-
Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec2009-09-21, by reimar
-
aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec2009-09-21, by alexc
-
aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec2009-09-21, by alexc
-
aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec2009-09-21, by alexc
-
aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec2009-09-21, by alexc
-
Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec2009-09-21, by mru
-
Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec2009-09-21, by melanson
-
Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodec2009-09-20, by diego
-
Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodec2009-09-19, by reimar
-
Simplify color_flags calculation, remove a pointless initialization libavcodec2009-09-19, by reimar
-
Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodec2009-09-19, by jbr
-
Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec2009-09-18, by diego
-
add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME libavcodec2009-09-16, by jbr
-
Monkey's Audio uses subframes too, declare that in its capabilities libavcodec2009-09-16, by kostya
-
Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. libavcodec2009-09-16, by gb
-
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec2009-09-15, by vitor
-
Fix max_coded_frame_size computation to account for byte alignment. libavcodec2009-09-15, by jai_menon