summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* vc1parse: call vc1_init_common().Ronald S. Bultje2012-02-181-2/+2
* vc1: prevent using last_frame as a reference for I/P first frame.Ronald S. Bultje2012-02-151-2/+9
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-3/+3
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-26/+26
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* vc1: prevent null pointer dereference on broken filesJanne Grunau2012-02-011-1/+1
* vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-271-0/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* vc1dec: fix invalid memory access for small video dimensionsJohn Brooks2012-01-041-1/+5
* vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö2011-12-201-2/+1
* vc1: Handle WVC1 interlaced streamAneesh Dogra2011-12-191-10/+15
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-141-0/+2
* vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato2011-12-131-4/+4
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-9/+9
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-9/+9
* Fix a bunch of common typos.Diego Biurrun2011-12-111-3/+3
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-071-1/+1
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-281-13/+14
* vc1: select interlaced scan table by FCM elementKostya Shishkov2011-11-261-4/+4
* VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS2011-11-091-4/+4
* vc1dec: move an if() block.shahriman AMS2011-11-091-10/+10
* vc1dec: use correct hybrid prediction threshold.shahriman AMS2011-11-091-4/+1
* vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS2011-11-091-109/+80
* vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS2011-11-091-6/+14
* VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-221-0/+4
* Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar2011-10-191-9/+11
* vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-121-1276/+1389
* vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-101-259/+1871
* VC1: Support dynamic dimension changesAlberto Delmás2011-08-311-94/+108
* vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-251-0/+12
* VC1: Fix first/last row checks with slicesAlberto Delmás2011-08-251-7/+7
* vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-08-241-1/+1
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-77/+327
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-40/+32
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-112/+112
* Remove unused static tables and static inline functions.Diego Biurrun2011-07-041-1/+0
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-3/+3
* vc1: re-initialize tables after width/height change.John Stebbins2011-06-071-3/+16
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-041-43/+236
* vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-041-25/+26
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-041-33/+25
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-12/+12
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-10/+0
* vc1: fix fate-vc1 after previous commit.Ronald S. Bultje2011-04-171-1/+1
* wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje2011-04-161-41/+50
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-101-3/+124
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+5
* vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje2011-03-211-93/+203
* vc1: slice support.Ronald S. Bultje2011-03-211-24/+57
* vc1: fix up memleaks in the error codepath.Ronald S. Bultje2011-03-211-22/+19
OpenPOWER on IntegriCloud