| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -7/+7 |
|\ |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -15/+15 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -15/+15 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | flacenc: switch to av_assert | Michael Niedermayer | 2012-08-02 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -11/+14 |
|\| |
|
| * | flac: make FLAC_CHMODE_* constants consecutive | Mans Rullgard | 2012-07-04 | 1 | -10/+3 |
| * | flacenc: add option for forcing stereo decorrelation mode | Mans Rullgard | 2012-07-04 | 1 | -1/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -4/+5 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+5 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | flacenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -21/+31 |
|\| |
|
| * | flacenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -21/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-07 | 1 | -1/+1 |
|\| |
|
| * | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -68/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft. | Anton Khirnov | 2012-01-27 | 1 | -68/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -16/+16 |
|\| |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -16/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | | flacenc: mark as lossless codec | Michael Niedermayer | 2011-06-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -1/+1 |
|\| |
|
| * | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-12 | 1 | -16/+16 |
|\| |
|
| * | flacenc: use proper initializers for AVOption default values. | Anton Khirnov | 2011-05-11 | 1 | -16/+16 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -30/+72 |
|\| |
|
| * | lavc: move some flac-specific options to its private context. | Anton Khirnov | 2011-05-10 | 1 | -30/+72 |
* | | Warn if the source has unsupported (or no) channel layout. | Carl Eugen Hoyos | 2011-04-25 | 1 | -0/+22 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -11/+0 |
|\| |
|
| * | lavc: remove the FF_API_USE_LPC cruft. | Anton Khirnov | 2011-04-19 | 1 | -11/+0 |
| * | 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 | -4/+6 |
| * | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -4/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-23 | 1 | -4/+6 |
* | | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-23 | 1 | -4/+3 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field | Aurelien Jacobs | 2010-09-30 | 1 | -1/+1 |
* | cosmetics: rename output_* to write_* | Justin Ruggles | 2010-07-31 | 1 | -6/+6 |
* | Simplify verbatim mode fallback by checking the frame size before writing. | Justin Ruggles | 2010-07-31 | 1 | -11/+7 |
* | Change max_framesize for small final frame. | Justin Ruggles | 2010-07-31 | 1 | -0/+6 |
* | Calculate an exact frame size before writing. Now the buffer size requirements | Justin Ruggles | 2010-07-31 | 1 | -14/+79 |
* | cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() | Justin Ruggles | 2010-07-31 | 1 | -7/+7 |
* | Reduce number of input parameters to find_subblock_rice_params(). | Justin Ruggles | 2010-07-31 | 1 | -34/+22 |
* | 10l: fix bit count for frame header | Justin Ruggles | 2010-07-31 | 1 | -1/+4 |