1. 18 Oct, 2016 7 commits
  2. 17 Oct, 2016 14 commits
  3. 16 Oct, 2016 4 commits
  4. 15 Oct, 2016 6 commits
  5. 14 Oct, 2016 8 commits
  6. 13 Oct, 2016 1 commit
    • Marton Balint's avatar
      lavfi/sidedata: add filter for manipulating frame side data · 7845c138
      Marton Balint authored
      This is a similar filter to f_metadata, only it works on side data. Since
      adding side data from a user provided arbitrary binary string is unsafe,
      because current code assumes that a side data of a certain kind has the proper
      size, this filter only implements selection and deletion. Also, no value
      matching support is implemented yet, because there is no uniform way to specify
      a side data textually.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      7845c138