April 2, 2010
View 458b062

Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading the second pass encoding log file.

Stefano Sabatini authored on 2010/04/02 07:34:22
March 31, 2010
View 330d86f

Issue a more general message when the function which sets an option fails.

Stefano Sabatini authored on 2010/03/31 08:46:30
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 27, 2010
View 7a5bdd7

Use av_strerror() in print_error().

Stefano Sabatini authored on 2010/03/27 07:46:47
March 18, 2010
View 8bab85e

Remove printing of frame sizes and frame rate abbreviations from show_protocols().

Stefano Sabatini authored on 2010/03/18 08:51:12
March 8, 2010
View 6580d5e

Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps

Måns Rullgård authored on 2010/03/08 07:18:37
March 6, 2010
View da033b0

Make opt_default() look for options in sws_opts only if sws_opts is defined, fix crash.

Stefano Sabatini authored on 2010/03/06 23:09:35
February 22, 2010
View 33bc794

Make opt_default() print an error message and exit if the option supplied is not recognized.

Stefano Sabatini authored on 2010/02/22 21:28:51
February 19, 2010
View 1388709

FFmpeg is a collective effort so allowing a single name in a banner is not nice/fair towards the community of developers.

Stefano Sabatini authored on 2010/02/19 05:47:20
February 11, 2010
View 9cb5c76

Extend show_pix_fmts(), make it show input/output support for conversion and other information exposed by the pixdesc API.

Stefano Sabatini authored on 2010/02/11 08:36:35
February 10, 2010
View 0104b60

Check for setrlimit()

Måns Rullgård authored on 2010/02/10 07:55:11
February 8, 2010
View 9e5381a

Make parse_options() explicitely handle the case where an opt_func2 function returns a negative value, rather than erroneously trigger the code which manages the case of unknown option.

Stefano Sabatini authored on 2010/02/08 00:46:18
January 28, 2010
View 695f7de

Declare variable "version" in the PRINT_LIB_VERSION() macro if block, slightly simpler and more robust.

Stefano Sabatini authored on 2010/01/28 08:08:43
January 27, 2010
View 5116571

Prettify PRINT_LIB_VERSION macro

Måns Rullgård authored on 2010/01/27 21:58:26
View 58fe804

Get rid of ifdeffery for printing library versions and configurations

Måns Rullgård authored on 2010/01/27 21:58:22