- May 17, 2013
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak all the temp buffers.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the x/y expressions.
-
Anton Khirnov authored
Do not overwrite the variable set through AVOptions.
-
Anton Khirnov authored
Do not overwrite the variables set through AVOptions.
-
Anton Khirnov authored
Frame number should be incremented normally even if the link properties change.
-
Anton Khirnov authored
It should not be reinitialized if the link properties change.
-
Anton Khirnov authored
Do not leak the initialized filter instance.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the expressions.
-
- May 16, 2013
-
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
- May 15, 2013
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Currently it would incorrectly trigger on a string that contains a '=' but does not contain a ':', e.g. flags=<flags>.
-
Anton Khirnov authored
There is now no need to explicitly pass 0:0 as width/height to scale, those are the defaults.
-
- May 14, 2013
-
-
James Darnley authored
The C code treats the data as arrays of uint16_t so strides must not be in bytes but in pixels. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
James Darnley authored
Always use the special filter for the first and last 3 columns (only). Changes made in 64ed3976 slowed the filter to just under 3/4 of what it was. This commit restores the speed while maintaining identical output. For reference, on my Athlon64: 1733222 decicycles in old 2358563 decicycles in new 1727558 decicycles in this Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- May 10, 2013
-
-
Anton Khirnov authored
delta is in samples, not bytes. Also the sample format is not guaranteed to be planar. CC:libav-stable@libav.org
-
- May 08, 2013
-
-
Diego Biurrun authored
-