31 Commits (466c14d10728cd315c60e602ffe3797e7dd0c3d3)

Author SHA1 Message Date
Anton Khirnov 064b875e89 h264dec: support exporting QP tables through the AVVideoEncParams API 5 years ago
Linjie Fu e43d66dc67 lavc/h264dec.h: remove unused ff_h264_decode_slice_header 5 years ago
Michael Niedermayer 380b48fb9f avcodec/h264dec: Fix potential array overread 7 years ago
Anton Khirnov f70f71d60c h264dec: use a large enough field for reference list modification values 7 years ago
Anton Khirnov 45c4bf3df0 h264dec: track the last seen value of x264_build 7 years ago
James Almer 07596e45c5 avcodec/h264dec: export cropping information instead of handling it internally 8 years ago
James Almer 6505e8cfd0 avcodec/h264dec: be more explicit in handling container cropping 8 years ago
Ronald S. Bultje 8c2aa45d4a h264: revert 1189af4292. 8 years ago
Michael Niedermayer 25f4f08ba5 avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8" 8 years ago
Anton Khirnov c3e84820d6 h264dec: export cropping information instead of handling it internally 8 years ago
Anton Khirnov 4fded0480f h264dec: be more explicit in handling container cropping 8 years ago
Anton Khirnov f1af37b510 h264dec: make ff_h264_decode_init() static 8 years ago
Anton Khirnov 45286a625c h264dec: make sure to only end a field if it has been started 8 years ago
Michael Niedermayer cc13bc8c4f avcodec/h2645: Fix NAL unit padding 8 years ago
Timothy Gu 826c780c12 Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"" 8 years ago
Timothy Gu e4af9be0f4 Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'" 8 years ago
James Almer 613c86299f avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.h 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 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 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 19446dc5ff h264: drop unused NAL_FF_IGNORE 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 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
Clément Bœsch 34ec084b84 lavc/h264: move history parsing variable to H264ParseContext 9 years ago
Clément Bœsch 7dd8cd1933 lavc/h264_sei: fix broken style around green metadata code 9 years ago
Clément Bœsch 5342bb624d lavc/h264: rename GreenMetaData to H264SEIGreenMetaData 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 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 ed9a20ebe4 h264: split reading the ref list modifications and actually building the ref list 9 years ago
Anton Khirnov 7b50d60442 h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list 9 years ago
Clément Bœsch 83163577e2 lavc/h264: remove unused ff_h264_init_dequant_tables prototype 9 years ago
Anton Khirnov 2e4a7bd553 h264: drop unused H264Context.gb 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 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
Anton Khirnov 0e7772c5e4 h264: remove unused H264SliceContext.rbsp_buffer 9 years ago