summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
Commit message (Collapse)AuthorAge
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
| | | | Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
| | | | Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMAPRO: use some type punning in decode_coeffs()Måns Rullgård2009-10-18
| | | | Originally committed as revision 20284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase maximum compressed frame sizeSascha Sommer2009-10-03
| | | | | | fixes playback of piece.wmv Originally committed as revision 20155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer2009-10-03
| | | | Originally committed as revision 20154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-29
| | | | Originally committed as revision 20078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMAPRO: use vector_fmul_scalar from dsputil where possibleMåns Rullgård2009-09-27
| | | | Originally committed as revision 20056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
| | | | Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-16
| | | | | | | | per AVPacket No longer print "Multiple frames in a packet" error message when CODEC_CAP_SUBFRAMES is set (wmapro, wavpack) Originally committed as revision 19881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
| | | | | | | | that FF_ELEMS(ff_sine_windows[x]) == 1 << x. Fix issue 1384. Originally committed as revision 19862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reinit get_bits for every decode_packet callSascha Sommer2009-09-11
| | | | Originally committed as revision 19822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not decode more than one audio frame in a decode packet callSascha Sommer2009-09-06
| | | | Originally committed as revision 19778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid extra memcpy during scale factor decodingSascha Sommer2009-09-06
| | | | Originally committed as revision 19777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix handling of packet loss when the output buffer is fullSascha Sommer2009-09-05
| | | | Originally committed as revision 19766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentSascha Sommer2009-09-05
| | | | Originally committed as revision 19765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed debug outputSascha Sommer2009-09-05
| | | | Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce output buffer needsSascha Sommer2009-09-05
| | | | | | (fixes playback of some multichannel files) Originally committed as revision 19763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store packet GetBitContext in the decoder contextSascha Sommer2009-09-05
| | | | Originally committed as revision 19762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation and other prettyprinting fixesDiego Biurrun2009-09-02
| | | | Originally committed as revision 19753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing wmapro decoder partsSascha Sommer2009-09-02
| | | | Originally committed as revision 19752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2009-08-26
| | | | Originally committed as revision 19725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add decode_coeffs()Sascha Sommer2009-08-26
| | | | Originally committed as revision 19719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge 2-channel M/S stereo decoding code with the multichannel versionSascha Sommer2009-08-26
| | | | Originally committed as revision 19718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2009-08-25
| | | | Originally committed as revision 19703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more wmapro decoder hunksSascha Sommer2009-08-21
| | | | Originally committed as revision 19678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-02
| | | | Originally committed as revision 19564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add approved hunks of the wmapro decoderSascha Sommer2009-08-02
Originally committed as revision 19563 to svn://svn.ffmpeg.org/ffmpeg/trunk