summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144enc.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Remove useless include. Should fix compilation in MacOS X.Vitor Sessak2010-06-111-1/+0
* Include float.h to provide FLT_MAX define. Should fix compilation on windows.Vitor Sessak2010-06-111-0/+1
* RealAudio 14.4k encoder.Francesco Lavra2010-06-111-0/+511
OpenPOWER on IntegriCloud