461 Commits (47d6b02f6c3d58141ace48bb5e8971cae56f8874)

Author SHA1 Message Date
Michael Niedermayer 72e5d91908 vc1dec: factorize picture pointer selection code 12 years ago
Michael Niedermayer 3fdd0979ac vc1dec: Fix mv_f shuffling 12 years ago
Michael Niedermayer 1d0f817b17 vc1dec: Fix mv_f shuffling 12 years ago
Michael Niedermayer 6c9d28a229 vc1dec: Fix tff == 0 handling in init_block_index() 12 years ago
Martin Storsjö a60136ee57 vc1: Remove now unused variables 12 years ago
Ronald S. Bultje f4fed5a2f9 mpegvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Sebastian Sandberg db8403d04a vc1dec: interlaced B-frames 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Michael Niedermayer bbaa4432e2 vc1dec: remove unused variables 12 years ago
Ronald S. Bultje 4ba5dbc0e4 mpegvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Michael Niedermayer 53fd4f5594 avcodec: fix motion vector vissualization 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Ronald S. Bultje 8d061989dd lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs 12 years ago
Michael Niedermayer 2dd2ee96eb vc1dec: use av_log_ask_for_sample for odd sprites 12 years ago
Michael Niedermayer 058e1f8dd7 vc1dec: odd sized sprites are unsupported 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer ce153eef8f vc1dec: dont decode slices when the slice header failed to decode. 12 years ago
Ronald S. Bultje e2789d3e33 split out ff_hwaccel_pixfmt_list_420[] over individual codecs. 12 years ago
Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Michael Niedermayer 0d194ee51e vc1dec: Fix destination pointers in context for fields 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Vladimir Pantelic 77bcb89600 vc1dec: use codec_id instead of codec_tag for VC1IMAGE 12 years ago
Michael Niedermayer 63c61f0be0 vc1dec: Fix 2 "warning: may be used uninitialized in this function" 12 years ago
Sebastian Sandberg c6779c5131 vc1dec: fieldtx is only valid for interlaced frames 12 years ago
Michael Niedermayer 131fac1c12 vc1dec: fix block_off 12 years ago
Ronald S. Bultje baf35bb4bc dsputil: remove one array dimension from avg_no_rnd_pixels_tab. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 93af2734ee lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. 12 years ago
Michael Niedermayer 6136b989f6 vc1dec: add assert to impossible *_valid combination. 12 years ago
Michael Niedermayer cc548ea7a6 vc1dec: ensure cbpcy_vlc has been set before decoding a frame. 12 years ago
Vladimir Pantelic 7b8c5b263b vc1dec: prevent a crash due missing pred_flag parameter 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Diego Biurrun ba0c898120 cosmetics: Fix dropable --> droppable typo 12 years ago
Michael Niedermayer bde6f6eadc vc1dec: prevent v_edge_pos from becoming negative. 12 years ago
Michael Niedermayer 09de0ffeab vc1dec: Fix null pointer dereference in vc1_decode_skip_blocks() 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Reimar Döffinger 16af29a7a6 vc1dec: add hacks to ensure static tables are initialized in open(). 12 years ago
Michael Niedermayer 7845f8d282 vc1dec: do not allow field_mode to change after the first header 13 years ago
Michael Niedermayer ab8517b891 vc1dec: require a minimum of 2x2 for the edge pos. Avoid assertion failure 13 years ago
Michael Niedermayer ccce723c6d vc1dec: check first field slices, fix out of array read. 13 years ago
Michael Niedermayer 3a04c18d89 vc1dec: prevent null ptr dereferences. 13 years ago
Michael Niedermayer 8e749733c1 vc1dec: factorize srcU/V offseting out 13 years ago
Michael Niedermayer b5f4836f8c vc1: check image height, fix division by 0 13 years ago
Michael Niedermayer d8246d475c vc1dec: mark by assert that the default path cannot occur 13 years ago
Hendrik Leppkes 33f2a49423 vc1: only disable interlaced b-frames for software decoding 13 years ago