summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\|
| * wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-29
|\|
| * doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-18
|\|
| * wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * wmapro: use av_float2int()Mans Rullgard2011-12-11
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-29
|\|
| * wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles2011-10-28
| * wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles2011-10-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
| * wmapro: Validate the number of audio channels before using itLaurent Aimar2011-10-07
* | Validate the number of audio channels before using it in wmapro decoder.Laurent Aimar2011-09-27
* | Fix segfault in save_bits:Sascha Sommer2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * Mark some variables with av_unusedMans Rullgard2011-06-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-26
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * Move sine windows to a separate fileMans Rullgard2011-03-20
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-02
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* support decoding of files that contain the numberSascha Sommer2011-01-16
* do not read over the end of the packetSascha Sommer2011-01-15
* also support decoding of AVPackets with multiple wma packetsSascha Sommer2011-01-14
* add support for blocksize 64Sascha Sommer2011-01-14
* skip unsupported postproc informationSascha Sommer2011-01-08
* add support for files that do not allow more than 4 subframesSascha Sommer2011-01-08
* fix indentationSascha Sommer2011-01-08
* add support for files where the frames do not have a length prefixSascha Sommer2011-01-08
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Change a doxy comment to a normal one.Benoit Fouet2010-08-02
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-27