375 Commits (dbd1fdd21400189f64aedde6a94ea14beca5a85e)

Author SHA1 Message Date
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 12 years ago
Michael Niedermayer ab8517b891 vc1dec: require a minimum of 2x2 for the edge pos. Avoid assertion failure 12 years ago
Michael Niedermayer ccce723c6d vc1dec: check first field slices, fix out of array read. 12 years ago
Michael Niedermayer 3a04c18d89 vc1dec: prevent null ptr dereferences. 12 years ago
Michael Niedermayer 8e749733c1 vc1dec: factorize srcU/V offseting out 12 years ago
Michael Niedermayer b5f4836f8c vc1: check image height, fix division by 0 12 years ago
Michael Niedermayer d8246d475c vc1dec: mark by assert that the default path cannot occur 12 years ago
Hendrik Leppkes 33f2a49423 vc1: only disable interlaced b-frames for software decoding 12 years ago
Hendrik Leppkes b87ff34496 vc1: implement vc1 field interlaced dxva2 decoding 12 years ago
Mashiat Sarker Shakkhar 35a35d49d2 Double motion vector range for HPEL interlaced picture in proper place 12 years ago
Mashiat Sarker Shakkhar eb657ecefd vc1dec: Set opposite to the correct value for 1REF field pictures 12 years ago
Mashiat Sarker Shakkhar 7cc3c4e1d4 vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chroma 12 years ago
Mashiat Sarker Shakkhar 88058d9a99 vc1dec: Set chroma reference field from REFFIELD for 1REF field pictures 12 years ago
Mashiat Sarker Shakkhar 7fb35ee931 vc1dec: Use correct spelling of "opposite" 12 years ago
Janne Grunau 6f8ef5320f vc1dec: prevent memory leak in error path 12 years ago