]> git.sesse.net Git - ffmpeg/history - libavcodec/flacenc.c
avconv: drop update_sample_fmt()
[ffmpeg] / libavcodec / flacenc.c
2015-04-28 Vittorio Giovaraflacenc: Move a scratch buffer to struct used by the...
2015-01-29 Vittorio Giovaraflacenc: initialize sums matrix
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-01 Anton Khirnovflacenc: send final extradata in packet side data
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-03 Diego Biurrunsilly typo fixes
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2012-12-07 Janne Grunauflac: change minimum and default of lpc_passes option...
2012-11-08 Justin Rugglesflacenc: ensure the order is within the min/max range...
2012-11-05 Justin Rugglesflacenc: use RICE2 entropy coding mode for 24-bit
2012-11-05 Justin Rugglesflacenc: add 24-bit encoding
2012-11-05 Justin Rugglesflacdsp: move lpc encoding from FLAC encoder to FLACDSP...
2012-11-05 Justin Rugglesflacenc: use uint64_t for bit counts
2012-11-05 Justin Rugglesflacenc: remove wasted trailing 0 bits
2012-11-05 Justin Rugglesflacenc: use a separate buffer for byte-swapping for...
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-04 Mans Rullgardflac: make FLAC_CHMODE_* constants consecutive
2012-07-04 Mans Rullgardflacenc: add option for forcing stereo decorrelation...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-20 Justin Rugglesflacenc: use AVCodec.encode2()
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-03 Mans RullgardMark some variables with av_unused
2011-05-11 Anton Khirnovflacenc: use proper initializers for AVOption default...
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-04-19 Anton Khirnovlavc: remove the FF_API_USE_LPC cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-21 Justin RugglesSeparate window function from autocorrelation.
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-09-30 Aurelien Jacobsadd FF_API_USE_LPC define to disable the deprecated...
2010-07-31 Justin Rugglescosmetics: rename output_* to write_*
2010-07-31 Justin RugglesSimplify verbatim mode fallback by checking the frame...
2010-07-31 Justin RugglesChange max_framesize for small final frame.
2010-07-31 Justin RugglesCalculate an exact frame size before writing. Now...
2010-07-31 Justin Rugglescosmetics: rename find_subblock_rice_params() to find_s...
2010-07-31 Justin RugglesReduce number of input parameters to find_subblock_rice...
2010-07-31 Justin Ruggles10l: fix bit count for frame header
2010-07-31 Justin RugglesSimplify fallback to verbatim mode encoding.
2010-07-31 Justin Rugglescosmetics: line wrap and vertical alignment
2010-07-31 Justin RugglesCombine calc_rice_params_fixed() and calc_rice_params_l...
2010-07-31 Justin RugglesRemove unneeded wrapper function.
2010-07-31 Justin RugglesRemove duplicate code by adding a flag for encoding...
2010-07-31 Justin RugglesEstimate frame size during encoding.
2010-07-30 Justin Rugglescosmetics: indentation
2010-07-30 Justin RugglesCombine output_subframe() and output_subframes().
2010-07-30 Justin RugglesRemove unneeded variable.
2010-07-30 Justin Rugglescosmetics: indentation
2010-07-30 Justin RugglesCombine output_subframe_verbatim() and output_subframe_...
2010-07-30 Justin RugglesCombine and simplify output_residual() and output_subfr...
2010-07-30 Justin Rugglescosmetics: reindent
2010-07-30 Justin RugglesCombine and simplify output_subframe_fixed() and output...
2010-07-30 Justin RugglesCombine and simplify output_subframe_constant() and...
2010-07-30 Justin RugglesPass FlacSubframe to output_subframe_* instead of chann...
2010-07-30 Justin Rugglescosmetics: change FlacEncodeContext variable name from...
2010-07-30 Justin RugglesSet coded_frame->pts in the FLAC encoder
2010-07-30 Justin RugglesDo not need to set coded_frame->key_frame = 1 because...
2010-07-30 Justin RugglesMove debug logging of compression options to a single...
2010-07-30 Justin RugglesAdd 2 failed memory allocation checks
2010-07-30 Justin Rugglescosmetics: pretty-print flacenc.c
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-23 Måns Rullgårdflacenc: convert VLA to fixed size
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-04-16 Justin Rugglesflacenc: write initial blocksize to STREAMINFO header...
2009-04-13 Bobby BinghamSkip loop iterations which are no-ops due to data1...
2009-04-13 Jai Menonflacenc : do not #include libavutil/lls.h since lpc...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-03-21 Justin Rugglesrevert accidental unrelated change in last commit
2009-03-21 Justin Rugglesshare sample rate and blocksize tables between the...
2009-03-21 Justin Rugglesflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 Justin Rugglesflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 Justin Rugglesshare channel mode constants between the FLAC decoder...
2009-03-19 Justin Rugglesshare some constants between the FLAC encoder and FLAC...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-14 Justin Ruggleswrite actual min and max frame size to FLAC header...
2008-09-14 Justin Ruggleswrite MD5 checksum to FLAC header. update regression...
2008-09-14 Justin Ruggleswrite number of samples in FLAC extradata.
2008-08-17 Justin Rugglesfix and simplify frame size check and reencoding in...
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-16 Justin Rugglescosmetics: adjust line breaks and vertical alignment
2008-08-16 Justin Rugglesuse limited range of lpc orders when quantizing coeffic...
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...
2008-08-16 Ramiro Pollaflacenc: Allow more flexible shift calculation in LPC.
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
next