]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.c
Fix misspelled parameter names in Doxygen documentation.
[ffmpeg] / libavcodec / ac3dec.c
2010-05-13 Carl Eugen HoyosFix compilation of AC3 decoder if E-AC3 decoder was...
2010-04-22 Justin Rugglesac3dec: return smaller of buf_size and frame_size inste...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Carl Eugen HoyosAdd spectral extension to the E-AC-3 decoder.
2010-01-28 Justin RugglesSimplify error handling by processing header errors...
2010-01-24 Justin RugglesOnly check frame size if the header is valid.
2010-01-12 Reimar DöffingerUse MULH instead of 64x64 multiplication, around 5...
2009-11-14 Justin Rugglesac3dec: apply dynamic range compression to correct...
2009-11-08 Justin Rugglesac3dec: revert r20089. The change was just wrong. 10l...
2009-10-01 Justin RugglesChange an error to a warning to support broken AC-3...
2009-09-30 Justin Ruggles10l: wrong operation in stereo rematrixing
2009-09-30 Justin RugglesSimplify stereo rematrixing by only using one temporary...
2009-09-30 Justin Rugglesremove unneeded assignment in inner loop. rematrixing...
2009-09-27 Justin RugglesRearrange loop structure for approx. 35-50% faster...
2009-09-27 Justin RugglesMove variable declaration to inside of loop.
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...
next