]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ac3dec.c
Do not hardcode filter order in ff_acelp_lspd2lpc()
[frescor/ffmpeg.git] / libavcodec / ac3dec.c
2009-11-08 jbrac3dec: revert r20089. The change was just wrong. 10l...
2009-10-01 jbrChange an error to a warning to support broken AC-3...
2009-09-30 jbr10l: wrong operation in stereo rematrixing
2009-09-30 jbrSimplify stereo rematrixing by only using one temporary...
2009-09-30 jbrremove unneeded assignment in inner loop. rematrixing...
2009-09-27 jbrRearrange loop structure for approx. 35-50% faster...
2009-09-27 jbrMove variable declaration to inside of loop.
2009-09-27 jbrCosmetics: Rename some variables.
2009-09-27 jbrSimplify coupling band loop.
2009-08-05 jbrcosmetics: reindent after last commit
2009-08-05 jbrac3dec: simplify zero-bit mantissa dithering by calcula...
2009-08-05 jbrcosmetics: indentation and line wrap
2009-08-05 jbrcosmetics after last commit
2009-08-05 jbrModify decode_band_structure() so that the actual band...
2009-08-05 jbrUse coupling band sizes instead of coupling band struct...
2009-08-03 jbrcosmetics: add more detailed information to the documen...
2009-07-23 diegorefactoring: properly separate AC-3 and E-AC-3 code
2009-07-23 diegoMake sure that eac3_decoder only gets enabled when...
2009-06-29 rbultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-05-21 jbreac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-19 diegoThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 darkshikariLGPL version of ac3_decode_transform_coeffs_ch, ~12...
2009-05-17 jbreac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-05-16 jbrac3dec: fix coupling range check. the start subband...
2009-05-16 sergeSupport for getting (i)MDCT output multiplied by a...
2009-05-06 jbrcosmetics: line wrap and vertical alignment
2009-05-06 jbrac3dec: Remove unneeded context variable, num_cpl_subba...
2009-05-05 jbrcosmetics: indentation after last commit
2009-05-05 jbrac3dec: move channel remapping to outside of block...
2009-04-19 jbrAdd channel layout support to the AC-3 decoder and...
2009-04-17 jbrac3dec: reorder output channels to SMPTE channel order
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-07 superdumpFactorise enum of AC3 error types to be usable by AAC...
2008-12-08 stefanoMake av_log_missing_feature an internal function, and...
2008-12-08 jbrcosmetics: alignment after last commit
2008-12-08 jbrac3: detect dba errors and prevent writing past end...
2008-12-06 jbrac3dec: simplify exponent bounds checking
2008-12-06 jbrac3dec: unroll inner loop in exponent decoding. 46...
2008-12-06 jbrcosmetics: vertical alignment
2008-12-06 jbrcosmetics: reindent after last commit
2008-12-06 jbrac3dec: detect out-of-range exponents
2008-12-04 jbrsilence gcc warning: ‘n_bands’ may be used uninitialized
2008-12-04 jbrac3dec: use uint8_t for band sizes
2008-12-03 jbrac3dec: skip decoding and use error concealment for...
2008-11-13 jbrrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 jbrcosmetics: vertical alignment
2008-11-13 jbrsilence a gcc warning about using an uninitialized...
2008-11-13 jbrcosmetics: indentation
2008-11-13 jbradd support for spectral extension
2008-11-13 jbradd a generic function to decode banding structure...
2008-11-13 jbradd a line break in error message text
2008-11-13 jbrsimplify decoding of coupling frequency range
2008-11-13 jbrcosmetics: rename two variables
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-08-31 jbrturn on E-AC-3 decoding support and update the Changelog
2008-08-31 jbrcosmetics: indentation
2008-08-31 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 jbrcosmetics: update comment about dithering
2008-08-29 jbrcosmetics: change another "get" to "decode"
2008-08-29 jbrcosmetics: change "get" to "decode"
2008-08-28 jbrcosmetics: indentation
2008-08-28 jbrremove unneeded variable, dither_all
2008-08-27 jbrcosmetics: indent after last commit
2008-08-27 jbrdo not read exponent strategies from each block for...
2008-08-27 jbrcopy default coupling band structure from table to...
2008-08-27 jbradd more OKed parts of the E-AC-3 decoder: structural...
2008-08-27 jbrcosmetics: rename some functions from *get_* to *decode_*
2008-08-23 jbrfix decoding of coupling leak info for normal AC-3
2008-08-23 jbrcosmetics: indentation
2008-08-23 jbradd some approved parts of the E-AC-3 decoder
2008-08-20 jbrcosmetics: indentation
2008-08-20 jbrcommit the OKed parts of the E-AC-3 decoder
2008-08-20 jbrget data size based on the actual data array instead...
2008-08-20 jbrrename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE...
2008-08-17 jbrremove some unneeded header includes
2008-08-17 jbruse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-16 jbrupdate my email address to one which does not depend...
2008-08-13 lorenmsimd int->float
2008-08-13 lorenmsimd downmix
2008-08-13 lorenmdon't mark the delayed samples for upmixing if they...
2008-08-13 lorenmoops, non-normalized downmix to mono contaminated add_b...
2008-08-12 lorenmoptimize ac3_downmix.
2008-08-12 lorenmuse float_to_int16_interleave in ac3
2008-08-12 lorenmuse imdct_half in ac3
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-08-05 jbrcosmetics: use a better function name than uncouple_cha...
2008-08-05 jbrcosmetics: change function name and comments to refer...
2008-08-05 jbrremove unneeded local variable
2008-08-03 jbrRead bitstream parameters for E-AC-3 streams before...
2008-08-03 jbrHardcode the table for ungrouping 3 values in 5 bits...
2008-08-03 jbruse the same table for ungrouping exponents and bap...
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-19 jbrread 'coupling in use' parameter from bitstream into...
2008-07-19 jbrcosmetic: use hex value instead of decimal to show...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
next