OSDN Git Service

libx264: add 'partitions' private option
[coroid/libav_saccubus.git] / libavcodec / amrnbdec.c
2011-07-20 Diego BiurrunRemove unused and non-compiling vestigial g729 decoder
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-04-12 Martin Storsjölibavcodec: Use "const enum AVSampleFormat[]" in AVCode...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Mans Rullgardamrnb: use correct size when copying lsf_r array
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-10 Marcelo Galvăo PóvoaMove AMR-NB frame unpacking code to a common file so...
2010-09-07 Marcelo Galvăo PóvoaMove AMRNB lsf2lsp() function to common code for using...
2010-05-03 Martin Storsjöamrnbdec: Apply AMR_SAMPLE_SCALE when finishing the...
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-04-21 Vitor Sessak10l: do not try to unpack DTX frames in AMR-NB decoder
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-11 Ronald S. BultjeFix spelling.
2010-02-21 Vitor SessakAMR-NB floating-point based decoder.