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
-
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
-
Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec2009-09-10, by reimar
-
Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec2009-09-08, by banan
-
Try to clarify that anyone using get_bits must check for buffer overrun libavcodec2009-09-08, by reimar
-
Mark all pix_fmts and supported_framerates compound literals as const. libavcodec2009-09-06, by reimar
-
Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec2009-09-06, by reimar
-
The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodec2009-09-06, by reimar
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec2009-09-06, by ramiro
-
Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodec2009-09-05, by reimar
-
Slightly simplify detection of end of compressed data in xan_unpack libavcodec2009-09-05, by reimar