1. 08 Jul, 2017 2 commits
  2. 07 Jul, 2017 17 commits
  3. 06 Jul, 2017 4 commits
  4. 05 Jul, 2017 16 commits
  5. 04 Jul, 2017 1 commit
    • John Stebbins's avatar
      movenc: use correct tag list for AVOutputFormat.codec_tag · 95f3c859
      John Stebbins authored
      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.
      
      (cherry picked from commit 713efb2c)
      Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      95f3c859