- 23 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
blackframe is integrated as a native filter.
-
- 21 Jul, 2011 3 commits
-
-
Stefano Sabatini authored
The cropdetect filter is natively integrated into libavfilter.
-
Stefano Sabatini authored
Use and show picref->video->pict_type and key_frame information. The pict_type and key_frame information was not available at the time of the port.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
cxtypes.h works with version 2.1 and older, cxcore.h works with 2.2 and older. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 16 Jul, 2011 1 commit
-
-
Mina Nagy Zaki authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 14 Jul, 2011 5 commits
-
-
Stefano Sabatini authored
The filter was integrated natively into libavfilter as a source with name rgbtestsrc.
-
Stefano Sabatini authored
The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200
-
Stefano Sabatini authored
In particular creates a special test_init function, which calls a common init, and introduces a fill_picture_fn which points to the filling function. This is required by the pending patch for adding the rgbtestsrc source.
-
Stefano Sabatini authored
It is natively included in libavfilter.
-
Diego Biurrun authored
-
- 13 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values
-
- 10 Jul, 2011 4 commits
-
-
Mans Rullgard authored
Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Stefano Sabatini authored
Since avfilter_graph_parse() creates the "[in]" inout for the first unlabelled input pad, it is expected that it will create an "[out]" inout for last unlabelled output pad, even in the case where it cannot find any open input pad with that name. This change removes the check on the existence of an open input pad named "out", so it simplifies the checked condition while implementing a more intuitive behavior.
-
Anton Khirnov authored
It supports passing options to codecs.
-
Anton Khirnov authored
Adds support for decoder-private options and makes setting other options simpler.
-
- 07 Jul, 2011 1 commit
-
-
Diego Biurrun authored
libavfilter/vf_drawtext.c:427:22: warning: variable 'dst_pixel' set but not used libavfilter/vf_drawtext.c:463:22: warning: variable 'dst_pixel' set but not used
-
- 06 Jul, 2011 3 commits
-
-
Stefano Sabatini authored
Make it clear that open_inputs/open_outputs are updated only if non-NULL.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Create open_inputs and open_outputs structs if they are not provided by the user, and free them before exit. In particular, fix NULL pointer dereference and crash, in case the passed open_inputs/outputs is NULL and the parsing failed.
-
- 05 Jul, 2011 2 commits
-
-
Diego Biurrun authored
-
Nicolas George authored
-
- 04 Jul, 2011 4 commits
-
-
Stefano Sabatini authored
It was shifting 2 rather than 1, +10l.
-
Stefano Sabatini authored
Also add a "dar" alias for "a", for avoiding confusion with sar/dar.
-
Stefano Sabatini authored
Also create a "dar" alias for the "a" variable, for avoiding possible confusion between dar/sar.
-
Loren Merritt authored
Actually I gave permission for LGPL long ago, but the original import failed to update the license header.
-
- 03 Jul, 2011 6 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Joakim Plate authored
Signed-off-by:
Joakim Plate <elupus@ecce.se>
-
- 02 Jul, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The value for inpic->data[plane] with plane >=4 is undefined, and it will contain in general random data. This change adds a check for exiting the loop when plane reaches the value 4. Fix crash (occurring for example with: format=rgba,lut).
-
- 01 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
Also generalize it, making it accept ints rather than pixel formats. Allow factorization.
-
- 28 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 27 Jun, 2011 1 commit
-
-
Stefano Sabatini authored
The previous code was erroneously assuming that the linesize was equivalent to width*pixel_step, which is not always true.
-
- 26 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
-
Reimar Döffinger authored
This reverts commit a6213f3d.
-
- 25 Jun, 2011 1 commit
-
-
Stefano Sabatini authored
-