summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmaenc.c
Commit message (Expand)AuthorAgeFilesLines
* Improve channel count and bitrate error handling in wmav* encode_init()Tomas Härdin2011-03-241-4/+10
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+2
|\
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-191-1/+1
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-2/+2
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-201-2/+2
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-1/+1
* A try to fix the regressions.Michael Niedermayer2009-02-191-0/+4
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-021-1/+2
* remove mdct tmp bufferLoren Merritt2008-08-121-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson2008-02-151-1/+1
* clarify FIXMEMichael Niedermayer2007-12-171-1/+1
* trivial warning fixesMåns Rullgård2007-07-081-2/+2
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-10/+4
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-261-2/+2
* bitrate sanity check (fixes assertion failure)Michael Niedermayer2007-03-081-0/+3
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-271-9/+9
* Supply context to tprintfMichel Bardiaux2007-02-271-0/+2
* workaround sign bugMichael Niedermayer2007-02-061-1/+1
* 10l use of uninitalized varMichael Niedermayer2007-02-061-2/+2
* wma encoderMichael Niedermayer2007-02-061-0/+402
OpenPOWER on IntegriCloud