| Commit message (Expand) | Author | Age | Files | Lines |
* | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 1 | -1/+2 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -11/+0 |
* | lavc: Fix assignments in if() when calling ff_af_queue_add | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | ra144enc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -14/+32 |
* | ra144enc: fix end-of-stream handling | Justin Ruggles | 2012-03-04 | 1 | -8/+25 |
* | ra144enc: use int16_t* for input samples rather than void* | Justin Ruggles | 2012-02-25 | 1 | -1/+2 |
* | ra144enc: set AVCodecContext.coded_frame | Justin Ruggles | 2012-02-25 | 1 | -6/+19 |
* | ra144enc: remove unneeded sample_fmt check | Justin Ruggles | 2012-02-25 | 1 | -4/+0 |
* | ra144enc: drop pointless "encoder" from .long_name | Paul B Mahol | 2012-02-01 | 1 | -1/+1 |
* | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 1 | -1/+1 |
* | ra144enc: zero the reflection coeffs if the filter is unstable | Justin Ruggles | 2011-12-22 | 1 | -1/+4 |
* | ra144enc: add sample_fmts list to ff_ra_144_encoder | Justin Ruggles | 2011-11-09 | 1 | -0/+2 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -10/+9 |
* | lavc: move some flac-specific options to its private context. | Anton Khirnov | 2011-05-10 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-21 | 1 | -1/+12 |
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -3/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the | Stefano Sabatini | 2010-09-25 | 1 | -1/+1 |
* | Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. | Justin Ruggles | 2010-07-11 | 1 | -2/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -8/+8 |
* | Remove filename from doxy comment | Vitor Sessak | 2010-06-11 | 1 | -1/+1 |
* | Remove useless include. Should fix compilation in MacOS X. | Vitor Sessak | 2010-06-11 | 1 | -1/+0 |
* | Include float.h to provide FLT_MAX define. Should fix compilation on windows. | Vitor Sessak | 2010-06-11 | 1 | -0/+1 |
* | RealAudio 14.4k encoder. | Francesco Lavra | 2010-06-11 | 1 | -0/+511 |