]> git.sesse.net Git - ffmpeg/history - libavcodec/wmaenc.c
wma: do not keep private copies of some AVCodecContext fields
[ffmpeg] / libavcodec / wmaenc.c
2012-11-01 Justin Ruggleswma: do not keep private copies of some AVCodecContext...
2012-10-06 Justin Ruggleswmaenc: use float planar sample format
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-21 Justin Ruggleswmaenc: use AVCodec.encode2()
2012-03-17 Justin Ruggleswmaenc: remove bit-exact hack
2012-03-03 Justin Ruggleswmaenc: fix m/s stereo encoding for the first frame
2012-03-03 Justin Ruggleswmaenc: return s->block_align instead of recalculating it
2012-03-03 Justin Ruggleswmaenc: check final frame size against output packet...
2012-03-03 Justin Ruggleswmaenc: require a large enough output buffer to prevent...
2012-03-03 Justin Ruggleswmaenc: limit allowed sample rate to 48kHz
2012-03-03 Justin Ruggleswmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-05-12 Tomas Härdinwmaenc: improve channel count and bitrate error handlin...
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-19 Stefan Gehrerremove a Huffman table from WMA which also exists in AAC
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-06-20 Sascha SommerIntroduce WMACoef typedef for decoded coefficients
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-02-19 Michael NiedermayerA try to fix the regressions.
2008-10-02 Diego PettenòIntel C compiler warns on this assignment in this if...
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-15 Benjamin Larssonsilence wmaenc.c:181: warning:suggestparentheses around...
2007-12-17 Michael Niedermayerclarify FIXME
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-03-26 Ian BraithwaiteOptimize by building the mdct window and multipying...
2007-03-08 Michael Niedermayerbitrate sanity check (fixes assertion failure)
2007-02-27 Michel BardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-06 Michael Niedermayerworkaround sign bug
2007-02-06 Michael Niedermayer10l use of uninitalized var
2007-02-06 Michael Niedermayerwma encoder