FFmpeg/libavfilter
Nicolas George 271ddb116c lavfi: use min_perms and rej_perms for out pads.
There are several reasons for doing that:

1. It documents the code for the reader and helps find
   inconsistencies and bugs.

2. For rej_perms, it guarantees the change will be done
   even if the output reference can be created by several
   code paths.

3. It can be used to predict cases where a copy will,
   or will not happen and optimize buffer allocation
   (for example not request a rare direct-rendering buffer
   from a device sink if it will be copied anyway).

Note that a filter is still allowed to manage the permissions
on its own without using these fields.
2012-08-14 12:00:35 +02:00
..
2012-08-13 12:00:54 +02:00
2012-07-28 15:14:01 +02:00
2012-07-20 21:06:18 +02:00
2012-07-19 18:44:46 +02:00
2012-08-13 12:00:54 +02:00
2012-07-03 01:32:16 +02:00
2012-08-13 12:00:54 +02:00
2012-07-23 22:44:25 +02:00
2012-08-13 12:00:54 +02:00
2012-08-09 01:03:05 +02:00
2012-08-10 00:09:34 +02:00