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
2021-02-27avcodec/ac3enc_template: Don't free uninitialized pointers on errorAndreas Rheinhardt
2017-04-07Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30'James Almer
2017-04-07Merge commit 'e22c63ac74b2968075be8bf0d2deb1ee63b28976'James Almer
2016-11-28ac3enc: Reshuffle functions to avoid forward declarationsDiego Biurrun
2016-11-28ac3enc: Reshuffle some float/fixed-mode ifdefs to avoid a dummy functionDiego Biurrun
2016-05-27ac3: Check the array bound before dereferencingLuca Barbato
2015-07-27ac3enc_template: Use the correct context fieldVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2014-11-29avcodec/ac3enc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-14avcodec/ac3enc_template: use the initial_padding fieldMichael Niedermayer
2014-09-27avcodec/ac3enc_template: fix out of array readMichael Niedermayer
2014-09-10avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2013-12-09Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-08-12libavcodec/ac3enc_template.c: Fix duplicate wordsMichael Niedermayer
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-02-26ac3enc_template: silence may be used uninitialized in this function warningsMichael Niedermayer
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-29ac3enc: fix 'warning: block0 may be used uninitialized in this function'Michael Niedermayer
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06(e)ac3enc: use planar sample formatJustin Ruggles
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22ac3enc: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun
2011-11-29ac3enc: clenaup project name in one commentMichael Niedermayer
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-03ac3enc: doxygen update.Justin Ruggles
2011-10-22Merge remote-tracking branch 'mans/ac3'Michael Niedermayer
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
2011-09-05ac3enc: scale floating-point coupling channel coefficients inJustin Ruggles
2011-09-05ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.Justin Ruggles
2011-08-22ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles
2011-08-11ac3enc: clip coupling coordinates during calculationJustin Ruggles
2011-08-10ac3enc: remove unneeded #includeJustin Ruggles
2011-08-10ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles
2011-08-10ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles
2011-08-10ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles
2011-07-27eac3enc: support writing of basic mixing and info metadataJustin Ruggles
2011-07-21eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles
2011-07-14ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles