32 Commits (a135b017dec55d7cd10d400081f7eee3b32210c8)

Author SHA1 Message Date
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
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 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
Anton Khirnov 2e5bde9565 h264: eliminate max_contexts 9 years ago
Anton Khirnov e3c9041cfe h264: allocate some tables per slice contexts, not threads 9 years ago
Anton Khirnov e065279529 h264: remove an artificial restriction on the number of slice threads 9 years ago
Anton Khirnov b77fffa127 h264: make slice threading work with deblocking_filter=1 9 years ago
Anton Khirnov 370ddc7b38 h264: remove H264Context.pict_type 9 years ago
Anton Khirnov 0e7772c5e4 h264: remove unused H264SliceContext.rbsp_buffer 9 years ago
Anton Khirnov 7f045c4429 h264: merge ff_h264_free_context() into h264_decode_end() 9 years ago
Anton Khirnov 99c554efc8 h264: eliminate low_delay 9 years ago
Anton Khirnov 5b35b290dd h264: remove a stale comment 9 years ago
Anton Khirnov 72da8d9bb2 h264_parser: remove the remaining dependencies on the h264 decoder 9 years ago
Anton Khirnov 98c97994c5 h264: decouple extradata parsing from the decoder 9 years ago
Anton Khirnov 728d90a0c1 h264: decouple h264_sei from the h264 decoder 9 years ago
Anton Khirnov c8dcff0cdb h264: factor out calculating the POC count into a separate file 9 years ago