January 25, 2011
View 3568853

Make this_year static to cmdutils.c

Diego Elio Pettenò authored on 2011/01/25 08:36:12
November 5, 2010
View 6e87293

Implement get_preset_file() in cmdutils.h and use it to factorize code from ffmpeg.c and ffserver.c.

Stefano Sabatini authored on 2010/11/05 08:07:04
October 18, 2010
View ff0652e

Implement a common get_filtered_video_frame(), shared between ffplay.c and ffmpeg.c.

Stefano Sabatini authored on 2010/10/18 22:57:11
October 13, 2010
View f7ead94

Factorize definition of the output_filter defined in both ffplay.c and ffmpeg.c. Replace it with a more generic definition which can be shared.

Stefano Sabatini authored on 2010/10/13 03:40:26
October 2, 2010
View a5c33fa

Add init and uninit functions to cmdutils, reduces code duplication between ffmpeg and ffplay and avoids a valgrind error by freeing avformat_opts->key.

Reimar Döffinger authored on 2010/10/02 17:44:33
September 30, 2010
View 0093ebc

User application side of Codec specific parameters.

Michael Niedermayer authored on 2010/09/30 08:06:51
September 28, 2010
View f03f30d

Make new doxy follows the agreed upon style and grammatical conventions, for consistency with the rest of the documentation.

Stefano Sabatini authored on 2010/09/28 23:49:55
View 7a8bfa5

Extract timestamp correction code from ffplay.c to cmdutils.c

Alexander Strange authored on 2010/09/28 11:05:12
September 21, 2010
View 1790d3b

Move log_callback_help to cmdutils.[hc], for allowing sharing.

Stefano Sabatini authored on 2010/09/21 06:48:03
July 2, 2010
View 0baf34d

Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.

Diego Biurrun authored on 2010/07/02 21:48:32
View 48966b0

Grammar fixes

Måns Rullgård authored on 2010/07/02 09:03:48
July 1, 2010
View 49bd8e4

Fix grammar errors in documentation

Måns Rullgård authored on 2010/07/01 00:38:06
May 7, 2010
View 8d787f8

Document cmdutils.c:print_error().

Stefano Sabatini authored on 2010/05/07 21:42:26
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 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