summaryrefslogtreecommitdiff
path: root/libavcodec/wmavoice.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* wmavoice: fix stack overread.Ronald S. Bultje2012-03-22
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje2011-12-17
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* wmavoice: Make format string match variable type.Alex Converse2011-11-26
* wmavoice: move output buffer size check to synth_superframe().Justin Ruggles2011-10-28
* wmavoice: only set data_size to 0 when necessaryJustin Ruggles2011-10-28
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* wmavoice: fix a signed overflowMans Rullgard2011-10-09
* wmavoice: Check for corrupted extra dataLaurent Aimar2011-10-07
* wmavoice: Check for out of bound writesLaurent Aimar2011-10-07
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* wmavoice: Use proper size in memeset().Alex Converse2011-05-05
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
* 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
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Fix typo.Ronald S. Bultje2010-12-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje2010-08-09
* Rename pow variable to pwr.Axel Holzinger2010-07-26
* Use correct length modifier for size comparison in printf expression, fixes:Diego Biurrun2010-07-12
* Fix two doxy warnings.Ronald S. Bultje2010-07-08
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Silense one warning:Eli Friedman2010-06-30
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-02
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-01
* WMAVoice postfilter.Ronald S. Bultje2010-04-21
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* WMAVoice decoder.Ronald S. Bultje2010-02-12