aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/sipr.c
AgeCommit message (Expand)Author
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-02Add avcodec_decode_audio4().Justin Ruggles
2011-11-09sipr: use a function pointer to select the decode_frame functionJustin Ruggles
2011-11-09sipr: set mode based on block_align instead of bit_rateJustin Ruggles
2011-11-09sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles
2011-10-11sipr: fix get_bits(0) callsMans Rullgard
2011-10-04sipr: fix the output data size check and only calculate it once.Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-18sipr: Drop unused DSPContextAlex Converse
2011-06-18sipr: include string.h for mem*()Alex Converse
2011-06-18sipr: Use memmove() to copy overlapped buffers.Alex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-09-17Remove pointless semicolonVitor Sessak
2010-09-07Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje
2010-04-21Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-11Fix spelling.Ronald S. Bultje
2010-01-16SIPR16k decoderVitor Sessak
2010-01-16Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak
2010-01-16Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak
2010-01-13Remove needless use of log2f()Vitor Sessak
2010-01-13Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak
2010-01-13SIPR: kill variable-length arraysMåns Rullgård
2010-01-10SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov