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-02-22mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov
2012-02-19mpegvideo_enc: switch to encode2().Anton Khirnov
2012-02-19mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-16libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö
2012-02-16libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-01-27lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-12mpegvideo_enc: ifdef out/replace references to deprecated codec flags.Anton Khirnov
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2011-12-30mpegvideo_enc: K&R cosmetics (line 1000-2000).Aneesh Dogra
2011-12-27mpegvideo_enc: K&R cosmeticsAneesh Dogra
2011-12-21mpegvideo_enc: separate declarations and statementsDiego Biurrun
2011-12-14mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-10mpegvideo_enc: fix a signed overflowMans Rullgard
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-08-31h263/p encoder: add 'structured_slices' private option.Anton Khirnov
2011-08-31h263/p encoder: add 'obmc' private option.Anton Khirnov
2011-08-31h263p encoder: add 'aiv' private option.Anton Khirnov
2011-08-31h263p encoder: add 'umv' private option.Anton Khirnov
2011-08-31mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov
2011-08-31mpeg4enc: add 'data_partitioning' private option.Anton Khirnov
2011-08-31mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov
2011-08-31mpeg12enc: add intra_vlc private option.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-02put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-06-03mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-26Remove h263_msmpeg4 from MpegEncContext.Alex Converse
2011-05-24lavc: remove msmpeg4v1 encoder.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Pass VBV delay to the calling application via ctxChristophe Massiot
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-25Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard