summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* skip incomplete framesJustin Ruggles2007-09-15
* better AC3 header error reportingJustin Ruggles2007-09-15
* fix random dithering of zero-bit mantissasJustin Ruggles2007-09-15
* cosmetics: rename variables. tbl->tab for consistency with other AC3 tablesJustin Ruggles2007-09-15
* fix decoding of DolbyNet AC3Justin Ruggles2007-09-15
* cosmetics: vertical alignmentJustin Ruggles2007-08-09
* comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles2007-08-09
* cosmetics: blank lines, remove some commentsJustin Ruggles2007-08-05
* add pointer to the parent context for use with av_log()Justin Ruggles2007-08-05
* use array for dynamic range scaling factorsJustin Ruggles2007-08-05
* add dialogue normalizationJustin Ruggles2007-08-05
* add support for downmixing to stereo or monoJustin Ruggles2007-08-04
* use dsputil for float to signed 16-bit sample conversionJustin Ruggles2007-08-04
* cosmetics: indentationJustin Ruggles2007-08-04
* consolidate decoding of lfe and coupling channels with decoding of full-bandw...Justin Ruggles2007-08-04
* there are only 4 rematrixing bandsJustin Ruggles2007-08-04
* cosmetics: use more appropriate names for iterator variables.Justin Ruggles2007-08-04
* move some variables to a more local scope.Justin Ruggles2007-08-04
* make exponent decoding consistent (prepare for merging coupling and lfe code ...Justin Ruggles2007-08-04
* cosmetics: use braces when it makes the code easier to read.Justin Ruggles2007-08-04
* change AC3DecodeContext variable to local variableJustin Ruggles2007-08-04
* use array instead of bitmaskJustin Ruggles2007-08-04
* use table for converting dynamic range codes to scale factorsJustin Ruggles2007-08-04
* use floating-point mantissa dequantization tablesJustin Ruggles2007-08-04
* cosmetics: indentationJustin Ruggles2007-08-04
* dither zero-bit mantissas by default. remove dithering only if it's explicitl...Justin Ruggles2007-08-04
* simplify coefficient decodingJustin Ruggles2007-08-04
* merge decoding of coupling channel coefficients and regular channel coefficientsJustin Ruggles2007-08-04
* split out coupling coefficient reconstruction into a separate functionJustin Ruggles2007-08-03
* align array used in mdct. fixes segfault.Justin Ruggles2007-08-01
* simplify stereo rematrixingJustin Ruggles2007-07-29
* change 2 fields from context to local variablesJustin Ruggles2007-07-29
* BLOCK_SIZE is not used properly, just use numbers instead to avoid confusionJustin Ruggles2007-07-28
* remove broken downmixing. will add new implementation later.Justin Ruggles2007-07-28
* simplify snr offset and bit allocationJustin Ruggles2007-07-24
* only use sized data types when necessaryJustin Ruggles2007-07-24
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-24
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-23
* use consistent data type for exponents. needs to be int8_t to pass to bit all...Justin Ruggles2007-07-23
* change some bit masks to arraysJustin Ruggles2007-07-23
* cosmetics: indentationJustin Ruggles2007-07-21
* Use shared AC-3 header parsing. Move some initializations to block parsing fu...Justin Ruggles2007-07-21
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-21
* get rid of an ugly macroJustin Ruggles2007-07-21
* don't need to define ALT_BITSTREAM_READERJustin Ruggles2007-07-19
* update license header. add copyright for myself. correct and complete the sta...Justin Ruggles2007-07-19
* revise comment for exponent decoding functionJustin Ruggles2007-07-19
* new implementation of exponent decodingJustin Ruggles2007-07-19
* cosmetics: indentationJustin Ruggles2007-07-19
* remove portions of bit allocation which are no longer needed since they are s...Justin Ruggles2007-07-19