1. 20 Jan, 2016 2 commits
    • Clément Bœsch's avatar
      lavc,lavfi: use avutil/thread.h instead of redundant conditional includes · a3620156
      Clément Bœsch authored
      This was somehow forgotten in a8bb81a0.
      a3620156
    • 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 2 commits
  3. 18 Jan, 2016 1 commit
  4. 15 Jan, 2016 3 commits
  5. 14 Jan, 2016 4 commits
  6. 12 Jan, 2016 2 commits
  7. 09 Jan, 2016 2 commits
  8. 08 Jan, 2016 5 commits
  9. 07 Jan, 2016 2 commits
  10. 06 Jan, 2016 2 commits
  11. 05 Jan, 2016 4 commits
  12. 04 Jan, 2016 1 commit
  13. 03 Jan, 2016 5 commits
  14. 02 Jan, 2016 5 commits