1. 09 Nov, 2015 1 commit
    • Anton Khirnov's avatar
      lavf: deprecate compute_pkt_fields2 · 8de1ee9f
      Anton Khirnov authored
      All encoders set pts and dts properly now (and have been doing that for
      a while), so there is no good reason to do any timestamp guessing in the
      muxer.
      
      The newly added AVStreamInternal will be later used for storing all the
      private fields currently living in AVStream.
      8de1ee9f
  2. 08 Nov, 2015 3 commits
  3. 06 Nov, 2015 6 commits
  4. 05 Nov, 2015 1 commit
  5. 03 Nov, 2015 1 commit
    • wm4's avatar
      mov: detect cover art pictures by content · f128b8e1
      wm4 authored
      I've got some m4a samples that had jpeg cover art marked as png. Since
      these files were supposedly written by iTunes, and other software can
      read it (e.g. clementine does), this should be worked around.
      
      Since png has a very simple to detect header, while it's apparently a
      real pain to detect jpeg in the general case, try to detect png and
      assume jpeg otherwise. Not bothering with bmp, as I have no test case.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      f128b8e1
  6. 02 Nov, 2015 9 commits
  7. 01 Nov, 2015 1 commit
  8. 30 Oct, 2015 8 commits
  9. 29 Oct, 2015 1 commit
  10. 28 Oct, 2015 4 commits
  11. 27 Oct, 2015 1 commit
  12. 26 Oct, 2015 4 commits