- Sep 16, 2011
-
-
Clément Bœsch authored
-
- Sep 13, 2011
-
-
Clément Bœsch authored
Renamed for consistency. Also, since print_int() and print_str() are already defined as macros, the long name version is preferred.
-
Clément Bœsch authored
-
Clément Bœsch authored
Having a string callback is much more simpler than a variable args one for writers to deal with, especially when dealing with escaping. This patch also introduces a local fast_asprintf() function which is similar to av_asprintf() but avoids reallocating at each print (leading to a performance issue).
-
- Sep 09, 2011
-
-
Clément Bœsch authored
-
- Sep 08, 2011
-
-
Clément Bœsch authored
-
- Sep 01, 2011
-
-
Clément Bœsch authored
-
- Aug 30, 2011
-
-
Clément Bœsch authored
-
- Aug 26, 2011
-
-
Clément Bœsch authored
-
- Aug 20, 2011
-
-
Stefano Sabatini authored
-
- Aug 17, 2011
-
-
Stefano Sabatini authored
-
- Aug 09, 2011
-
-
Anton Khirnov authored
-
- Jul 21, 2011
-
-
Thierry Foucu authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Jul 10, 2011
-
-
Anton Khirnov authored
Adds support for decoder-private options and makes setting other options simpler.
-
- Jul 03, 2011
-
-
Gavin Kinsey authored
-
- Jul 02, 2011
-
-
Nicolas George authored
-
- Jul 01, 2011
-
-
Stefano Sabatini authored
This is required after the OPT_FUNC2 removal.
-
- 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 21, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Gavin Kinsey authored
-
- Jun 16, 2011
-
-
Anton Khirnov authored
-
- Jun 08, 2011
-
-
Anton Khirnov authored
-
- Jun 05, 2011
-
-
Stefano Sabatini authored
Useful for mimicking the ffmpeg -i FILE syntax.
-
Stefano Sabatini authored
This is required for a pending simplification.
-
- 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 12, 2011
-
-
Stefano Sabatini authored
Replace "codec (id=%d)" with "codec with id %d", slightly more readable. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Apr 23, 2011
-
-
Diego Biurrun authored
-
- Apr 19, 2011
-
-
Anton Khirnov authored
-
- Mar 26, 2011
-
-
Stefano Sabatini authored
Provide a non-NULL AVFormatParameters structure to av_open_input_file() in open_input_file(). This is required because otherwise av_open_input_file() will allocate and use a new format context, discarding the options set in the provided format context.
-
- Mar 21, 2011
-
-
Stefano Sabatini authored
Replace "codec (id=%d)" with "codec with id %d", slightly more readable.
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Feb 18, 2011
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 610219a5)
-
- Feb 16, 2011
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Oct 16, 2010
-
-
Anton Khirnov authored
deprecated field AVStream.language. Patch by Anton Khirnov %name%@%surname% dot net. Originally committed as revision 25507 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Anton Khirnov authored
patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 29, 2010
-
-
Michael Niedermayer authored
Originally committed as revision 25266 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 25, 2010
-
-
Stefano Sabatini authored
Originally committed as revision 25187 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 28, 2010
-
-
Stefano Sabatini authored
Originally committed as revision 24577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 02, 2010
-
-
Stefano Sabatini authored
Originally committed as revision 23421 to svn://svn.ffmpeg.org/ffmpeg/trunk
-