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-18vc1parse: call vc1_init_common().Ronald S. Bultje
2012-02-16vc1: prevent using last_frame as a reference for I/P first frame.Ronald S. Bultje
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-01vc1: prevent null pointer dereference on broken filesJanne Grunau
2012-01-27vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-04vc1dec: fix invalid memory access for small video dimensionsJohn Brooks
2011-12-20vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö
2011-12-20vc1: Handle WVC1 interlaced streamAneesh Dogra
2011-12-14mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin
2011-12-13vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-11-28vc1: use an enum for Frame Coding ModeLuca Barbato
2011-11-27vc1: select interlaced scan table by FCM elementKostya Shishkov
2011-11-09VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS
2011-11-09vc1dec: move an if() block.shahriman AMS
2011-11-09vc1dec: use correct hybrid prediction threshold.shahriman AMS
2011-11-09vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS
2011-11-09vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS
2011-10-23VC1: restore mistakenly removed codeMashiat Sarker Shakkhar
2011-10-19Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar
2011-10-12vc1: more prettyprinting cosmeticsKostya Shishkov
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar
2011-08-31VC1: Support dynamic dimension changesAlberto Delmás
2011-08-25vc1: fix VC-1 Pulldown handling.John Stebbins
2011-08-25VC1: Fix first/last row checks with slicesAlberto Delmás
2011-08-25vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
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-06-07vc1: re-initialize tables after width/height change.John Stebbins
2011-05-04vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje
2011-05-04vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje
2011-05-04Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje
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-17vc1: fix fate-vc1 after previous commit.Ronald S. Bultje
2011-04-16wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-22vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje
2011-03-21vc1: slice support.Ronald S. Bultje
2011-03-21vc1: fix up memleaks in the error codepath.Ronald S. Bultje