summaryrefslogtreecommitdiffstats
path: root/libavcodec/sipr.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* sipr: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+6
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-7/+8
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* sipr: set channel layoutJustin Ruggles2012-11-011-1/+4
* sipr: fall back to setting mode based on bit_rate.Reimar Döffinger2012-09-211-2/+7
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-5/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-15/+19
* sipr: use a function pointer to select the decode_frame functionJustin Ruggles2011-11-091-5/+6
* sipr: set mode based on block_align instead of bit_rateJustin Ruggles2011-11-091-4/+9
* sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles2011-11-091-4/+0
* sipr: fix get_bits(0) callsMans Rullgard2011-10-111-2/+4
* sipr: fix the output data size check and only calculate it once.Justin Ruggles2011-10-041-4/+7
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+6
* sipr: Drop unused DSPContextAlex Converse2011-06-181-2/+0
* sipr: include string.h for mem*()Alex Converse2011-06-181-0/+1
* sipr: Use memmove() to copy overlapped buffers.Alex Converse2011-06-181-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove pointless semicolonVitor Sessak2010-09-171-1/+1
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-071-27/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-3/+0
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-211-2/+2
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-211-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix spelling.Ronald S. Bultje2010-03-111-3/+3
* SIPR16k decoderVitor Sessak2010-01-161-10/+34
* Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak2010-01-161-1/+8
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-161-53/+1
* Remove needless use of log2f()Vitor Sessak2010-01-131-1/+2
* Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak2010-01-131-17/+17
* SIPR: kill variable-length arraysMåns Rullgård2010-01-131-3/+5
* SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov2010-01-101-0/+608
OpenPOWER on IntegriCloud