]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ac3dec.c
ac3dec: fix coupling range check. the start subband must be less than
[frescor/ffmpeg.git] / libavcodec / ac3dec.c
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...
2008-06-08 jbrmove rematrixing band table to ac3dec_data.c
2008-06-07 jbrsplit up header parsing function
2008-06-07 jbrstore exp_strategy for all blocks in decode context
2008-06-07 jbrstore cpl_in_use for all blocks in decode context
2008-06-07 jbrmove the decode context and some macro constants to...
2008-06-07 jbrmove mix level tables from parser to decoder. have...
2008-06-07 jbradd more gain levels and adjust mix level tables accord...
2008-06-07 jbrpass bap table to ff_ac3_bit_alloc_calc_bap()
2008-06-07 jbrcosmetics: indent
2008-06-07 jbrskip unsupported frame types and substream id's
2008-06-07 jbrread frame type from header info into decode context
2008-06-07 jbrget substreamid from ac3 parser
2008-06-07 jbrget the number of blocks from the ac3 parser and use...
2008-06-04 jbrreturn error on frame sync error
2008-05-31 jbrcosmetics: add a comment, remove a comment
2008-05-31 jbrsimplify
2008-05-31 jbrset lfe params at frame init instead of in every block
2008-05-31 jbronly calculate number of exponent groups when exponents...
2008-05-31 jbrcosmetics: remove unneeded braces
2008-05-31 jbr10l: cosmetics
2008-05-31 jbrnew dba values requires running last 2 bit allocation...
2008-05-31 jbrget_transform_coeffs() never returns an error, so make...
2008-05-31 jbruse enum value for CRC error
next