47 Commits (0075d9eced22839fa4f7a6eaa02155803ccae3e6)

Author SHA1 Message Date
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
Aman Gupta b6eaa3928e avcodec/h264, videotoolbox: fix crash after VT decoder fails 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 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
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Anton Khirnov f651c6a259 h264: factor out setting frame properties / side data 9 years ago
Anton Khirnov 19446dc5ff h264: drop unused NAL_FF_IGNORE 9 years ago
Anton Khirnov b25cd7540e h264: pass a H2645NAL to slice header decoding 9 years ago
Matthieu Bouron 0ea58059d6 lavc/h264_ps: add ff_h264_ps_uninit and use it 9 years ago
Vittorio Giovara 187d719760 h264: Support AV_PKT_DATA_NEW_EXTRADATA 9 years ago
Clément Bœsch 5342bb624d lavc/h264: rename GreenMetaData to H264SEIGreenMetaData 9 years ago
Clément Bœsch fef89aae98 lavc/h264: move green meta logging out of the sei decoding 9 years ago
Michael Niedermayer f883f0b0bd avcodec/h264: Put context_count check back 9 years ago
Michael Niedermayer 27c1eae55f avcodec/h264: Fix off by 1 context count 9 years ago
Michael Niedermayer 641dccc2aa avcodec/h264: Check init_get_bits8() for failure 9 years ago
Hendrik Leppkes d6f92103e0 h264: do not return an error when NAL parsing of extradata failed 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 1ef267b83f avcodec/h264: Put the removed SPS handling code back 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Michael Niedermayer 566d64d4fb avcodec/h264: Only recover from reference pictures 9 years ago