summaryrefslogtreecommitdiffstats
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAgeFilesLines
* flacenc: initialize sums matrixVittorio Giovara2015-01-291-1/+1
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-5/+5
* flacenc: send final extradata in packet side dataAnton Khirnov2014-06-011-0/+20
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* silly typo fixesDiego Biurrun2013-05-031-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-9/+0
* flac: change minimum and default of lpc_passes option to 1Janne Grunau2012-12-071-1/+1
* flacenc: ensure the order is within the min/max range in LPC order searchJustin Ruggles2012-11-081-3/+5
* flacenc: use RICE2 entropy coding mode for 24-bitJustin Ruggles2012-11-051-16/+39
* flacenc: add 24-bit encodingJustin Ruggles2012-11-051-25/+63
* flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-051-108/+8
* flacenc: use uint64_t for bit countsJustin Ruggles2012-11-051-25/+33
* flacenc: remove wasted trailing 0 bitsJustin Ruggles2012-11-051-2/+37
* flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles2012-11-051-9/+28
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-15/+15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-041-10/+3
* flacenc: add option for forcing stereo decorrelation modeMans Rullgard2012-07-041-1/+11
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+5
* flacenc: use AVCodec.encode2()Justin Ruggles2012-03-201-21/+31
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-061-1/+1
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-68/+0
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-16/+16
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* Mark some variables with av_unusedMans Rullgard2011-06-031-1/+1
* flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-111-16/+16
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-30/+72
* lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-191-11/+0
* 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-4/+6
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-4/+3
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-301-1/+1
* cosmetics: rename output_* to write_*Justin Ruggles2010-07-311-6/+6
* Simplify verbatim mode fallback by checking the frame size before writing.Justin Ruggles2010-07-311-11/+7
* Change max_framesize for small final frame.Justin Ruggles2010-07-311-0/+6
* Calculate an exact frame size before writing. Now the buffer size requirementsJustin Ruggles2010-07-311-14/+79
* cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()Justin Ruggles2010-07-311-7/+7
* Reduce number of input parameters to find_subblock_rice_params().Justin Ruggles2010-07-311-34/+22
* 10l: fix bit count for frame headerJustin Ruggles2010-07-311-1/+4
* Simplify fallback to verbatim mode encoding.Justin Ruggles2010-07-311-16/+14
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-07-311-8/+10
* Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a singleJustin Ruggles2010-07-311-24/+14
* Remove unneeded wrapper function.Justin Ruggles2010-07-311-8/+1
* Remove duplicate code by adding a flag for encoding in verbatim mode.Justin Ruggles2010-07-311-34/+6
* Estimate frame size during encoding.Justin Ruggles2010-07-311-3/+51
* cosmetics: indentationJustin Ruggles2010-07-301-38/+38
OpenPOWER on IntegriCloud