]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.c
cosmetics: indentation after last commit
[ffmpeg] / libavcodec / ac3dec.c
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...
2008-06-07 Justin Rugglespass bap table to ff_ac3_bit_alloc_calc_bap()
2008-06-07 Justin Rugglescosmetics: indent
2008-06-07 Justin Rugglesskip unsupported frame types and substream id's
2008-06-07 Justin Rugglesread frame type from header info into decode context
2008-06-07 Justin Rugglesget substreamid from ac3 parser
2008-06-07 Justin Rugglesget the number of blocks from the ac3 parser and use...
2008-06-04 Justin Rugglesreturn error on frame sync error
2008-05-31 Justin Rugglescosmetics: add a comment, remove a comment
2008-05-31 Justin Rugglessimplify
2008-05-31 Justin Rugglesset lfe params at frame init instead of in every block
2008-05-31 Justin Rugglesonly calculate number of exponent groups when exponents...
2008-05-31 Justin Rugglescosmetics: remove unneeded braces
2008-05-31 Justin Ruggles10l: cosmetics
2008-05-31 Justin Rugglesnew dba values requires running last 2 bit allocation...
2008-05-31 Justin Rugglesget_transform_coeffs() never returns an error, so make...
2008-05-31 Justin Rugglesuse enum value for CRC error
2008-05-31 Justin Rugglesmove header error logging to after CRC check
2008-05-27 Justin Ruggleszero the upper frequencies of the correct coefficients
2008-05-25 Justin Rugglessafer solution for setting audio parameters
2008-05-25 Justin Rugglesset audio parameters if frame header is ok, even if...
next