summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker2016-04-021-2/+3
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-281-8/+0
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-2/+4
* ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker2014-02-151-0/+38
* ac3dec: Allow asymmetric application of DRC when drc_scale > 1John Stebbins2014-01-291-3/+8
* (e)ac3: clip surround mix level indexes.Tim Walker2014-01-191-2/+2
* (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-191-4/+12
* ac3: set default matrix encoding modes in parse_frame_header.Tim Walker2014-01-191-4/+2
* (e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+30
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-051-6/+22
* ac3dec: make drc_scale exponentiallyJohn Stebbins2013-12-091-2/+2
* ac3dec: Fix out-of-array readTim Walker2013-11-231-2/+3
* ac3dec: Remove write-only channel_layout field from AC3DecodeContextTim Walker2013-11-221-1/+0
* ac3: implement request_channel_layout.Tim Walker2013-11-221-10/+24
* ac3dec: simplify an expressionTim Walker2013-11-191-3/+2
* ac3dec: fix outptr increment.Michael Niedermayer2013-10-281-1/+1
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-0/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* ac3: Return proper error codesLuca Barbato2013-08-271-15/+15
* ac3: Clean up the error pathsLuca Barbato2013-08-271-3/+6
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-171-1/+1
* ac3dec: Don't consume more data than the actual input packet sizeMartin Storsjö2013-07-151-1/+1
* ac3dec: Consistently use AC3_BLOCK_SIZE and sizeofMartin Storsjö2013-07-131-3/+3
* ac3dec: Increment channel pointers only once per channelMartin Storsjö2013-07-131-3/+3
* 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
OpenPOWER on IntegriCloud