summaryrefslogtreecommitdiff
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAge
* 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
* 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
* cosmetics: change FlacEncodeContext variable name from ctx to s in severalJustin Ruggles2010-07-30
* Set coded_frame->pts in the FLAC encoderJustin Ruggles2010-07-30
* Do not need to set coded_frame->key_frame = 1 because it is already set inJustin Ruggles2010-07-30
* Move debug logging of compression options to a single function.Justin Ruggles2010-07-30
* Add 2 failed memory allocation checksJustin Ruggles2010-07-30
* cosmetics: pretty-print flacenc.cJustin Ruggles2010-07-30
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-23
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17