1. 20 Jan, 2016 2 commits
    • Derek Buitenhuis's avatar
      mov: Add an option to toggle dref opening · 712d962a
      Derek Buitenhuis authored
      This feature is mostly only used by NLE software, and is
      both of dubious value being enabled by default, and a
      possible security risk.
      Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      712d962a
    • Bela Bodecs's avatar
      vf_scale: Detecting changes of incoming frame properties and dinamically... · 868a2ed5
      Bela Bodecs authored
      vf_scale: Detecting changes of incoming frame properties and dinamically evaluate width and height expressions
      
      Currently scale filter accepts expressions in its width and height
      parameters but evaluates them only once at init and replaces them with
      their actual values. Later on, if any parameter of incoming frames
      changes - ie those were used in the original size expressions -  then
      they new values will not have any affect for width and heigth values.
      They remain the same. This patch makes possible that width and height
      expressions be evaluated frame-by-frame basis if width/height/sar/format
      properties of incoming frame would change. To retain the current
      behaviour and not to break any earlier app, a new config parameter has
      been introduced. Its name is "eval" and it has two distinct values:
      "init" and "frame". The default value is "init".
      This feature is very usefull in case of DVBT mpeg-ts streams where SAR
      may change time-by-time from 4/3 to 16/9 and vica-versa and the size
      remains the same and you want to create a variable sized output with 1/1
      SAR.
      Signed-off-by: 's avatarBela Bodecs <bodecsb@vivanet.hu>
      Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      868a2ed5
  2. 19 Jan, 2016 24 commits
  3. 18 Jan, 2016 8 commits
  4. 17 Jan, 2016 6 commits