]> git.sesse.net Git - ffmpeg/history - libavcodec/wmavoice.c
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
[ffmpeg] / libavcodec / wmavoice.c
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-26 Ronald S. BultjeFix typo.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-09 Ronald S. BultjeFix buffer overrun if idx is negative (it can be down...
2010-07-26 Axel HolzingerRename pow variable to pwr.
2010-07-12 Diego BiurrunUse correct length modifier for size comparison in...
2010-07-08 Ronald S. BultjeFix two doxy warnings.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-30 Eli FriedmanSilense one warning:
2010-05-02 Ronald S. BultjeAnother buffer overflow, fixes issue1758.
2010-05-01 Ronald S. BultjeFix buffer overrun (or, well, actually a typo, 80 shoul...
2010-04-21 Ronald S. BultjeWMAVoice postfilter.
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-02-12 Ronald S. BultjeWMAVoice decoder.