summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* vc1dec: Remove separate scaling function for interlaced field MVsMashiat Sarker Shakkhar2012-08-03
* vc1dec: Invoke edge_emulation regardless of MV precisionMashiat Sarker Shakkhar2012-08-03
* vc1dec: remove useless #include simple_idct.hMans Rullgard2012-08-02
* vc1dec: Override invalid macroblock quantizerMichael Niedermayer2012-07-28
* vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer2012-07-28
* vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer2012-07-28
* vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer2012-07-28
* vc1dec: Do not use random pred_flag if motion vector data is skippedMashiat Sarker Shakkhar2012-07-15
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar2012-03-26
* vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun2012-03-07
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* vc1parse: call vc1_init_common().Ronald S. Bultje2012-02-18
* vc1: prevent using last_frame as a reference for I/P first frame.Ronald S. Bultje2012-02-15
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* vc1: prevent null pointer dereference on broken filesJanne Grunau2012-02-01
* vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* vc1dec: fix invalid memory access for small video dimensionsJohn Brooks2012-01-04
* vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö2011-12-20
* vc1: Handle WVC1 interlaced streamAneesh Dogra2011-12-19
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-14
* vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato2011-12-13
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-07
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-28
* vc1: select interlaced scan table by FCM elementKostya Shishkov2011-11-26
* VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS2011-11-09
* vc1dec: move an if() block.shahriman AMS2011-11-09
* vc1dec: use correct hybrid prediction threshold.shahriman AMS2011-11-09
* vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS2011-11-09
* vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS2011-11-09
* VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-22
* Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar2011-10-19
* vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-12
* vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-10
* VC1: Support dynamic dimension changesAlberto Delmás2011-08-31
* vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-25
* VC1: Fix first/last row checks with slicesAlberto Delmás2011-08-25
* vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-08-24
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Remove unused static tables and static inline functions.Diego Biurrun2011-07-04
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02