9 Commits (59e7361cc791e5103be1712dc59a2055f118d0da)

Author SHA1 Message Date
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
Vittorio Giovara 187d719760 h264: Support AV_PKT_DATA_NEW_EXTRADATA 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 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
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
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Anton Khirnov b09ad37c83 h264: derive the delay from the level when it's not present 9 years ago
Derek Buitenhuis d15368ee39 h264: Run VLC init under pthread_once 9 years ago
Anton Khirnov a8956eca1f cabac: Make CABAC states hardcoded 9 years ago
Luca Barbato 0f562f5b83 h264: Do not print an error when the buffer has to be refilled 9 years ago
Jake Sebastian-Jones 9469370fb3 h264: Use AVERROR return codes instead of -1 9 years ago
John Högberg b7040e67ec h264: fix AVDISCARD_NONKEY for some interlaced content 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Kieran Kunhya b0017579b6 h264: Add support for Closed Caption export 9 years ago