summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-181-6/+26
* ac3dec: fix processing of delta bit allocation information.Justin Ruggles2011-04-171-2/+2
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-291-1/+2
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-271-10/+0
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-0/+5
* Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger2011-03-221-0/+5
* cosmetics: indentationJustin Ruggles2011-03-221-3/+3
* Always copy input data for AC3 decoder.Justin Ruggles2011-03-221-7/+2
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-191-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-2/+3
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-2/+2
* cosmetics: indentation and spacingJustin Ruggles2011-01-281-2/+2
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-11/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos2010-05-131-1/+1
* ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles2010-04-221-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-301-10/+109
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-281-15/+13
* Only check frame size if the header is valid.Justin Ruggles2010-01-241-1/+1
* Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger2010-01-121-3/+2
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-141-1/+1
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-081-2/+1
* Change an error to a warning to support broken AC-3 files known to exist.Justin Ruggles2009-10-011-2/+2
* 10l: wrong operation in stereo rematrixingJustin Ruggles2009-09-301-1/+1
* Simplify stereo rematrixing by only using one temporary variable. It is alsoJustin Ruggles2009-09-301-5/+3
* remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles2009-09-301-1/+2
* Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()Justin Ruggles2009-09-271-6/+11
* Move variable declaration to inside of loop.Justin Ruggles2009-09-271-2/+2
* Cosmetics: Rename some variables.Justin Ruggles2009-09-271-12/+12
* Simplify coupling band loop.Justin Ruggles2009-09-271-1/+2
* cosmetics: reindent after last commitJustin Ruggles2009-08-051-1/+1
* ac3dec: simplify zero-bit mantissa dithering by calculating itJustin Ruggles2009-08-051-21/+10
* cosmetics: indentation and line wrapJustin Ruggles2009-08-051-6/+7
* cosmetics after last commitJustin Ruggles2009-08-051-4/+2
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-051-8/+10
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-051-9/+5
* cosmetics: add more detailed information to the documentation forJustin Ruggles2009-08-031-0/+4
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-231-2/+5
* Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun2009-07-231-0/+2
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-2/+2
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-211-1/+1
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-191-9/+4
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-191-55/+54
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-171-1/+1
OpenPOWER on IntegriCloud