1415 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
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
Janne Grunau e9fd51b0d6 h264: check SPS entries directly to detect pixel format changes 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 12 years ago
Michael Niedermayer 985aa0be82 h264: Detect POC inconsistencies and try to handle them reasonably 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Michael Niedermayer a9275b4f69 h264: Fix code to also handle pix format changes. 12 years ago
Michael Niedermayer 8525fa7c2c h264: remove unused variable 12 years ago
Michael Niedermayer ca4dd3810e h264: use must_reinit to simplify code 12 years ago
Michael Niedermayer af0fafcb6f h264: decode_update_thread_context() copy parameter sets before using them 12 years ago
Michael Niedermayer e33811bd26 h264: remove reschange blocking 12 years ago
Michael Niedermayer c2dfb1e37c h264: support frame size changes with multi threading 12 years ago
Michael Niedermayer 8ea4a5533f h264: move h264_set_parameter_from_sps() call up 12 years ago
Michael Niedermayer afc03268b4 h264: move list_count and current_slice reset to flush_change() 12 years ago
Michael Niedermayer 971c469a0d h264: split flush_change() out of flush_dpb() 12 years ago
Michael Niedermayer 25a0af51da h264: factor get_pixel_format() out 12 years ago
Janne Grunau 9e696d2e5f h264: support frame parameter changes during frame-mt 12 years ago
Janne Grunau f1d8763a02 mpegvideo: allocate scratch buffers after linesize is known 12 years ago
Michael Niedermayer 14f79ba18f h264: remove redundant parts of old slice in extradata code. 12 years ago
Michael Niedermayer 99321d1b03 h264: merge old and new "slice in extradata" checks 12 years ago
Janne Grunau 61c6eef545 h264: prevent decoding of slice NALs in extradata 12 years ago
Michael Niedermayer 7973a07590 h264: Improve first slice and slice type checks 12 years ago
Michael Niedermayer d7599bd8e2 h264: dont mess with frame gaps on second fields. 12 years ago
Janne Grunau 27c8337e59 h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup 12 years ago
Michael Niedermayer 3b5c0f5e36 h264: remove low_delay/has_b_frame setting code from nal loop 12 years ago
Janne Grunau 072be3e896 h264: set parameters from SPS whenever it changes 12 years ago
Janne Grunau 0eae920c3c h264: initialize frame-mt context copies properly 12 years ago
Michael Niedermayer c3bb3334f6 h264: dont try to allocate scratchpad if linesize is not known 12 years ago
Diego Biurrun ba0c898120 cosmetics: Fix dropable --> droppable typo 12 years ago
Michael Niedermayer e8ca7cfa4f h264: avoid calling idr() twice 12 years ago
Janne Grunau a394959bbe h264: add a pointer for weighted prediction temporary buffer 12 years ago
Janne Grunau 3ab5f7dc13 h264: slice-mt: check master context for valid current_picture_ptr 12 years ago
Janne Grunau 24c62ea7a5 h264: slice-mt: get last_pic_dropable from master context 12 years ago
Janne Grunau 5945c7b35d h264: slice-mt: check master context for valid current_picture_ptr 12 years ago