summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAgeFilesLines
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-16/+16
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* support decoding of files that contain the numberSascha Sommer2011-01-161-6/+18
* do not read over the end of the packetSascha Sommer2011-01-151-0/+6
* also support decoding of AVPackets with multiple wma packetsSascha Sommer2011-01-141-3/+5
* add support for blocksize 64Sascha Sommer2011-01-141-5/+6
* skip unsupported postproc informationSascha Sommer2011-01-081-3/+4
* add support for files that do not allow more than 4 subframesSascha Sommer2011-01-081-1/+1
* fix indentationSascha Sommer2011-01-081-9/+10
* add support for files where the frames do not have a length prefixSascha Sommer2011-01-081-7/+23
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Change a doxy comment to a normal one.Benoit Fouet2010-08-021-1/+1
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-271-5/+5
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-1/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Simplify interleaving code.Ronald S. Bultje2010-03-291-5/+3
* Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini2010-03-251-3/+6
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-2/+1
* WMAPRO: use some type punning in decode_coeffs()Måns Rullgård2009-10-181-13/+25
* increase maximum compressed frame sizeSascha Sommer2009-10-031-1/+1
* return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer2009-10-031-1/+1
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-291-1/+1
* WMAPRO: use vector_fmul_scalar from dsputil where possibleMåns Rullgård2009-09-271-8/+11
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-161-0/+1
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-151-1/+1
* reinit get_bits for every decode_packet callSascha Sommer2009-09-111-1/+6
* do not decode more than one audio frame in a decode packet callSascha Sommer2009-09-061-31/+14
* avoid extra memcpy during scale factor decodingSascha Sommer2009-09-061-10/+9
* fix handling of packet loss when the output buffer is fullSascha Sommer2009-09-051-2/+3
* reindentSascha Sommer2009-09-051-43/+43
* remove no longer needed debug outputSascha Sommer2009-09-051-3/+0
* reduce output buffer needsSascha Sommer2009-09-051-9/+24
* store packet GetBitContext in the decoder contextSascha Sommer2009-09-051-12/+13
* cosmetics: indentation and other prettyprinting fixesDiego Biurrun2009-09-021-73/+74
* add missing wmapro decoder partsSascha Sommer2009-09-021-8/+1274
* whitespace cosmeticsDiego Biurrun2009-08-261-6/+6
* add decode_coeffs()Sascha Sommer2009-08-261-0/+88
* merge 2-channel M/S stereo decoding code with the multichannel versionSascha Sommer2009-08-261-29/+7
* whitespace cosmeticsDiego Biurrun2009-08-251-7/+7
* Add some more wmapro decoder hunksSascha Sommer2009-08-211-5/+88
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-021-13/+13
* add approved hunks of the wmapro decoderSascha Sommer2009-08-021-0/+145
OpenPOWER on IntegriCloud