summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker2016-04-02
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-28
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker2014-02-15
* ac3dec: Allow asymmetric application of DRC when drc_scale > 1John Stebbins2014-01-29
* (e)ac3: clip surround mix level indexes.Tim Walker2014-01-19
* (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-19
* ac3: set default matrix encoding modes in parse_frame_header.Tim Walker2014-01-19
* (e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-05
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-05
* ac3dec: make drc_scale exponentiallyJohn Stebbins2013-12-09
* ac3dec: Fix out-of-array readTim Walker2013-11-23
* ac3dec: Remove write-only channel_layout field from AC3DecodeContextTim Walker2013-11-22
* ac3: implement request_channel_layout.Tim Walker2013-11-22
* ac3dec: simplify an expressionTim Walker2013-11-19
* ac3dec: fix outptr increment.Michael Niedermayer2013-10-28
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* ac3: Return proper error codesLuca Barbato2013-08-27
* ac3: Clean up the error pathsLuca Barbato2013-08-27
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17
* ac3dec: Don't consume more data than the actual input packet sizeMartin Storsjö2013-07-15
* ac3dec: Consistently use AC3_BLOCK_SIZE and sizeofMartin Storsjö2013-07-13
* ac3dec: Increment channel pointers only once per channelMartin Storsjö2013-07-13
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* ac3dec: validate channel output mode against channel countJustin Ruggles2013-02-23
* ac3: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen2013-01-20
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* miscellaneous typo fixesDiego Biurrun2012-12-21
* ac3dec: decode directly into output buffersMans Rullgard2012-12-09
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-09
* ac3dec: output planar float onlyMans Rullgard2012-12-09
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* ac3dec: ensure get_buffer() gets a buffer for the correct number of channelsJustin Ruggles2012-10-01
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-22
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2012-02-09
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* ac3dec: cosmetics: pretty-printingChris Berov2011-12-04