Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Separate window function from autocorrelation.Justin Ruggles
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-01add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs
2010-08-01cosmetics: rename output_* to write_*Justin Ruggles
2010-08-01Simplify verbatim mode fallback by checking the frame size before writing.Justin Ruggles
2010-08-01Change max_framesize for small final frame.Justin Ruggles
2010-08-01Calculate an exact frame size before writing. Now the buffer size requirementsJustin Ruggles
2010-08-01cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()Justin Ruggles
2010-08-01Reduce number of input parameters to find_subblock_rice_params().Justin Ruggles
2010-07-3110l: fix bit count for frame headerJustin Ruggles
2010-07-31Simplify fallback to verbatim mode encoding.Justin Ruggles
2010-07-31cosmetics: line wrap and vertical alignmentJustin Ruggles
2010-07-31Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a singleJustin Ruggles
2010-07-31Remove unneeded wrapper function.Justin Ruggles
2010-07-31Remove duplicate code by adding a flag for encoding in verbatim mode.Justin Ruggles
2010-07-31Estimate frame size during encoding.Justin Ruggles
2010-07-31cosmetics: indentationJustin Ruggles
2010-07-31Combine output_subframe() and output_subframes().Justin Ruggles
2010-07-31Remove unneeded variable.Justin Ruggles
2010-07-31cosmetics: indentationJustin Ruggles
2010-07-31Combine output_subframe_verbatim() and output_subframe_lpc().Justin Ruggles
2010-07-31Combine and simplify output_residual() and output_subframe_lpc().Justin Ruggles
2010-07-31cosmetics: reindentJustin Ruggles
2010-07-31Combine and simplify output_subframe_fixed() and output_subframe_lpc().Justin Ruggles
2010-07-31Combine and simplify output_subframe_constant() and output_subframe_verbatim().Justin Ruggles
2010-07-31Pass FlacSubframe to output_subframe_* instead of channel number.Justin Ruggles
2010-07-30cosmetics: change FlacEncodeContext variable name from ctx to s in severalJustin Ruggles
2010-07-30Set coded_frame->pts in the FLAC encoderJustin Ruggles
2010-07-30Do not need to set coded_frame->key_frame = 1 because it is already set inJustin Ruggles
2010-07-30Move debug logging of compression options to a single function.Justin Ruggles
2010-07-30Add 2 failed memory allocation checksJustin Ruggles
2010-07-30cosmetics: pretty-print flacenc.cJustin Ruggles
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-24flacenc: convert VLA to fixed sizeMåns Rullgård
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-04-16flacenc: write initial blocksize to STREAMINFO header instead of currentJustin Ruggles
2009-04-13Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham
2009-04-13flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles