]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144enc.c
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
[ffmpeg] / libavcodec / ra144enc.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-21 Justin Rugglesra144enc: use AVCodec.encode2()
2012-03-04 Justin Rugglesra144enc: fix end-of-stream handling
2012-02-25 Justin Rugglesra144enc: use int16_t* for input samples rather than...
2012-02-25 Justin Rugglesra144enc: set AVCodecContext.coded_frame
2012-02-25 Justin Rugglesra144enc: remove unneeded sample_fmt check
2012-02-02 Paul B Maholra144enc: drop pointless "encoder" from .long_name
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-22 Justin Rugglesra144enc: zero the reflection coeffs if the filter...
2011-11-09 Justin Rugglesra144enc: add sample_fmts list to ff_ra_144_encoder
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-21 Justin RugglesSeparate window function from autocorrelation.
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-11 Vitor SessakRemove filename from doxy comment
2010-06-11 Vitor SessakRemove useless include. Should fix compilation in MacOS X.
2010-06-11 Vitor SessakInclude float.h to provide FLT_MAX define. Should fix...
2010-06-11 Francesco LavraRealAudio 14.4k encoder.