- Sep 11, 2011
-
-
Anton Khirnov authored
Remove now redundant (and broken/undocumented) opt_programid.
-
Anton Khirnov authored
Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
-
- Sep 05, 2011
-
-
Anton Khirnov authored
-
- Sep 04, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This allows options like -target, which are just shortcuts for other options, to work without dummy function for all options they invoke.
-
Anton Khirnov authored
This is the first step to removing the globals plague from avtools.
-
Anton Khirnov authored
This will be useful in the following commit.
-
Anton Khirnov authored
-
Anton Khirnov authored
Allows cmdutils to call each tool's own cleanup function.
-
- Sep 03, 2011
-
-
Anton Khirnov authored
Replace it with newly introduced libavutil API.
-
- Sep 02, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 01, 2011
-
-
Clément Bœsch authored
-
- Aug 12, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
-
- Aug 10, 2011
-
-
Clément Bœsch authored
This will allow the incoming -timecode option to be handled in both encoders (mpeg12enc in that case) and demuxers (dv, mxf, etc.).
-
- Jul 28, 2011
-
-
Stefano Sabatini authored
Avoid brittle and obfuscating reference to a global. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jul 14, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 13, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Split them when codec id is known.
-
- Jul 10, 2011
-
-
Anton Khirnov authored
Deprecate avcodec_alloc_context/2.
-
- Jul 02, 2011
-
-
Etienne Buira authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- Jun 30, 2011
-
-
Jeff Downs authored
All option parsing functions now match the function pointer signature through which they are called (int f(const char *, const char *), thereby working reliably on all platforms. Prefix all option processing functions with opt_
-
- Jun 24, 2011
-
-
Jeff Downs authored
-
- Jun 20, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 19, 2011
-
-
Stefano Sabatini authored
Also add the public interface libavfilter/vsink_buffer.h.
-
- Jun 16, 2011
-
-
Anton Khirnov authored
It stores options in a dictionary to be passed to new open calls. It will replace opt_default once all the pieces are in place.
-
Anton Khirnov authored
-
- Jun 12, 2011
-
-
Stefano Sabatini authored
Fix ffplay -i FILE, which was recently broken. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jun 05, 2011
-
-
Stefano Sabatini authored
The -i INPUT option can be implemented more cleanly by using a function option, which can easily be done now that the parse_arg_function passed to parse_options has a standard signature.
-
Stefano Sabatini authored
This is required for a pending simplification.
-
- Jun 04, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- May 28, 2011
-
-
Stefano Sabatini authored
Make ff* tools only accept opt_* functions taking two arguments. The distinction between functions with one and two arguments is quite pointless. Simplify parse_options() code.
-
Stefano Sabatini authored
Make ff* tools only accept opt_* functions taking two arguments. The distinction between functions with one and two arguments is quite pointless. Simplify parse_options() code. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- May 27, 2011
-
-
Ronald S. Bultje authored
av_freep(swsContext) will leak all memory potentially allocated within the swsContext.
-
- May 21, 2011
-
-
Gianluigi Tiesi authored
-
- May 20, 2011
-
-
Stefano Sabatini authored
Fix warnings: cmdutils.c: In function ‘opt_default’: cmdutils.c:304: warning: initialization discards qualifiers from pointer target type cmdutils.c: In function ‘set_context_opts’: cmdutils.c:431: warning: passing argument 2 of ‘alloc_priv_context’ discards qualifiers from pointer target type cmdutils.c:414: note: expected ‘struct AVClass *’ but argument is of type ‘const struct AVClass *’
-
Stefano Sabatini authored
Avoid the presence of an invalid pointer, fix a crash in case of get_filtered_frame() failure.
-