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
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-31rv34: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-09-19rv34: Fix a memory leak on errorsMartin Storsjö
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-19rv34: use ff_MPV_common_frame_size_change()Janne Grunau
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-28rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje
2012-04-28rv40: change a logical test into a bitwise one.Christophe Gisquet
2012-04-28rv34: remove constant parameterChristophe Gisquet
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-27rv34: set mb_num_left to 0 after finishing a frameRonald S. Bultje
2012-03-24rv34: error out on size changes with frame threadingJanne Grunau
2012-03-23rv34: Handle only complete frames in frame-mt.Janne Grunau
2012-03-07rv34: remove dead code in intra availability checkChristophe GISQUET
2012-03-07rv34: clean a bit availability checks.Christophe GISQUET
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-14rv34: handle size changes during frame multithreadingJanne Grunau
2012-02-14rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau
2012-01-16rv34: 1-pass inter MB reconstructionChristophe GISQUET
2012-01-16rv34: Intra 16x16 handlingChristophe GISQUET
2012-01-16rv34: Inter/intra MB code splitChristophe GISQUET
2012-01-12rv34: fix and optimise frame dependency checkingJanne Grunau
2012-01-12rv34: DC-only inverse transformChristophe GISQUET
2012-01-11rv34: frame-level multi-threadingJanne Grunau
2012-01-10rv34: use get_bits_left()Janne Grunau
2012-01-04rv34: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13rv34: move 4x4 dequant to RV34DSPContextMans Rullgard
2011-12-01rv34: align temporary block of "dct" coefsMans Rullgard
2011-11-26rv34: fix signed multiplication overflowMans Rullgard
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau
2011-09-22rv34: Check for invalid slices offsetsLaurent Aimar
2011-09-20rv34: Check for invalid slice offsetsLaurent Aimar
2011-09-19rv34: Fix potential overreadsLaurent Aimar
2011-09-19rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar