summaryrefslogtreecommitdiff
path: root/libavcodec/wmaenc.c
Commit message (Expand)AuthorAge
* 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
* Supply context to tprintfMichel Bardiaux2007-02-27
* workaround sign bugMichael Niedermayer2007-02-06
* 10l use of uninitalized varMichael Niedermayer2007-02-06
* wma encoderMichael Niedermayer2007-02-06