summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* ac3dec: validate channel output mode against channel countJustin Ruggles2013-02-231-6/+8
* ac3: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-8/+5
* ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen2013-01-201-1/+2
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-4/+5
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* ac3dec: decode directly into output buffersMans Rullgard2012-12-091-7/+20
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-091-3/+11
* ac3dec: output planar float onlyMans Rullgard2012-12-091-26/+6
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-1/+1
* ac3dec: ensure get_buffer() gets a buffer for the correct number of channelsJustin Ruggles2012-10-011-0/+1
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-121-34/+6
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-041-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-3/+1
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-221-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2012-02-091-14/+2
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-271-5/+0
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-2/+2
* ac3dec: cosmetics: pretty-printingChris Berov2011-12-041-248/+261
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-8/+24
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-201-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* ac3dec: use get_sbits() instead of manually sign-extendingMans Rullgard2011-10-091-2/+2
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-051-2/+8
* ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-211-1/+6
* ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-061-10/+0
* ac3dec: add a drc_scale private optionAnton Khirnov2011-07-101-0/+17
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* 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
OpenPOWER on IntegriCloud