1045 Commits (111367263af41c88a44bd763ceefc11d53a7f655)

Author SHA1 Message Date
Ronald S. Bultje 85deb51a01 h264: Only initialize dsputil if error resilience is enabled 12 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Martin Storsjö e8cafd2773 h264: Clear the mb members via memset instead of using dsputil 12 years ago
Janne Grunau 05fa79b844 hwaccel: fix use with frame based multithreading 12 years ago
Ronald S. Bultje 0b499c9b06 h264: Make it possible to compile without error_resilience 12 years ago
Martin Storsjö ccd349e555 h264: Remove an unused variable 12 years ago
Anton Khirnov fcf75022d7 h264: remove redundant freeing of DPB in h264_decode_end 12 years ago
Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago
Anton Khirnov a6931d8ece h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. 12 years ago
Anton Khirnov 7fa00653a5 h264: add a parameter to the FIELD_PICTURE macro. 12 years ago
Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 12 years ago
Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 12 years ago
Anton Khirnov 82313eaa34 h264: add a parameter to the MB_MBAFF macro. 12 years ago
Anton Khirnov 48d0fd2d62 h264: merge common_init() into ff_h264_decode_init. 12 years ago
Anton Khirnov 25408b2a06 h264: make ff_h264_frame_start static. 12 years ago
Janne Grunau a157c7f2b8 h264: fix bit depth changes with frame threading 12 years ago
Hendrik Leppkes 9c9ede44f3 h264: allocate hwaccel privdata after the frame buffer 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Michael Niedermayer 0fe4b48540 cabac: remove unused argument of ff_init_cabac_states() 12 years ago
Diego Biurrun a4472ac01e Add informative messages to av_log_ask_for_sample calls lacking them 12 years ago
Anton Khirnov 555000c7d5 h264: check that DPB is allocated before accessing it in flush_dpb() 12 years ago
Anton Khirnov f08fefc4d0 h264: remove a useless svq3 condition 12 years ago
Anton Khirnov 542b83fc90 Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. 12 years ago
Anton Khirnov ddcca4ba07 lavc: stop setting AVFrame.motion_subsample_log2 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 64e4386974 h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band 12 years ago
Martin Storsjö d65522e826 h264: Rename the jpeg_420 pixfmt list to match the common naming structure 12 years ago
Ronald S. Bultje 8d061989dd lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs 12 years ago
Luca Barbato 4987faee78 h264: check for luma and chroma bit dept being equal 12 years ago
Anton Khirnov 437211ae73 h264: set ref_count to 0 for intra slices. 12 years ago
Anton Khirnov 668e16a0dd h264: on reference overflow, reset the reference count to 0, not 1. 12 years ago
Anton Khirnov e671d3ad6c h264: do not copy ref count/ref2frm when updating per-frame context 12 years ago
Ronald S. Bultje fae6fd5b87 h264/svq3: Stop using draw_edges 12 years ago
Ronald S. Bultje 2ed008204d h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 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
Anton Khirnov 2491f9ee29 h264: remove a pointless if() 12 years ago
Anton Khirnov 68f930d218 h264: simplify calls to ff_er_add_slice(). 12 years ago
Martin Storsjö 4c51fe48ba h264: Copy h264chroma dsp context to slice thread copies 12 years ago
Diego Biurrun 75d5156ac1 dsputil: Move ff_svq3 function declarations to a separate header 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Anton Khirnov 76e74e4831 h264: remove obsolete comment. 12 years ago
Rémi Denis-Courmont 78bc4d69eb hwaccel: do not offer unsupported pixel formats 12 years ago
Rémi Denis-Courmont ec0e92002b vdpau: add missing pixel format for H.264 12 years ago
Janne Grunau 6bdb841b46 h264: copy h264qpel dsp context to slice thread copies 12 years ago