]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144enc.c
cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.
[ffmpeg] / libavcodec / ra144enc.c
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.