1. 08 Dec, 2013 1 commit
    • d s's avatar
      avformat: AviSynth demuxer rewrite · f0b234ab
      d s authored
      Directly loads AviSynth through LoadLibrary instead of relying on
      Video for Windows, and supports using AvxSynth (via dlopen) to
      open scripts on Linux and OS X.
      
      Error messages from AviSynth/AvxSynth are now reported through
      av_log and exit, rather than the traditional behavior of generating
      an error video that the user would need to watch to diagnose.
      
      The main rewrite was authored by d s <avxsynth.testing@gmail.com>
      from the AvxSynth team, with additional contributions by
      
      Oka Motofumi <chikuzen.mo@gmail.com>
      Stephen Hutchinson <qyot27@gmail.com>
      Diego Biurrun <diego@biurrun.de>
      Anton Khirnov <anton@khirnov.net>
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      f0b234ab
  2. 06 Sep, 2013 2 commits
  3. 29 Jul, 2013 1 commit
  4. 25 Jul, 2013 1 commit
  5. 11 Mar, 2013 1 commit
  6. 31 Jan, 2013 1 commit
  7. 29 Jul, 2012 1 commit
    • Anton Khirnov's avatar
      lavf: deprecate r_frame_rate. · aba232cf
      Anton Khirnov authored
      According to its description, it is supposed to be the LCM of all the
      frame durations. The usability of such a thing is vanishingly small,
      especially since we cannot determine it with any amount of reliability.
      Therefore get rid of it after the next bump.
      
      Replace it with the average framerate where it makes sense.
      
      FATE results for the wtv and xmv demux tests change. In the wtv case
      this is caused by the file being corrupted (or possibly badly cut) and
      containing invalid timestamps. This results in lavf estimating the
      framerate wrong and making up wrong frame durations.
      In the xmv case the file contains pts jumps, so again the estimated
      framerate is far from anything sane and lavf again makes up different
      frame durations.
      
      In some other tests lavf starts making up frame durations from different
      frame.
      aba232cf
  8. 31 May, 2012 1 commit
  9. 27 Jan, 2012 1 commit
  10. 30 Nov, 2011 1 commit
  11. 02 Nov, 2011 1 commit
  12. 19 Oct, 2011 1 commit
  13. 17 Jul, 2011 1 commit
  14. 19 Mar, 2011 1 commit
  15. 26 Jan, 2011 1 commit
  16. 30 Mar, 2010 1 commit
  17. 22 Jun, 2009 1 commit
  18. 19 Jan, 2009 2 commits
  19. 09 Sep, 2008 1 commit
  20. 03 Jun, 2008 1 commit
  21. 19 Jul, 2007 1 commit
  22. 07 Oct, 2006 1 commit
  23. 01 Oct, 2006 1 commit
  24. 29 Aug, 2006 1 commit