]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.c
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / ac3dec.c
2009-09-27 Justin RugglesCosmetics: Rename some variables.
2009-09-27 Justin RugglesSimplify coupling band loop.
2009-08-05 Justin Rugglescosmetics: reindent after last commit
2009-08-05 Justin Rugglesac3dec: simplify zero-bit mantissa dithering by calcula...
2009-08-05 Justin Rugglescosmetics: indentation and line wrap
2009-08-05 Justin Rugglescosmetics after last commit
2009-08-05 Justin RugglesModify decode_band_structure() so that the actual band...
2009-08-05 Justin RugglesUse coupling band sizes instead of coupling band struct...
2009-08-03 Justin Rugglescosmetics: add more detailed information to the documen...
2009-07-23 Diego Biurrunrefactoring: properly separate AC-3 and E-AC-3 code
2009-07-23 Diego BiurrunMake sure that eac3_decoder only gets enabled when...
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-05-21 Justin Ruggleseac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-19 Diego BiurrunThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 Jason Garrett-GlaserLGPL version of ac3_decode_transform_coeffs_ch, ~12...
2009-05-17 Justin Ruggleseac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-05-16 Justin Rugglesac3dec: fix coupling range check. the start subband...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-06 Justin Rugglescosmetics: line wrap and vertical alignment
2009-05-06 Justin Rugglesac3dec: Remove unneeded context variable, num_cpl_subba...
2009-05-05 Justin Rugglescosmetics: indentation after last commit
2009-05-05 Justin Rugglesac3dec: move channel remapping to outside of block...
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 decoder and...
2009-04-17 Justin Rugglesac3dec: reorder output channels to SMPTE channel order
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-07 Alex ConverseFactorise enum of AC3 error types to be usable by AAC...
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-12-08 Justin Rugglescosmetics: alignment after last commit
2008-12-08 Justin Rugglesac3: detect dba errors and prevent writing past end...
2008-12-06 Justin Rugglesac3dec: simplify exponent bounds checking
2008-12-06 Justin Rugglesac3dec: unroll inner loop in exponent decoding. 46...
2008-12-06 Justin Rugglescosmetics: vertical alignment
2008-12-06 Justin Rugglescosmetics: reindent after last commit
2008-12-06 Justin Rugglesac3dec: detect out-of-range exponents
2008-12-04 Justin Rugglessilence gcc warning: ‘n_bands’ may be used uninitialized
2008-12-04 Justin Rugglesac3dec: use uint8_t for band sizes
2008-12-03 Justin Rugglesac3dec: skip decoding and use error concealment for...
2008-11-13 Justin Rugglesrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 Justin Rugglescosmetics: vertical alignment
2008-11-13 Justin Rugglessilence a gcc warning about using an uninitialized...
2008-11-13 Justin Rugglescosmetics: indentation
2008-11-13 Justin Rugglesadd support for spectral extension
2008-11-13 Justin Rugglesadd a generic function to decode banding structure...
2008-11-13 Justin Rugglesadd a line break in error message text
2008-11-13 Justin Rugglessimplify decoding of coupling frequency range
2008-11-13 Justin Rugglescosmetics: rename two variables
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-08-31 Justin Rugglesturn on E-AC-3 decoding support and update the Changelog
2008-08-31 Justin Rugglescosmetics: indentation
2008-08-31 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-30 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-30 Justin Rugglescosmetics: update comment about dithering
2008-08-29 Justin Rugglescosmetics: change another "get" to "decode"
2008-08-29 Justin Rugglescosmetics: change "get" to "decode"
2008-08-28 Justin Rugglescosmetics: indentation
2008-08-28 Justin Rugglesremove unneeded variable, dither_all
2008-08-27 Justin Rugglescosmetics: indent after last commit
2008-08-27 Justin Rugglesdo not read exponent strategies from each block for...
2008-08-27 Justin Rugglescopy default coupling band structure from table to...
2008-08-27 Justin Rugglesadd more OKed parts of the E-AC-3 decoder: structural...
2008-08-27 Justin Rugglescosmetics: rename some functions from *get_* to *decode_*
2008-08-23 Justin Rugglesfix decoding of coupling leak info for normal AC-3
2008-08-23 Justin Rugglescosmetics: indentation
2008-08-23 Justin Rugglesadd some approved parts of the E-AC-3 decoder
2008-08-20 Justin Rugglescosmetics: indentation
2008-08-20 Justin Rugglescommit the OKed parts of the E-AC-3 decoder
2008-08-20 Justin Rugglesget data size based on the actual data array instead...
2008-08-20 Justin Rugglesrename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE...
2008-08-17 Justin Rugglesremove some unneeded header includes
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-13 Loren Merrittsimd int->float
2008-08-13 Loren Merrittsimd downmix
2008-08-13 Loren Merrittdon't mark the delayed samples for upmixing if they...
2008-08-13 Loren Merrittoops, non-normalized downmix to mono contaminated add_b...
2008-08-12 Loren Merrittoptimize ac3_downmix.
2008-08-12 Loren Merrittuse float_to_int16_interleave in ac3
2008-08-12 Loren Merrittuse imdct_half in ac3
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-08-05 Justin Rugglescosmetics: use a better function name than uncouple_cha...
2008-08-05 Justin Rugglescosmetics: change function name and comments to refer...
2008-08-05 Justin Rugglesremove unneeded local variable
2008-08-03 Justin RugglesRead bitstream parameters for E-AC-3 streams before...
2008-08-03 Justin RugglesHardcode the table for ungrouping 3 values in 5 bits...
2008-08-03 Justin Rugglesuse the same table for ungrouping exponents and bap...
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-19 Justin Rugglesread 'coupling in use' parameter from bitstream into...
2008-07-19 Justin Rugglescosmetic: use hex value instead of decimal to show...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-08 Justin Rugglesmove rematrixing band table to ac3dec_data.c
2008-06-07 Justin Rugglessplit up header parsing function
2008-06-07 Justin Rugglesstore exp_strategy for all blocks in decode context
2008-06-07 Justin Rugglesstore cpl_in_use for all blocks in decode context
2008-06-07 Justin Rugglesmove the decode context and some macro constants to...
2008-06-07 Justin Rugglesmove mix level tables from parser to decoder. have...
2008-06-07 Justin Rugglesadd more gain levels and adjust mix level tables accord...
next