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-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
2011-08-02Correct chroma vector calculation for RealVideo 3.Kostya Shishkov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04Remove unused static tables and static inline functions.Diego Biurrun
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje