Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-05(e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2013-12-09ac3dec: make drc_scale exponentiallyJohn Stebbins
2013-11-24ac3dec: Fix out-of-array readTim Walker
2013-11-23ac3dec: Remove write-only channel_layout field from AC3DecodeContextTim Walker
2013-11-23ac3: implement request_channel_layout.Tim Walker
2013-11-19ac3dec: simplify an expressionTim Walker
2013-10-28ac3dec: fix outptr increment.Michael Niedermayer
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-27ac3: Return proper error codesLuca Barbato
2013-08-27ac3: Clean up the error pathsLuca Barbato
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-07-15ac3dec: Don't consume more data than the actual input packet sizeMartin Storsjö
2013-07-13ac3dec: Consistently use AC3_BLOCK_SIZE and sizeofMartin Storsjö
2013-07-13ac3dec: Increment channel pointers only once per channelMartin Storsjö
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-24ac3dec: validate channel output mode against channel countJustin Ruggles
2013-02-12ac3: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-20ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-09ac3dec: decode directly into output buffersMans Rullgard
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-12-09ac3dec: output planar float onlyMans Rullgard
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-01ac3dec: ensure get_buffer() gets a buffer for the correct number of channelsJustin Ruggles
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer
2012-01-27lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-05ac3dec: cosmetics: pretty-printingChris Berov
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-10-20lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-10ac3dec: use get_sbits() instead of manually sign-extendingMans Rullgard
2011-10-05lavc/lavf: use unique private classes.Anton Khirnov
2011-09-21ac3dec: actually use drc_scale private optionAnton Khirnov
2011-09-06ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger
2011-07-10ac3dec: add a drc_scale private optionAnton Khirnov
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles