summaryrefslogtreecommitdiff
path: root/libavcodec/wmaenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* wma: Check memory allocationVittorio Giovara2015-05-31
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* wma: K&R formatting cosmeticsGabriel Dume2014-09-03
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-12
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-01
* wmaenc: use float planar sample formatJustin Ruggles2012-10-06
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* wmaenc: use AVCodec.encode2()Justin Ruggles2012-03-21
* wmaenc: remove bit-exact hackJustin Ruggles2012-03-17
* wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles2012-03-03
* wmaenc: return s->block_align instead of recalculating itJustin Ruggles2012-03-03
* wmaenc: check final frame size against output packet sizeJustin Ruggles2012-03-03
* wmaenc: require a large enough output buffer to prevent overwritesJustin Ruggles2012-03-03
* wmaenc: limit allowed sample rate to 48kHzJustin Ruggles2012-03-03
* wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZEJustin Ruggles2012-03-03
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin2011-05-12
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-19
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-20
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* A try to fix the regressions.Michael Niedermayer2009-02-19
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-02
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson2008-02-15
* clarify FIXMEMichael Niedermayer2007-12-17
* trivial warning fixesMåns Rullgård2007-07-08
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
* bitrate sanity check (fixes assertion failure)Michael Niedermayer2007-03-08
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27