]> git.sesse.net Git - ffmpeg/history - libavcodec/sipr.c
psymodel: Remove the single channel analysis function
[ffmpeg] / libavcodec / sipr.c
2011-06-19 Alex Conversesipr: Drop unused DSPContext
2011-06-19 Alex Conversesipr: include string.h for mem*()
2011-06-19 Alex Conversesipr: Use memmove() to copy overlapped buffers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-09-17 Vitor SessakRemove pointless semicolon
2010-09-07 Marcelo Galvăo PóvoaMove lsp2lpc_sipr() function to common code so it can...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-21 Ronald S. BultjeSplit input/output data arguments to ff_acelp_apply_ord...
2010-04-21 Ronald S. BultjeSplit the input/output data arguments to ff_adaptive_ga...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-11 Ronald S. BultjeFix spelling.
2010-01-16 Vitor SessakSIPR16k decoder
2010-01-16 Vitor SessakAllow a SIPR table to be used by the upcoming SIPR16k...
2010-01-16 Vitor SessakSplit some SIPR structs to a header file for the upcomi...
2010-01-13 Vitor SessakRemove needless use of log2f()
2010-01-13 Vitor SessakRemove the struct SiprModeParam of the context. This...
2010-01-13 Måns RullgårdSIPR: kill variable-length arrays
2010-01-10 Vladimir VoroshilovSIPR decoder for modes 8k5, 6k5 and 5k0.