1. 03 Oct, 2015 1 commit
  2. 29 Sep, 2015 1 commit
  3. 25 Aug, 2015 1 commit
  4. 09 Jun, 2015 1 commit
  5. 08 Apr, 2015 1 commit
    • wm4's avatar
      matroskadec: export cover art correctly · c4d37cd9
      wm4 authored
      Generally, libavformat exports cover art pictures as video streams with
      1 packet and AV_DISPOSITION_ATTACHED_PIC set. Only matroskadec exported
      it as attachment with codec_id set to AV_CODEC_ID_MJPEG.
      
      Obviously, this should be consistent, so change the Matroska demuxer to
      export a AV_DISPOSITION_ATTACHED_PIC pseudo video stream.
      
      Matroska muxing is probably incorrect too. I know that it can create
      broken files with an audio track and just 1 video frame when e.g.
      remuxing mp3 with APIC to mkv. But for now this commit does not change
      anything about muxing, and also continues to write attachments with
      AV_CODEC_ID_MJPEG should the muxer application have special knowledge
      that the Matroska is broken in this way.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      c4d37cd9
  6. 11 Mar, 2015 1 commit
  7. 09 Mar, 2015 1 commit
  8. 24 Feb, 2015 1 commit
  9. 17 Feb, 2015 1 commit
  10. 14 Feb, 2015 1 commit
  11. 09 Jan, 2015 1 commit
  12. 18 Dec, 2014 1 commit
  13. 03 Dec, 2014 1 commit
  14. 27 Oct, 2014 1 commit
    • Vittorio Giovara's avatar
      matroskaenc: write correct Display{Width, Height} in stereo encoding · 090c67d5
      Vittorio Giovara authored
      should be the raw amount of pixels (for example 3840x1080 for full HD side by
      side) and the DisplayWidth/Height in pixels should be the amount of pixels for
      one plane (1920x1080 for that full HD stream)."
      
      So, move the aspect ratio check in the mkv_write_stereo_mode() function
      and always write the embl when stereo format and/or aspect ration is set.
      Also add a few comments to that function.
      
      CC: libav-stable@libav.org
      Found-by: 's avatarAsan Usipov <asan.usipov@gmail.com>
      090c67d5
  15. 24 Oct, 2014 1 commit
  16. 13 Oct, 2014 1 commit
  17. 28 Aug, 2014 1 commit
  18. 15 Aug, 2014 1 commit
  19. 01 Jul, 2014 3 commits
  20. 01 Jun, 2014 2 commits
  21. 29 May, 2014 2 commits
  22. 28 May, 2014 1 commit
  23. 15 May, 2014 1 commit
    • Anton Khirnov's avatar
      lavf: add AVFMT_FLAG_BITEXACT. · 0c1959b0
      Anton Khirnov authored
      Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's
      codec context.
      
      Using codec options inside lavf is fragile and can easily break when the
      muxing codec context is not the encoding context.
      0c1959b0
  24. 01 May, 2014 1 commit
  25. 09 Mar, 2014 2 commits
  26. 08 Mar, 2014 1 commit
  27. 23 Nov, 2013 1 commit
  28. 12 Sep, 2013 1 commit
  29. 10 Sep, 2013 1 commit
  30. 04 Sep, 2013 1 commit
  31. 27 Aug, 2013 1 commit
  32. 19 Aug, 2013 4 commits