1607 Commits (e827f65618f601ae2016e6f8ac8851534ed346c8)

Author SHA1 Message Date
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
Janne Grunau 6bdb841b46 h264: copy h264qpel dsp context to slice thread copies 12 years ago
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 60af6c3138 h264: Only apply error concealment if theres a frame 12 years ago
Mans Rullgard 0b711ca3f3 dsputil: drop non-compliant "fast" qpel mc functions 12 years ago
Michael Niedermayer 96d1b7ffca h264: unmark frames at the end 12 years ago
Michael Niedermayer 13178d002b h264/get_lowest_part_list_y: remove unneeded operations 12 years ago
Anton Khirnov 940b8b5861 h264: avoid pointless copying of ref lists 12 years ago
Michael Niedermayer 765a3ba018 h264: add assert to check that block_offset is consistent. 12 years ago
Michael Niedermayer 97d190283e h264: always copy linesizes in thread update 12 years ago
Michael Niedermayer f674cc776f h264: always copy block_offset in thread update 12 years ago
Michael Niedermayer 2d372d3a3f h264: document h264_set_parameter_from_sps() re-calling behavior 12 years ago
Michael Niedermayer 31c4a1b7d0 h264: do not mess up cur_chroma_format_idc during thread update 12 years ago
Ronald S. Bultje 2c85d7c015 h264: add 3 pixels below for subpixel filter wait position. 12 years ago
Ronald S. Bultje fb845ffdd3 h264: add 3 pixels below for subpixel filter wait position 12 years ago
Ronald S. Bultje f6badba185 h264: don't clobber mmco opcode tables for non-first slice headers. 12 years ago
Anton Khirnov ea382767ad h264: fix ff_generate_sliding_window_mmcos() prototype. 12 years ago
Ronald S. Bultje bad446e251 h264: don't clobber mmco opcode tables for non-first slice headers. 12 years ago
Michael Niedermayer 59d5680310 h264: Fix assignments in if() 12 years ago
Michael Niedermayer aaa7d2fafc h264: don t leave stale pointers in delayed_pic in flush_changes. 12 years ago
Michael Niedermayer c13e4e288c h264: fix () placement 12 years ago
Michael Niedermayer b53adef07b h264: reset first_field when current_picture_ptr is reset 12 years ago
Janne Grunau 9ac44ad9d0 h264: check SPS entries directly to detect pixel format changes 12 years ago