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-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-17aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-07aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun
2012-03-27aac: reference supported sample rates in encoders.Clément Bœsch
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22aacenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21aacenc: use AVCodec.encode2()Justin Ruggles
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-01aacenc: fix library referencesMichael Niedermayer
2012-01-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-30aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles
2012-01-30aacenc: only use the number of input samples provided by the user.Justin Ruggles
2012-01-30Fix non-C89 declarations in for loopsMans Rullgard
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-29aacenc: Fix LONG_START windowing.Nathan Caldwell
2012-01-29aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell
2012-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse
2012-01-25aacenc: Write correct length for long identification strings.Michael Niedermayer
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-24Revert "Fix multi-channel AAC encoding."Michael Niedermayer
2012-01-23aacenc: Simplify windowingNathan Caldwell
2012-01-23aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell
2012-01-23aacenc: Deinterleave input samples before processing.Nathan Caldwell
2012-01-23aacenc: Store channel count in AACEncContext.Nathan Caldwell
2012-01-23aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell
2012-01-23aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell
2012-01-23aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell
2012-01-23aacenc: aac_encode_init() cleanupNathan Caldwell
2012-01-22aacenc: Fix bug in writing libavcodec_ident.Michael Niedermayer
2011-11-28aacenc: make the aac coder user choosable.Michael Niedermayer
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-14aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell
2011-08-14aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer