67 Commits (063be4fe2cc631315fac028b5e5642e451304807)

Author SHA1 Message Date
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
Anton Khirnov 3176217c60 h264: decouple h264_ps from the h264 decoder 9 years ago
Anton Khirnov a6e27f7add h264: factor out parsing the reference count into a separate file 9 years ago
Anton Khirnov 56b17a33f2 h264: stop testing whether the reference count changes in ff_set_ref_count() 9 years ago
Anton Khirnov e9f884416c h264: move reading direct_spatial_mv_pred out of ff_set_ref_count() 9 years ago
Anton Khirnov 8d0cc8ca97 h264_parser: switch to h2645_parse for NAL unescaping 9 years ago
Ivan 3a727606c4 avcodec/h264: Fix for H.264 configuration parsing 9 years ago
Diego Biurrun 061dc20351 h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables() 9 years ago
Anton Khirnov ca2f19b9cc h264: switch to h2645_parse for NAL parsing 9 years ago
Anton Khirnov a7829a2a3f h264: reimplement 3aa661ec5 in a more explicit way 9 years ago
Anton Khirnov ecc31f6b08 h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse 9 years ago
Anton Khirnov 9b30f8dd8f h264: remove the svq3-specific code 9 years ago
Anton Khirnov e481458bc3 h264: factor out pred weight table parsing into a separate file 9 years ago
Michael Niedermayer 98a0053d0f avcodec/h264: Execute error concealment before marking the frame as done. 9 years ago
Michael Niedermayer 588e2e3387 avcodec/h264: Fix memleak of a53_caption 9 years ago
Michael Niedermayer e0b187e7da avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failure 9 years ago
Carl Eugen Hoyos 69dbecf920 lavc/h264: Show "Increasing reorder buffer" message with loglevel info. 9 years ago
Hendrik Leppkes 42ff56e362 lavc: fix profile declarations for vdpau decoders 9 years ago
Mark Harris c51c08e0e7 avcodec: Use get_ue_golomb_long() when needed 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Sebastian Dröge 9aebea0a4d avcodec/h264: Set CORRUPT flag on output frames that are not fully recovered 9 years ago
Anton Khirnov b09ad37c83 h264: derive the delay from the level when it's not present 9 years ago