18 Commits (8a34f3659371680ca523aecfd9098c28f0f809eb)

Author SHA1 Message Date
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
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
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