1423 Commits (d47168e729d698289360a43efc49fde00b54fd46)

Author SHA1 Message Date
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
Ronald S. Bultje d98aa7cdc1 h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO. 12 years ago
Ronald S. Bultje d4e649cca6 h264: make it possible to compile without error_resilience. 12 years ago
Ronald S. Bultje 454c5d10b2 h264: add a copy of draw_horiz_band. 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
Michael Niedermayer c10c2aed47 h264: Silence warning: comparison of distinct pointer types lacks a cast 12 years ago
Michael Niedermayer 04220b473e h264: ensure that get_format() is called when changing format but not otherwise. 12 years ago
Michael Niedermayer 8036ba299d h264: move next/last picture init to decode_slice_header 12 years ago
Michael Niedermayer da7672b20a h264: Fix handling of changing reference counts between slices 12 years ago
Michael Niedermayer 039f55c803 h264: call alloc_scratch_buffers() only once linesize is known 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
Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 12 years ago
Michael Niedermayer d41efc1f26 h264: put visualization and debug support back 12 years ago
Ronald S. Bultje e2789d3e33 split out ff_hwaccel_pixfmt_list_420[] over individual codecs. 12 years ago
Ronald S. Bultje 51513b98d6 h264/svq3: stop using draw_edges. 12 years ago
Ronald S. Bultje c63f9fb37a h264: don't store intra pcm samples in h->mb. 12 years ago
Carl Eugen Hoyos 259603b917 h264: don't initialize missing pictures when using VDPAU. 12 years ago
Michael Niedermayer dece584a63 h264: avoid calling get_format() multiple times 12 years ago
Hendrik Leppkes 1d6f6ff4d9 h264: don't initialize missing pictures when using a hwaccel 12 years ago
Michael Niedermayer 1c5b8b916d h264: color frames gray 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
Michael Niedermayer 701e9b8254 h264: Use mb itself as memcpy anchor and assert the other anchors position 12 years ago
Ronald S. Bultje faf8eca08d h264: remove clear_blocks call in threading init. 12 years ago
Michael Niedermayer c230af9bcc h264: Reset last_pocs in case of reference or frame number inconsistencies 12 years ago
Ronald S. Bultje 7ff1a4b10f Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil. 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
Michael Niedermayer 695af8eed6 h264: skip error concealment when SPS and slices are mismatching 12 years ago
Michael Niedermayer cdc48860a8 h264: silence warning about array index being out of bounds 12 years ago
Anton Khirnov 76e74e4831 h264: remove obsolete comment. 12 years ago
Michael Niedermayer 11c99c78ba h264: check the pixel format directly and force a reinit on mismatches. 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