| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Simplify fallback to verbatim mode encoding. | Justin Ruggles | 2010-07-31 | 1 | -16/+14 |
* | cosmetics: line wrap and vertical alignment | Justin Ruggles | 2010-07-31 | 1 | -8/+10 |
* | Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single | Justin Ruggles | 2010-07-31 | 1 | -24/+14 |
* | Remove unneeded wrapper function. | Justin Ruggles | 2010-07-31 | 1 | -8/+1 |
* | Remove duplicate code by adding a flag for encoding in verbatim mode. | Justin Ruggles | 2010-07-31 | 1 | -34/+6 |
* | Estimate frame size during encoding. | Justin Ruggles | 2010-07-31 | 1 | -3/+51 |
* | cosmetics: indentation | Justin Ruggles | 2010-07-30 | 1 | -38/+38 |
* | Combine output_subframe() and output_subframes(). | Justin Ruggles | 2010-07-30 | 1 | -19/+11 |
* | Remove unneeded variable. | Justin Ruggles | 2010-07-30 | 1 | -4/+1 |
* | cosmetics: indentation | Justin Ruggles | 2010-07-30 | 1 | -28/+28 |
* | Combine output_subframe_verbatim() and output_subframe_lpc(). | Justin Ruggles | 2010-07-30 | 1 | -23/+13 |
* | Combine and simplify output_residual() and output_subframe_lpc(). | Justin Ruggles | 2010-07-30 | 1 | -37/+21 |
* | cosmetics: reindent | Justin Ruggles | 2010-07-30 | 1 | -5/+5 |
* | Combine and simplify output_subframe_fixed() and output_subframe_lpc(). | Justin Ruggles | 2010-07-30 | 1 | -19/+5 |
* | Combine and simplify output_subframe_constant() and output_subframe_verbatim(). | Justin Ruggles | 2010-07-30 | 1 | -25/+11 |
* | Pass FlacSubframe to output_subframe_* instead of channel number. | Justin Ruggles | 2010-07-30 | 1 | -24/+11 |