414 Commits (45f52d19b98fed72682ee5ad3a0f93c71c7c4944)

Author SHA1 Message Date
John Stebbins 08b1d1d812 h264_slice: Fix return of incomplete frames from decoder 6 years ago
Michael Niedermayer 8c02cd8ca0 avcodec/h264_slice: Fix integer overflow with last_poc 7 years ago
Michael Niedermayer 1be49cee34 avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect overflows 7 years ago
Michael Niedermayer 476665d4de avcodec/h264_slice: Do not attempt to render into frames already output 7 years ago
James Almer e01d2c00ae avcodec/h264_slice: use H264_SEI_FpaType enum constants 7 years ago
James Almer 5e9b39b373 avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields 7 years ago
Vittorio Giovara 99e9697e3a stereo3d: Support view type for frame sequence type 7 years ago
Anton Khirnov 0e00624389 h264dec: add a NVDEC hwaccel 7 years ago
Clément Bœsch 2b32031827 lavc: drop VDA 7 years ago
Mark Thompson 6eb102a616 h264_sei: Add namespace prefix to all SEI values 7 years ago
Vittorio Giovara 8c34a2024d h264: Add support for alternative transfer characterics SEI 7 years ago
Vittorio Giovara ebf3b9e8a8 h264: Add support for alternative transfer characterics SEI 7 years ago
Michael Niedermayer 1f53bde6d8 avcodec/h264_slice: Fix overflow in slice offset 7 years ago
Wan-Teh Chang 8c3b329da2 avcodec/h264_slice: don't sync default_ref[] between threads. 7 years ago
Anton Khirnov b9129ec466 h264dec: add a CUVID hwaccel 7 years ago
Anton Khirnov 45c4bf3df0 h264dec: track the last seen value of x264_build 7 years ago
Michael Niedermayer 7592d97f10 avcodec/h264_slice: Fix signed integer overflow 7 years ago
wm4 70143a3954 dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
Michael Niedermayer 09096fb687 avcodec/h264_parse: Check picture structure when initializing weight table 8 years ago
wm4 f9e7a2f95a dxva: add support for new dxva2 and d3d11 hwaccel APIs 8 years ago
James Almer 07596e45c5 avcodec/h264dec: export cropping information instead of handling it internally 8 years ago
James Almer 6505e8cfd0 avcodec/h264dec: be more explicit in handling container cropping 8 years ago
Mark Thompson 6ea220cbee h264_sei: Add namespace prefix to all SEI values 8 years ago
Ronald S. Bultje 7f05c5cea0 h264: don't re-call ff_h264_direct_ref_list_init() w/ frame-mt. 8 years ago
Michael Niedermayer 08117a4015 avcodec/h264: Check weight values to be within the specs limits. 8 years ago
Ronald S. Bultje 083300bea9 pthread_frame: allow per-field ThreadFrame owners. 8 years ago
Ronald S. Bultje 8c2aa45d4a h264: revert 1189af4292. 8 years ago
Michael Niedermayer d7b2bb5391 h264_sei: Check actual presence of picture timing SEI message 8 years ago
Michael Niedermayer 6a37abc59a avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it 8 years ago
Michael Niedermayer c03029a835 avcodec/h264_slice: Clear ref_counts on redundant slices 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Clément Bœsch e5ac554ba7 lavc/h264: simplify find_unused_picture() 8 years ago
Clément Bœsch bd520e8569 lavc/h264_slice: drop redundant current_slice reset 8 years ago
Anton Khirnov c3e84820d6 h264dec: export cropping information instead of handling it internally 8 years ago
Anton Khirnov 4fded0480f h264dec: be more explicit in handling container cropping 8 years ago
Anton Khirnov e7de05f98f h264dec: drop a redundant check 8 years ago
Anton Khirnov 45286a625c h264dec: make sure to only end a field if it has been started 8 years ago
Derek Buitenhuis 5c7f2cf81d h264_slice: Wait for refs to be available before we use them in error concealment 8 years ago
Derek Buitenhuis 4413e950b2 h264_slice: Wait for refs to be available before we use them in error concealment 8 years ago
Timothy Gu 826c780c12 Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"" 8 years ago
Timothy Gu e4af9be0f4 Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'" 8 years ago
Michael Niedermayer 8385e1718e avcodec/h264_slice: Make setup_finished check cover more cases 8 years ago
Clément Bœsch f8ce1e8282 lavc/h264_slice: adjust a few line breaks to reduce diff with Libav 8 years ago
Michael Niedermayer 9bf3fdcd3c avcodec/h264_slice: Move h264_init_ps() call into h264_field_start() 8 years ago
Anton Khirnov 4a9bab3db0 h264: fix decoding multiple fields per packet with slice threads 8 years ago
Anton Khirnov f450cc7bc5 h264: eliminate decode_postinit() 8 years ago
Anton Khirnov a8cbe5a0cc h264_ps: export actual height in MBs as SPS.mb_height 8 years ago
Clément Bœsch 64c619369b lavc/h264_slice: use sps directly when checking for invalid 8x8 inference 8 years ago
James Almer 77eb05a2f1 avcodec/h264_slice: Only call ff_h264_flush_change() on initialized contexts 8 years ago
Benoit Fouet 879330c561 h264: make H264ParamSets sps const 9 years ago