170 Commits (99b18b110c98e3ec7444b9756a908da8dcd5765b)

Author SHA1 Message Date
Kostya Shishkov 4dc8c8386e vc1dec: add flush function for WMV9 and VC-1 decoders 13 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 13 years ago
Kostya Shishkov 7627c35a81 vc1: export some functions 13 years ago
Michael Niedermayer 15e4bd65b1 vc1dec: support debug & FF_DEBUG_PICT_INFO. 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Mashiat Sarker Shakkhar 9cc74c9f6e vc1dec: Remove separate scaling function for interlaced field MVs 13 years ago
Mashiat Sarker Shakkhar 8379ea5e9f vc1dec: Invoke edge_emulation regardless of MV precision 13 years ago
Mans Rullgard cfb1091898 vc1dec: remove useless #include simple_idct.h 13 years ago
Nicolas George cc7eff1fa0 vc1dec: count ENDOFSEQ code in return value. 13 years ago
Michael Niedermayer 45838561f2 vc1dec: Override invalid macroblock quantizer 13 years ago
Michael Niedermayer 2bf369b60c vc1: avoid reading beyond the last line in vc1_draw_sprites() 13 years ago
Michael Niedermayer 1100acbab2 vc1dec: check that coded slice positions and interlacing match. 13 years ago
Michael Niedermayer 0aa907cfb1 vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value 13 years ago
Michael Niedermayer 22ce78a95e vc1dec: dont apply the loop filter on fields 13 years ago
Michael Niedermayer 697edcc12a vc1dec: dont attempt error concealment on field pictures. 13 years ago
Mashiat Sarker Shakkhar 082829520e vc1dec: Do not use random pred_flag if motion vector data is skipped 13 years ago
Hendrik Leppkes 14ac47fcc7 vc1: signal interlaced and tff flag to the consumer 13 years ago
Michael Niedermayer 5e59a77cec vc1dec: check that coded slice positions and interlacing match. 13 years ago
Michael Niedermayer e985cfd18b vc1dec: check end_mb_y / start_mb_y validity 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer a60a4d7041 vc1dec: Fix global array overread. 13 years ago
Michael Niedermayer 1acc553e54 vc1dec: dont ignore ff_vc1_parse_frame_header_advs return value 13 years ago
Michael Niedermayer e3bd61248f vc1dec: avoid == -1 checks for errors. 13 years ago
Michael Niedermayer b378a23395 vc1dec: sanity check state used in get_mvdata_interlaced() 13 years ago
Mashiat Sarker Shakkhar 95b192de5d vc1: Do not read from array if index is invalid. 13 years ago
Michael Niedermayer d6eef545c1 vc1dec: move mquant zero check down. 13 years ago
Lou Logan 2d38081b4f cosmetics: fix some typos 13 years ago
Michael Niedermayer 105cac3407 vc1dec: Fix vc1 decoding with --disable-optimizations. 13 years ago
Diego Biurrun 3c715383ea vc1: Move init code shared between decoder and parser to common code file. 13 years ago
Michael Niedermayer 64c58f1436 vc1: mquant is not allowed to be 0 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Michael Niedermayer 75d11b55d7 vc1: avoid reading beyond the last line in vc1_draw_sprites() 13 years ago
Ronald S. Bultje c742ab4e81 vc1parse: call vc1_init_common(). 13 years ago
Ronald S. Bultje ae591aeea5 vc1: prevent using last_frame as a reference for I/P first frame. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 5f2c159c0f vc1: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 1fec055066 msmpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Janne Grunau 510ef04a46 vc1: prevent null pointer dereference on broken files 13 years ago
Mashiat Sarker Shakkhar d51d6ae9c4 vc1dec.c: Don't use uninitialized values of dmv_[x, y] 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
John Brooks d209c27b09 vc1dec: fix invalid memory access for small video dimensions 13 years ago
Martin Storsjö b797f73520 vc1dec: Use the right pointer type for the tmp pointer 13 years ago
Aneesh Dogra 0a6aff6936 vc1: Handle WVC1 interlaced stream 13 years ago
Andrey Utkin 4f820131fa mpegvideo: remove abort() in ff_find_unused_picture() 13 years ago
Luca Barbato 4f3667ba59 vc1: mark with ER_MB_ERROR bits overconsumption 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 13 years ago
Luca Barbato 1f948745c3 vc1: use an enum for Frame Coding Mode 13 years ago