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
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22flacenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21flacenc: use AVCodec.encode2()Justin Ruggles
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-19flacenc: mark as lossless codecMichael Niedermayer
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11flacenc: use proper initializers for AVOption default values.Anton Khirnov
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-04-25Warn if the source has unsupported (or no) channel layout.Carl Eugen Hoyos
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add 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
2011-01-21Separate window function from autocorrelation.Justin Ruggles
2011-01-21Move 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