summaryrefslogtreecommitdiffstats
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAgeFilesLines
* Warn if the source has unsupported (or no) channel layout.Carl Eugen Hoyos2011-04-251-0/+22
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-11/+0
|\
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Separate window function from autocorrelation.Justin Ruggles2011-01-231-4/+6
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-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
* Combine output_subframe() and output_subframes().Justin Ruggles2010-07-301-19/+11
* Remove unneeded variable.Justin Ruggles2010-07-301-4/+1
* cosmetics: indentationJustin Ruggles2010-07-301-28/+28
* Combine output_subframe_verbatim() and output_subframe_lpc().Justin Ruggles2010-07-301-23/+13
* Combine and simplify output_residual() and output_subframe_lpc().Justin Ruggles2010-07-301-37/+21
* cosmetics: reindentJustin Ruggles2010-07-301-5/+5
* Combine and simplify output_subframe_fixed() and output_subframe_lpc().Justin Ruggles2010-07-301-19/+5
* Combine and simplify output_subframe_constant() and output_subframe_verbatim().Justin Ruggles2010-07-301-25/+11
* Pass FlacSubframe to output_subframe_* instead of channel number.Justin Ruggles2010-07-301-24/+11
* cosmetics: change FlacEncodeContext variable name from ctx to s in severalJustin Ruggles2010-07-301-36/+36
* Set coded_frame->pts in the FLAC encoderJustin Ruggles2010-07-301-0/+1
* Do not need to set coded_frame->key_frame = 1 because it is already set inJustin Ruggles2010-07-301-1/+0
* Move debug logging of compression options to a single function.Justin Ruggles2010-07-301-37/+60
* Add 2 failed memory allocation checksJustin Ruggles2010-07-301-0/+4
* cosmetics: pretty-print flacenc.cJustin Ruggles2010-07-301-325/+344
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-4/+4
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-29/+74
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-231-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-171-63/+0
OpenPOWER on IntegriCloud