[FFmpeg-devel] MP4 muxer, HEVC issues

2015-08-21 Thread Arthur Grant
I found two HEVC specific issues in the MP4 muxer. 1) File libavformat\hevc.c, hvcc_parse_pps() pps_slice_chroma_qp_offsets_present_flag is missing - /* * weighted_pred_flag u(1) * weighted_bipred_flag u(1) * transquant_bypass_enabled_flag

[FFmpeg-devel] MP4 Muxer. AvcC record is not complete for High profile.

2015-08-31 Thread Arthur Grant
File avc.c ff_isom_write_avcc() The implementation is: -- avio_w8(pb, 1); /* version */ avio_w8(pb, sps[1]); /* profile */ avio_w8(pb, sps[2]); /* profile compat */ avio_w8(pb, sps[3]); /* level */ avio_w8(pb, 0xff); /* 6 bits