aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/vpcc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-7/+7
* avformat/vpcc: fix VP9 metadata in FLV and RTMPAlessandro Ros2023-09-041-0/+2
* avformat/vpcc: parse bitstream data to get profile and bitdepthJames Almer2022-11-171-2/+53
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-0/+1
* avformat/vpcc: fix values in VP9 level detection heuristicsJames Almer2018-09-151-14/+14
* avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture sizeKarthick Jeyapal2018-04-261-3/+50
* avformat/vpcc: add ff_isom_get_vpcc_features()James Almer2018-04-221-5/+24
* movenc/isom: update vpcC box to version 1.0 of the specificationHendrik Leppkes2017-05-161-50/+5
* Add experimental support for vp9 in iso-bmffKongqun Yang2016-06-171-0/+148