git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
movenc : write correct format hvcc when tag is hvc1
15 juin 2017, par John Stebbins -
movenc : use correct tag list for AVOutputFormat.codec_tag
15 juin 2017, par John Stebbinsmovenc: use correct tag list for AVOutputFormat.codec_tag ff_mp4_obj_type contains the wrong type of tags for AVOutputFormat.codec_tag. AVOutputFormat.codec_tag is used to validate AVCodecParameters.codec_tag so needs to be the same type of tag. Creates new tag lists for mp4 and ismv. New tag lists support same list of codecs found in ff_mp4_obj_type. psp uses the same tag list as mp4 since these both use mp4_get_codec_tag to look up tags.
-
doc : Drop the legacy symlink to README
13 juin 2017, par Luca Barbato -
hwcontext : Mark local table static const
13 juin 2017, par Mark Thompson -
dvbsubdec : Free subrect memory on allocation error
13 juin 2017, par Vittorio Giovara