- 20 Jun, 2011 4 commits
-
-
Stefano Sabatini authored
Fix compilatin after removal of FF_INTERNAL_MEM_TYPE_MAX_VALUE. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Fix warnings of the type: vf_drawtext.c:NNN: warning: missing braces around initializer vf_drawtext.c:NNN: warning: (near initialization for ‘drawtext_options[X].default_val’) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
The feature was dropped after the filter was partially rewritten and recommitted. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate the last remaining member of AVFormatParameters.
-
- 02 Jun, 2011 1 commit
-
-
Mans Rullgard authored
-
- 31 May, 2011 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 29 May, 2011 2 commits
-
-
Diego Biurrun authored
This fixes the warning: libavfilter/avfilter.c:219: warning: ‘ff_get_ref_perms_string’ defined but not used
-
Diego Biurrun authored
-
- 24 May, 2011 2 commits
-
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Change: Expected 7 arguments, but only %d found in '%s'\n to: Expected 7 arguments, but %d found in '%s'\n as the user may provide more than 7 arguments, in that case the error is not misleading. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 May, 2011 1 commit
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
- 16 May, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (cherry picked from commit f7bdffb0)
-
- 10 May, 2011 1 commit
-
-
Anton Khirnov authored
This breaks API and ABI.
-
- 07 May, 2011 6 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
With the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats * fix minor errors and typos in the filter description * extend/clarify examples in the filter description Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 04 May, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 29 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 28 Apr, 2011 2 commits
-
-
Peter Ross authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Peter Ross authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 26 Apr, 2011 11 commits
-
-
Stefano Sabatini authored
Also deprecate av_get_pict_type_char() in favor of av_get_picture_type_char(). The new enum and av_get_picture_type_char() are defined in libavutil. This allows the use in libavfilter without the need to link against libavcodec. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
royger authored
Signed-off-by:
Roger Pau Monné <roger.pau@entel.upc.edu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Also set movie->picref to NULL, in order to avoid a crash in uninit() when movie->picref is unreffed again and it was already freed. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Roger Pau Monné authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
This fixes aspect handling in ffmpeg. This is based on a patch by Baptiste. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mark Himsley authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Make the filter accept parametric expressions for the output video size. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
James Darnley authored
Fixes by Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
James Darnley authored
and correctly support grey8 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Apr, 2011 3 commits
-
-
Stefano Sabatini authored
Fix crash in create_filter() which occurrs if a scale filter with no args is provided. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
This is more consistent with the terminology adopted by the aspect filter names. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mark Himsley authored
draw_slice() checks that the fade factor is < 65536 and only calculates the fade if so. But the fade factor is clipped in end_frame() by av_clip_uint16() to 65535, so the fade is calculated for every frame. This patch alters the check so that it compares with < 65535 (UINT16_MAX). Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-