Skip to content
Snippets Groups Projects
  1. Apr 18, 2015
  2. Apr 15, 2015
  3. Apr 14, 2015
  4. Apr 13, 2015
  5. Apr 12, 2015
  6. Apr 11, 2015
  7. Apr 10, 2015
  8. Apr 09, 2015
  9. Apr 08, 2015
    • Diego Biurrun's avatar
      g2meet: K&R formatting cosmetics · bb815dfc
      Diego Biurrun authored
      bb815dfc
    • 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: default avatarAnton Khirnov <anton@khirnov.net>
      c4d37cd9
  10. Apr 07, 2015
  11. Apr 06, 2015
  12. Apr 05, 2015
  13. Apr 04, 2015
  14. Apr 03, 2015
    • Anton Khirnov's avatar
      h264: disable ER by default · a4d34e21
      Anton Khirnov authored
      The way it is currently designed is fundamentally unsafe and cannot be
      reasonably fixed without completely rewriting it.
      a4d34e21
Loading