Stefano Sabatini
|
cdeb803e2f
|
vf_lut: fix draw_slice() in case of non packed image data for packed RGB
The previous code was erroneously assuming that the linesize was
equivalent to width*pixel_step, which is not always true.
|
2011-06-27 11:29:34 +02:00 |
|
Mina Nagy Zaki
|
fd2c0a5db2
|
lavfi: add layout negotiation fields and helper functions.
|
2011-06-19 22:58:32 +02:00 |
|
Stefano Sabatini
|
15f03725ce
|
lavfi: add negate filter
This filter is a simple wrapper around the LUT filter.
|
2011-06-19 19:06:55 +02:00 |
|
Stefano Sabatini
|
dd2793c880
|
lavfi: add LUT (LookUp Table) generic filters
|
2011-06-19 19:06:35 +02:00 |
|