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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-02-12wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-01wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles
2012-10-06wmaenc: use float planar sample formatJustin Ruggles
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21wmaenc: use AVCodec.encode2()Justin Ruggles
2012-03-17wmaenc: remove bit-exact hackJustin Ruggles
2012-03-04wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles
2012-03-04wmaenc: return s->block_align instead of recalculating itJustin Ruggles
2012-03-04wmaenc: check final frame size against output packet sizeJustin Ruggles
2012-03-04wmaenc: require a large enough output buffer to prevent overwritesJustin Ruggles
2012-03-04wmaenc: limit allowed sample rate to 48kHzJustin Ruggles
2012-03-04wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZEJustin Ruggles
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-05-12wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-19remove a Huffman table from WMA which also exists in AACStefan Gehrer
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