]> git.sesse.net Git - ffmpeg/history - libavcodec/sipr.c
celp filters: Do not read earlier than the start of the 'out' vector.
[ffmpeg] / libavcodec / sipr.c
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-09 Justin Rugglessipr: use a function pointer to select the decode_frame...
2011-11-09 Justin Rugglessipr: set mode based on block_align instead of bit_rate
2011-11-09 Justin Rugglessipr: do not needlessly set *data_size to 0 when return...
2011-10-11 Mans Rullgardsipr: fix get_bits(0) calls
2011-10-04 Justin Rugglessipr: fix the output data size check and only calculate...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
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.