summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmavoice.c
Commit message (Expand)AuthorAgeFilesLines
* wmavoice: fix a signed overflowMans Rullgard2011-10-091-1/+1
* wmavoice: Check for corrupted extra dataLaurent Aimar2011-10-071-0/+8
* wmavoice: Check for out of bound writesLaurent Aimar2011-10-071-0/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-10/+12
* wmavoice: Use proper size in memeset().Alex Converse2011-05-051-1/+1
* Add AVX FFT implementation.Vitor Sessak2011-04-261-3/+3
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* 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
* 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