summaryrefslogtreecommitdiff
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAge
* flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer2016-02-08
* flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis2016-02-01
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-21
* flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara2015-11-16
* lavc: Enable side data only packets by defaultVittorio Giovara2015-09-12
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* flacenc: Move a scratch buffer to struct used by the functionVittorio Giovara2015-04-28
* flacenc: initialize sums matrixVittorio Giovara2015-01-29
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* flacenc: send final extradata in packet side dataAnton Khirnov2014-06-01
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* silly typo fixesDiego Biurrun2013-05-03
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* flac: change minimum and default of lpc_passes option to 1Janne Grunau2012-12-07
* flacenc: ensure the order is within the min/max range in LPC order searchJustin Ruggles2012-11-08
* flacenc: use RICE2 entropy coding mode for 24-bitJustin Ruggles2012-11-05
* flacenc: add 24-bit encodingJustin Ruggles2012-11-05
* flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-05
* flacenc: use uint64_t for bit countsJustin Ruggles2012-11-05
* flacenc: remove wasted trailing 0 bitsJustin Ruggles2012-11-05
* flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles2012-11-05
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-04
* flacenc: add option for forcing stereo decorrelation modeMans Rullgard2012-07-04
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* flacenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Mark some variables with av_unusedMans Rullgard2011-06-03
* flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-11
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
* 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
* 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