summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmavoice.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-071-1/+1
|\
| * wmavoice: Use proper size in memeset().Alex Converse2011-05-051-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-3/+3
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-3/+3
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-1/+1
|\ \ | |/
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-9/+10
|\ \ | |/
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-2/+2
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-7/+7
| * 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-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Fix typo.Ronald S. Bultje2010-12-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje2010-08-091-1/+3
* Rename pow variable to pwr.Axel Holzinger2010-07-261-4/+4
* Use correct length modifier for size comparison in printf expression, fixes:Diego Biurrun2010-07-121-1/+1
* Fix two doxy warnings.Ronald S. Bultje2010-07-081-1/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Silense one warning:Eli Friedman2010-06-301-1/+1
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-021-1/+1
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-011-1/+1
* WMAVoice postfilter.Ronald S. Bultje2010-04-211-7/+470
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-2/+1
* 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
* Replace @returns by @return.Benoit Fouet2010-03-301-3/+3
* WMAVoice decoder.Ronald S. Bultje2010-02-121-0/+1568
OpenPOWER on IntegriCloud