1. 11 Dec, 2013 11 commits
  2. 10 Dec, 2013 2 commits
  3. 09 Dec, 2013 24 commits
  4. 08 Dec, 2013 3 commits
    • 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
    • Diego Biurrun's avatar
    • Diego Biurrun's avatar
      dsputil: Move apply_window_int16 to ac3dsp · 4958f35a
      Diego Biurrun authored
      The (optimized) functions are used nowhere else.
      4958f35a