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
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
2011-07-14ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles
2011-07-06ac3enc: move inner loop of compute_rematrixing_strategy to ac3dspMans Rullgard
2011-07-01ac3enc: clip coefficients after MDCT.Justin Ruggles
2011-06-27ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles
2011-06-16ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles
2011-06-14ac3enc: fix allocation of floating point samples.Justin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles