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
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
2011-09-19rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
2011-09-12rv34: check that subsequent slices have the same type as first one.Kostya Shishkov
2011-08-13rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov
2011-08-12Add weighted motion compensation for RV40 B-framesKostya Shishkov
2011-08-12RV3/4: calculate B-frame motion weights once per frameKostya Shishkov
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-08-09Pretty-print RV3/4 decoder sourceKostya Shishkov