summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* ac3dec: allow selecting float output at runtime.Reimar Döffinger2011-04-25
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\
| * ac3dec: fix processing of delta bit allocation information.Justin Ruggles2011-04-17
* | ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-04-05
* | Libavcodec AC3/E-AC3/DTS decoders now output floating point data.clsid22011-04-03
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-30
|\|
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-28
|\|
| * ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-27
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-26
|\|
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger2011-03-22
| * cosmetics: indentationJustin Ruggles2011-03-22
| * Always copy input data for AC3 decoder.Justin Ruggles2011-03-22
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-19
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
| * cosmetics: indentation and spacingJustin Ruggles2011-01-28
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-26
* | Fix compiler warnings due to missing casts.Reimar Döffinger2011-03-19
* | Detect byte-swapped AC-3 (aka DNET) and support decoding it directly.Reimar Döffinger2011-03-19
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-02
* | cosmetics: indentation and spacingJustin Ruggles2011-01-28
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos2010-05-13
* ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles2010-04-22
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-28
* Only check frame size if the header is valid.Justin Ruggles2010-01-24
* Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger2010-01-12
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-14
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-08
* Change an error to a warning to support broken AC-3 files known to exist.Justin Ruggles2009-10-01
* 10l: wrong operation in stereo rematrixingJustin Ruggles2009-09-30
* Simplify stereo rematrixing by only using one temporary variable. It is alsoJustin Ruggles2009-09-30
* remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles2009-09-30
* Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()Justin Ruggles2009-09-27
* Move variable declaration to inside of loop.Justin Ruggles2009-09-27