]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.c
Apply 'cold' attribute to init/uninit functions in libavcodec
[ffmpeg] / libavcodec / ac3dec.c
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
2008-01-05 Justin Rugglescosmetics: indentation
2008-01-05 Justin Rugglescheck for request_channels at codec init
2008-01-04 Aurelien Jacobsimprove CRC API
2008-01-04 Justin Rugglescosmetics: indentation and add a TODO comment
2008-01-03 Justin Rugglesonly check ac3 crc if AVCodecContext.error_resilience > 0
2008-01-03 Justin Rugglesadd crc check to ac3 decoder
2007-12-30 Justin Rugglessimplify
2007-12-30 Justin Rugglespass an AC3DecodeContext to ac3_downmix() instead of...
2007-12-30 Justin Rugglescosmetics: rename sampling_rate to sample_rate
2007-12-30 Justin Rugglesdo not need to cast a (void *)
2007-12-30 Justin Rugglescosmetics: vertical realignment after last commit
2007-12-30 Justin Rugglescosmetics: rename all AC3DecodeContext variables from...
2007-12-30 Justin Rugglescosmetics: rename GetBitContext gb to gbc
2007-12-30 Justin Rugglesremove unused context variable
2007-12-20 Justin RugglesAdd option for user to scale the amount of dynamic...
2007-12-17 Justin RugglesSkip dialog normalization. It shouldn't be used by...
2007-12-17 Justin RugglesRevert commit made in revision 11228. I'm getting some...
2007-12-16 Justin Rugglesdownmix before the IMDCT if no block switching is used
2007-12-15 Andreas ÖmanMake AC3 decoder honor avctx->request_channels
2007-12-09 Justin Rugglescosmetics: rename ac3 decoder variables
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-09-15 Justin Rugglesskip incomplete frames
2007-09-15 Justin Rugglesbetter AC3 header error reporting
2007-09-15 Justin Rugglesfix random dithering of zero-bit mantissas
2007-09-15 Justin Rugglescosmetics: rename variables. tbl->tab for consistency...
2007-09-15 Justin Rugglesfix decoding of DolbyNet AC3
2007-08-09 Justin Rugglescosmetics: vertical alignment
2007-08-09 Justin Rugglescomments modification: add, clean up, Doxygenize, and...
2007-08-05 Justin Rugglescosmetics: blank lines, remove some comments
2007-08-05 Justin Rugglesadd pointer to the parent context for use with av_log()
2007-08-05 Justin Rugglesuse array for dynamic range scaling factors
2007-08-05 Justin Rugglesadd dialogue normalization
2007-08-04 Justin Rugglesadd support for downmixing to stereo or mono
2007-08-04 Justin Rugglesuse dsputil for float to signed 16-bit sample conversion
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesconsolidate decoding of lfe and coupling channels with...
2007-08-04 Justin Rugglesthere are only 4 rematrixing bands
2007-08-04 Justin Rugglescosmetics: use more appropriate names for iterator...
2007-08-04 Justin Rugglesmove some variables to a more local scope.
2007-08-04 Justin Rugglesmake exponent decoding consistent (prepare for merging...
2007-08-04 Justin Rugglescosmetics: use braces when it makes the code easier...
2007-08-04 Justin Ruggleschange AC3DecodeContext variable to local variable
2007-08-04 Justin Rugglesuse array instead of bitmask
2007-08-04 Justin Rugglesuse table for converting dynamic range codes to scale...
2007-08-04 Justin Rugglesuse floating-point mantissa dequantization tables
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesdither zero-bit mantissas by default. remove dithering...
2007-08-04 Justin Rugglessimplify coefficient decoding
2007-08-04 Justin Rugglesmerge decoding of coupling channel coefficients and...
2007-08-03 Justin Rugglessplit out coupling coefficient reconstruction into...
2007-08-01 Justin Rugglesalign array used in mdct. fixes segfault.
2007-07-29 Justin Rugglessimplify stereo rematrixing
2007-07-29 Justin Ruggleschange 2 fields from context to local variables
2007-07-28 Justin RugglesBLOCK_SIZE is not used properly, just use numbers inste...
2007-07-28 Justin Rugglesremove broken downmixing. will add new implementation...
2007-07-24 Justin Rugglessimplify snr offset and bit allocation
2007-07-24 Justin Rugglesonly use sized data types when necessary
2007-07-24 Justin Rugglesset bit allocation parameters directly instead of copying
2007-07-23 Justin Rugglesuse enum value instead of numerical value for acmod
2007-07-23 Justin Rugglesuse consistent data type for exponents. needs to be...
2007-07-23 Justin Ruggleschange some bit masks to arrays
2007-07-21 Justin Rugglescosmetics: indentation
2007-07-21 Justin RugglesUse shared AC-3 header parsing. Move some initializatio...
2007-07-21 Justin Rugglesdon't need to synchronize in the decoder. the parser...
2007-07-21 Justin Rugglesget rid of an ugly macro
2007-07-19 Justin Rugglesdon't need to define ALT_BITSTREAM_READER
2007-07-19 Justin Rugglesupdate license header. add copyright for myself. correc...
2007-07-19 Justin Rugglesrevise comment for exponent decoding function
2007-07-19 Justin Rugglesnew implementation of exponent decoding
2007-07-19 Justin Rugglescosmetics: indentation
2007-07-19 Justin Rugglesremove portions of bit allocation which are no longer...
2007-07-15 Justin Rugglesfix the 256-point MDCT
2007-07-15 Justin Rugglesuse shared ac3 bit allocation function
2007-07-15 Justin Rugglesno need for the decoder to have the license as a prefix
2007-07-15 Justin Rugglesremove a debugging function and variable, and remove...
2007-07-15 Justin RugglesABS -> FFABS
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-07-14 Justin Rugglesuse random number generator from libavutil
2007-07-14 Justin Ruggles10l to me. I accidentally removed a word.
2007-07-14 Justin Rugglesrevise license header for simplicity and consistency
2007-07-14 Justin Rugglesmake ac3dec.c GPL until violations are fixed
2007-07-14 Justin RugglesAC-3 decoder, soc revision 402, Jul 14 13:45:14 2007...
next