1. 19 May, 2011 8 commits
  2. 18 May, 2011 17 commits
  3. 17 May, 2011 13 commits
  4. 16 May, 2011 2 commits
    • Baptiste Coudurier's avatar
      ffmpeg: fix -aspect cli option · 901ff511
      Baptiste Coudurier authored
      Redesign the way -aspect option is handled. This is done by making
      ffmpeg read the sample aspect ratio set in the corresponding input
      stream by default, and overriding it using the value specified by
      -aspect.
      
      If the output display aspect ratio is specified with -aspect, it is
      set at the end of the filterchain, thus overriding the value set by
      filters in the filterchain.
      
      This implementation is more robust, since does not modify the
      filterchain description (which was creating potential syntax errors).
      
      (Cherry-pick abf8342a)
      
      Another aspect ratio fix try. This leaves the setdar addition at the end
      (preferred by people).
      
      (Cherry-pick e7c7b0d0)
      901ff511
    • Michael Niedermayer's avatar
      Restructure video filter implementation in ffmpeg.c. · 9d5fa618
      Michael Niedermayer authored
      This fixes several bugs like multiple outputs and -aspect mixed with -vf
      
      (cherry picked from commit 1762d9ce)
      (cherry picked from commit 5c20c81b)
      (cherry picked from commit a7844c58)
      9d5fa618