1. 29 Sep, 2015 1 commit
  2. 06 Sep, 2015 1 commit
  3. 16 Jul, 2014 1 commit
  4. 26 Oct, 2013 1 commit
  5. 15 Jun, 2013 1 commit
  6. 24 May, 2013 1 commit
    • Reimar Döffinger's avatar
      framemd5_class and md5enc_class may not be identical. · 4059c783
      Reimar Döffinger authored
      Due the crappy issue of classes having to be unique,
      we cannot even have classes with identical content,
      otherwise the compiler or linker is free to merge them,
      giving the same result and bugs as if we had only one class.
      Besides redesigning the option code to handle this correctly
      I see only the option of requiring any two classes to have
      different names, but the list of requirements for
      AVClasses is getting kind of unmanageable.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      4059c783
  7. 13 May, 2013 2 commits
  8. 25 Apr, 2013 1 commit
  9. 11 Oct, 2012 1 commit
  10. 07 Aug, 2012 1 commit
  11. 30 Jul, 2012 1 commit
  12. 20 May, 2012 1 commit
  13. 03 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      frame{crc/md5}: set the stream timebase from codec timebase. · d2afbd9a
      Anton Khirnov authored
      Right now those muxers use the default timebase in all cases(1/90000).
      
      This patch avoid unnecessary rescaling and makes the printed timestamps
      more readable.
      
      Also, extend the printed information to include the timebases and packet
      pts/duration and align the columns.
      
      Obviously changes the results of all fate tests which use those two
      muxers.
      d2afbd9a
  14. 30 Dec, 2011 1 commit
    • Paul B Mahol's avatar
      Use more designated initializers. · ba10207b
      Paul B Mahol authored
      Also remove some pointless NULL/0 assigments.
      
      C++ code must be left as it is because named struct
      initializers are not supported by C++ standard.
      ba10207b
  15. 23 Nov, 2011 1 commit
    • Anton Khirnov's avatar
      md5enc: add flags · 50efd3ca
      Anton Khirnov authored
      AVFMT_NOTIMESTAMPS for md5, as it ignores the timestamps.
      AVFMT_VARIABLE_FPS for framemd5, as it prints dts.
      
      -vsync 0 for the vp8 test is needed because with vsync 2 the timestamp
      guessing code gets confused by an altref frame that is never displayed
      and drops a frame later.
      50efd3ca
  16. 17 Jul, 2011 1 commit
  17. 19 Mar, 2011 1 commit
  18. 17 Mar, 2011 1 commit
  19. 22 Feb, 2011 1 commit
  20. 21 Feb, 2011 1 commit
  21. 28 Jan, 2011 1 commit
  22. 26 Jan, 2011 1 commit
  23. 24 May, 2010 1 commit
  24. 23 May, 2010 1 commit