]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.c
dv: Initialize encoder tables during encoder init.
[ffmpeg] / libavcodec / ac3dec.c
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...
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Rugglesadd error concealment
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Ruggles10l: fix error in commit r13382
2008-05-25 Justin Rugglesadd checks for missing information in the first block
2008-05-25 Justin Rugglesadd check for invalid channel mode when coupling is...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-03-28 Bartlomiej Wolowiecchange name from stream type to frame type in AC3 code
2008-03-26 Justin Rugglesonly allocate context input buffer if AVCodecContext...
2008-03-25 Justin Rugglescosmetics: indentation after last commit
2008-03-25 Justin Rugglesadditional protection from segmentation faults and...
2008-03-24 Bartlomiej Wolowiecusing stream type in eac3 parser
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-10 Justin Rugglesmake input buffer const, as it should be. fixes a warning.
2008-03-09 Justin Rugglesdownmix before imdct unless different size transforms...
2008-03-01 Justin Rugglesuse scale factor instead of sum for downmix level adjus...
2008-03-01 Justin Rugglespre-calculate downmix coefficient sums. 2% faster 5...
2008-03-01 Justin RugglesUse 24-bit fixed-point transform coefficients until...
2008-01-13 Robert SwainAdd variable alpha and size of half window for Kaiser...
2008-01-12 Robert SwainMake the Kaiser-Bessel window generator a common function
2008-01-08 Justin Rugglesused defined name for testing error resilience level
2008-01-07 Justin Rugglessplit out init of downmix coeffs into a separate functi...
2008-01-06 Justin Rugglesremove unneeded variable from AC3DecodeContext
2008-01-06 Justin Rugglesmake sure that the last coupling band stops at the...
2008-01-06 Justin Rugglesfix phase flag processing for the case when coupling...
2008-01-05 Justin Rugglesmove E-AC3 header parsing to ff_ac3_parse_header()
2008-01-05 Justin Rugglesremove unneeded variables from AC3HeaderInfo
next