summaryrefslogtreecommitdiff
path: root/libavcodec/sipr.c
Commit message (Expand)AuthorAge
* sipr: fix get_bits(0) callsMans Rullgard2011-10-11
* sipr: fix the output data size check and only calculate it once.Justin Ruggles2011-10-04
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* sipr: Drop unused DSPContextAlex Converse2011-06-18
* sipr: include string.h for mem*()Alex Converse2011-06-18
* sipr: Use memmove() to copy overlapped buffers.Alex Converse2011-06-18
* 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
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove pointless semicolonVitor Sessak2010-09-17
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-07
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-21
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-21
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix spelling.Ronald S. Bultje2010-03-11
* SIPR16k decoderVitor Sessak2010-01-16
* Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak2010-01-16
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-16
* Remove needless use of log2f()Vitor Sessak2010-01-13
* Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak2010-01-13
* SIPR: kill variable-length arraysMåns Rullgård2010-01-13
* SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov2010-01-10