summaryrefslogtreecommitdiff
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-07
|\
| * doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | flacenc: mark as lossless codecMichael Niedermayer2011-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * Mark some variables with av_unusedMans Rullgard2011-06-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-12
|\|
| * flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
* | Warn if the source has unsupported (or no) channel layout.Carl Eugen Hoyos2011-04-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * Separate window function from autocorrelation.Justin Ruggles2011-01-21
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Separate window function from autocorrelation.Justin Ruggles2011-01-23
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-23
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-30
* cosmetics: rename output_* to write_*Justin Ruggles2010-07-31
* Simplify verbatim mode fallback by checking the frame size before writing.Justin Ruggles2010-07-31
* Change max_framesize for small final frame.Justin Ruggles2010-07-31
* Calculate an exact frame size before writing. Now the buffer size requirementsJustin Ruggles2010-07-31
* cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()Justin Ruggles2010-07-31
* Reduce number of input parameters to find_subblock_rice_params().Justin Ruggles2010-07-31
* 10l: fix bit count for frame headerJustin Ruggles2010-07-31
* Simplify fallback to verbatim mode encoding.Justin Ruggles2010-07-31
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-07-31
* Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a singleJustin Ruggles2010-07-31
* Remove unneeded wrapper function.Justin Ruggles2010-07-31
* Remove duplicate code by adding a flag for encoding in verbatim mode.Justin Ruggles2010-07-31
* Estimate frame size during encoding.Justin Ruggles2010-07-31
* cosmetics: indentationJustin Ruggles2010-07-30
* Combine output_subframe() and output_subframes().Justin Ruggles2010-07-30
* Remove unneeded variable.Justin Ruggles2010-07-30
* cosmetics: indentationJustin Ruggles2010-07-30
* Combine output_subframe_verbatim() and output_subframe_lpc().Justin Ruggles2010-07-30
* Combine and simplify output_residual() and output_subframe_lpc().Justin Ruggles2010-07-30
* cosmetics: reindentJustin Ruggles2010-07-30
* Combine and simplify output_subframe_fixed() and output_subframe_lpc().Justin Ruggles2010-07-30
* Combine and simplify output_subframe_constant() and output_subframe_verbatim().Justin Ruggles2010-07-30
* Pass FlacSubframe to output_subframe_* instead of channel number.Justin Ruggles2010-07-30