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
2013-08-07ffmpeg: remove obsolete workaround in trim insertion.Nicolas George
2012-12-23rmenc: write correct bytes per minutePiotr Bandurski
2012-09-27mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhdMichael Niedermayer
2012-05-17ffmpeg: add support for audio filters.Anton Khirnov
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-02-07avconv: rework -t handling for encoding.Anton Khirnov
2011-12-12lavf-regression: minimal metadata test.Reimar Döffinger
2011-04-27ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles
2011-04-04ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles
2011-04-03ac3enc: use generic fixed-point mdctMans Rullgard
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-14ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin
2011-02-16ac3enc: change default floor code to 7.Justin Ruggles
2011-02-02ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles
2010-12-29Change the default dB-per-bit code from 2 to 3.Justin Ruggles
2010-12-22Change FIX15() back to clipping to -32767..32767.Justin Ruggles
2010-12-14Update the test references for lavf-rm and seek-ac3_rm.Justin Ruggles
2010-03-03Place regression test output files in subdirs per familyMåns Rullgård
2010-01-16regtest: split reference files allowing tests to run individuallyMåns Rullgård