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
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-06-20Introduce WMACoef typedef for decoded coefficientsSascha Sommer
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-02-19A try to fix the regressions.Michael Niedermayer
2008-10-02Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò
2008-08-12remove mdct tmp bufferLoren Merritt
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-02-15silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson
2007-12-17clarify FIXMEMichael Niedermayer
2007-07-09trivial warning fixesMåns Rullgård
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-03-26Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite
2007-03-08bitrate sanity check (fixes assertion failure)Michael Niedermayer
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-07workaround sign bugMichael Niedermayer
2007-02-0710l use of uninitalized varMichael Niedermayer
2007-02-06wma encoderMichael Niedermayer