150 Commits (00c72a1e01a904cf914cd219f0db9457cb321d40)

Author SHA1 Message Date
Anton Khirnov 45286a625c h264dec: make sure to only end a field if it has been started 8 years ago
Derek Buitenhuis 5c7f2cf81d h264_slice: Wait for refs to be available before we use them in error concealment 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 a8cbe5a0cc h264_ps: export actual height in MBs as SPS.mb_height 8 years ago
Diego Biurrun 3c84eaae9d h264: Eliminate unused but set variable 9 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 6efc463858 h264: always set redundant_pic_count during slice header parsing 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 b13fc1e344 h264: do not pass H264Context to h264_slice_header_parse() 9 years ago
Anton Khirnov 996f13413b h264: fix warnings in fill_filter_caches_inter() 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 bcd91f1644 h264: move a per-field block from decode_slice_header() to field_start() 9 years ago
Anton Khirnov 17e7c03e12 h264: only allow ending a field/starting a new one before finish_setup() 9 years ago
Anton Khirnov debca90863 h264: store {curr,max}_pic_num in the per-slice context 9 years ago
Anton Khirnov f966498e43 h264: decode the poc values from the slice header into the per-slice context 9 years ago
Anton Khirnov 54dd9b1cdd h264: set mb_aff_frame in frame_start() 9 years ago
Anton Khirnov 8d36932c8d h264: move the block starting a new field out of slice_header_parse() 9 years ago
Anton Khirnov b25cd7540e h264: pass a H2645NAL to slice header decoding 9 years ago
Anton Khirnov 61f168ae34 h264: factor out setting the parameter sets for a frame 9 years ago
Anton Khirnov 6e92181bf8 h264: pass just the PPS to get_chroma_qp() 9 years ago
Anton Khirnov d1f539c97e h264: merge the two reinit blocks in slice_header_parse() 9 years ago
Anton Khirnov 3fba16ecd9 h264: factor starting a new field out of parsing the slice header 9 years ago
Anton Khirnov bec993381c h264: postpone generating the implicit MMCOs 9 years ago
Anton Khirnov 2d410ebbaa h264: decode the MMCOs into per-slice contexts 9 years ago
Anton Khirnov 39ab2ea531 h264: rename mmco_index to nb_mmco 9 years ago
Anton Khirnov 7ab5d577a9 h264: move initializing the slice start out of h264_slice_header_parse() 9 years ago
Anton Khirnov 4cec43a9ee h264: move calculating the POC out of h264_slice_header_parse() 9 years ago
Anton Khirnov 6dd996c7c8 h264: move building the reference list out of h264_slice_header_parse() 9 years ago
Anton Khirnov 0bad254300 h264: move initing the implicit pred weight table out of h264_slice_header_parse() 9 years ago
Anton Khirnov ed9a20ebe4 h264: split reading the ref list modifications and actually building the ref list 9 years ago
Anton Khirnov fa57059079 h264: move initialising the implicit pred weight table for MBAFF 9 years ago
Anton Khirnov 7b50d60442 h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list 9 years ago
Anton Khirnov 77a1e2c5f8 h264: move direct mode inits out of h264_slice_header_parse() 9 years ago
Anton Khirnov d06e4d8aab h264: start splitting decode_slice_header() 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 2e5bde9565 h264: eliminate max_contexts 9 years ago
Anton Khirnov e065279529 h264: remove an artificial restriction on the number of slice threads 9 years ago
Anton Khirnov 4fd34e639d h264: remove pointless setting of some variables in loop_filter 9 years ago
Anton Khirnov 9c858ce33f h264: remove a pointless comment 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 56087ec0a2 h264: drop a pointless indirection 9 years ago