41 Commits (92b194919199e6ea978ff6e120e9f9034b2bd299)

Author SHA1 Message Date
Andreas Rheinhardt cbb6ba2e86 avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possible 4 years ago
Nicolas Gaullier cae5b36e20 avcodec/h264: Fix poc_lsb in open gop context 5 years ago
Jun Li 0b34cdf424 avcodec/h264_parse: retry decoding SPS with complete NAL 5 years ago
Michael Niedermayer 4896fa18ad avcodec/h264_parse: Use 64bit for expectedpoc and expected_delta_per_poc_cycle 6 years ago
Michael Niedermayer 7f8bfbee36 avcodec/h264_parse: Clear ref_list[1] if only [0] is used 6 years ago
Decai Lin 9d800d39d5 avcodec/h264_parse: no need check ref list1 for P slices. 6 years ago
Andreas Rheinhardt 992532ee31 h2645_parse: Make ff_h2645_packet_split reference-compatible 6 years ago
Carl Eugen Hoyos 15f50ccc6f lavc/h264_parse: Remove a superfluous linebreak. 7 years ago
Michael Niedermayer 85c85fffff avcodec/h264_parse: Clear invalid chroma weights in ff_h264_pred_weight_table() 7 years ago
Michael Niedermayer 1be49cee34 avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect overflows 7 years ago
Michael Niedermayer 4bb7d72bcf avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4() 7 years ago
Mark Wachsler fde5c7dc79 libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0 7 years ago
Michael Niedermayer 09096fb687 avcodec/h264_parse: Check picture structure when initializing weight table 8 years ago
Michael Niedermayer 08117a4015 avcodec/h264: Check weight values to be within the specs limits. 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Michael Niedermayer cc13bc8c4f avcodec/h2645: Fix NAL unit padding 8 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
Clément Bœsch 4fdea02d68 lavc/h264: add a logging ctx to ff_h264_pred_weight_table() 9 years ago
Clément Bœsch b51d5c99b8 lavc/h264_parse: remove tabs introduced in a2922b5d 9 years ago
Anton Khirnov b16e9b9ac9 h264: move initialising the explicit pred weight table for MBAFF 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 c8dcff0cdb h264: factor out calculating the POC count into a separate file 9 years ago
Anton Khirnov 71d3305c27 h264_parse: make sure the ref count is zeroed on all failure paths 9 years ago
Anton Khirnov a6e27f7add h264: factor out parsing the reference count into a separate file 9 years ago
Anton Khirnov ecc31f6b08 h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse 9 years ago
Anton Khirnov e481458bc3 h264: factor out pred weight table parsing into a separate file 9 years ago