aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | ra144enc: set supported channel layouts.Alexis Ballier2013-07-151-0/+1
* | Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.Carl Eugen Hoyos2013-06-301-2/+2
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-11/+0
|\|
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-11/+0
| * lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | ra144enc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* | ra144enc: fix two "may be used uninitialized in this function" warningsMichael Niedermayer2013-01-111-2/+2
* | ra144enc: reject unsupported sample ratesPiotr Bandurski2012-12-031-0/+1
* | ra144enc: avoid integer overflows.Michael Niedermayer2012-09-101-1/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-2/+1
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | ra144enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-14/+32
|\|
| * ra144enc: use AVCodec.encode2()Justin Ruggles2012-03-211-14/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-8/+25
|\|
| * ra144enc: fix end-of-stream handlingJustin Ruggles2012-03-041-8/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-11/+21
|\|
| * ra144enc: use int16_t* for input samples rather than void*Justin Ruggles2012-02-251-1/+2
| * ra144enc: set AVCodecContext.coded_frameJustin Ruggles2012-02-251-6/+19
| * ra144enc: remove unneeded sample_fmt checkJustin Ruggles2012-02-251-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-031-1/+1
|\|
| * ra144enc: drop pointless "encoder" from .long_namePaul B Mahol2012-02-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-311-1/+1
|\|
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+4
|\|
| * ra144enc: zero the reflection coeffs if the filter is unstableJustin Ruggles2011-12-221-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-101-0/+2
|\|
| * ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles2011-11-091-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-10/+9
|\|
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-10/+9
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-2/+2
|\|
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-2/+2
| * 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
| * Separate window function from autocorrelation.Justin Ruggles2011-01-211-1/+12
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-3/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Separate window function from autocorrelation.Justin Ruggles2011-01-231-1/+12
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-3/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-2/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-8/+8
* Remove filename from doxy commentVitor Sessak2010-06-111-1/+1