67 Commits (063be4fe2cc631315fac028b5e5642e451304807)

Author SHA1 Message Date
wm4 cf57cb3ae4 h264: add AVOption to set x264_build default 7 years ago
Mark Thompson 2fcb009011 lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Kieran Kunhya 918de766f5 h264dec: Remove mpeg4video.h header dependency 7 years ago
James Almer 5e9b39b373 avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields 7 years ago
Mark Thompson 758fbc54fe lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Aman Gupta 872add0854 avcodec/h264: implement new decode_params callback for PPS/SPS 7 years ago
Aman Gupta dad42bc5a1 avcodec/h264, videotoolbox: return AVERROR_INVALIDDATA when no frames are produced 7 years ago
Anton Khirnov 45c4bf3df0 h264dec: track the last seen value of x264_build 7 years ago
Rafaël Carré 3b9cf943c9 h264dec: remove unneeded prototype 7 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
Ronald S. Bultje 8c2aa45d4a h264: revert 1189af4292. 8 years ago
Anton Khirnov 14bb15bfd5 pthread_frame: ensure the threads don't run simultaneously with hwaccel 8 years ago
Matthieu Bouron 1ade4d87ba lavc/h264dec: use OFFSET macro 8 years ago
Anton Khirnov b76f6a76c6 h264dec: initialize field_started to 0 on each decode call 8 years ago
Aman Gupta b6eaa3928e avcodec/h264, videotoolbox: fix crash after VT decoder fails 8 years ago
John Stebbins 248dc5c164 h264dec: fix dropped initial SEI recovery point 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Michael Niedermayer f28299da8d avcodec/h264dec: Clear ref_count on slice header processing failure 8 years ago
Michael Niedermayer 25f4f08ba5 avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8" 8 years ago
Michael Niedermayer d9d9fd9446 avcodec/error_resilience: Optimize motion recovery code by using blcok lists 8 years ago
Matthieu Bouron cf3affabb4 lavc/h264dec: re-indent after previous commit 8 years ago
Matthieu Bouron 639e262971 lavc/h264dec: make sure a slice is decoded before finishing setup 8 years ago
Clément Bœsch c3050fcbdc lavc/h264dec: remove flush goto in decode callback 8 years ago
Clément Bœsch 9561de4183 lavc/h264dec: reconstruct and debug flush frames as well 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 f1af37b510 h264dec: make ff_h264_decode_init() static 8 years ago
Anton Khirnov 45286a625c h264dec: make sure to only end a field if it has been started 8 years ago
Anton Khirnov 8dfba25ce8 pthread_frame: ensure the threads don't run simultaneously with hwaccel 8 years ago
Anton Khirnov 5bf2454e7c h264dec: support broken files with mp4 extradata/annex b data 8 years ago
Carl Eugen Hoyos 3c36d960f4 lavc/h264dec: Improve "Increasing reorder buffer" message loglevel. 8 years ago
Michael Niedermayer cc13bc8c4f avcodec/h2645: Fix NAL unit padding 8 years ago
Timothy Gu f297d1e9e5 h264dec: Fix indentation 8 years ago
Timothy Gu 826c780c12 Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"" 8 years ago
Timothy Gu e4af9be0f4 Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'" 8 years ago
Anton Khirnov d3e4d406b0 h264dec: reset nb_slice_ctx_queued for hwaccel decoding 8 years ago
Anton Khirnov e344e65109 h264dec: do not call finish_setup() if we have not started a frame 8 years ago
Anton Khirnov 76f7e70aa0 h264dec: handle zero-sized NAL units in get_last_needed_nal() 8 years ago
Anton Khirnov 1f7b4f9abc h264dec: make sure not to call finish_setup() more than once per frame 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 58640fe89e h264: handle frame recovery in h264_field_start() 9 years ago
Anton Khirnov e26c64148b h264: discard slices of redundant pictures right after parsing the slice header 9 years ago
Anton Khirnov 606fb6c032 h264: call the hwaccel frame_start() from h264_field_start() 9 years ago
Anton Khirnov d1d7678040 h264: fix the check for mixed IDR/non-IDR slices 9 years ago
Anton Khirnov bc7f426851 h264: drop tests whether the codec id is AV_CODEC_ID_H264 9 years ago
Anton Khirnov 5c2fb561d9 h264: add H264_ prefix to the NAL unit types 9 years ago
Anton Khirnov f638b67e57 h264: move the parameter set definitions to a new header file 9 years ago
Anton Khirnov 251cbb4400 h264: create a new header for common h264 definitions 9 years ago