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
April 1, 2010
View d9521cb

Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that we'd memset() the codec context to zero, thereby setting audio input to U8 and video to YUV420P. For most video encoders, that actually works, but for most audio codecs, it doesn't. This patch changes defaults to those set by avcodec_context_get_defaults() and have ffmpeg figure out the optimal encoding format itself if not set explicitely (as it does for the non-ffserver-cases also).

Ronald S. Bultje authored on 2010/04/01 06:02:34
March 31, 2010
View cc947f0

Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.

Jean-Daniel Dupas authored on 2010/03/31 21:29:58
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
View aa1de0d

Split out code that auto-chooses a default pix_fmt/sample_fmt in their own functions.

Ronald S. Bultje authored on 2010/03/31 04:37:07
March 20, 2010
View 64f6e35

10l: fix build without termios.h

Måns Rullgård authored on 2010/03/20 10:02:45
View 9a9509e

Register atexit handler only when needed

Måns Rullgård authored on 2010/03/20 01:25:11
March 19, 2010
View 7a39f14

ffmpeg.c: copy chapters by default. Patch by Anton Khirnov wyskas gmail com

Anton Khirnov authored on 2010/03/19 16:44:38
March 17, 2010
View 562f22a

Typo: if output (video) stream's pix_fmt is not set, then the stream cannot be ENcoded, not DEcoded.

Ronald S. Bultje authored on 2010/03/17 00:48:48
March 16, 2010
View 8023235

Allow mpeg style yuv in jpeg when strict standard compliance is small enough.

Michael Niedermayer authored on 2010/03/16 04:45:57
March 15, 2010
View d55065a

ffmpeg: Combine variable declaration and definition

Alexander Strange authored on 2010/03/15 11:33:49
View 47b229d

ffmpeg: Factor out redundant sync_ipts calculation

Alexander Strange authored on 2010/03/15 11:32:21
March 10, 2010
View 335ee1a

Move libm replacements to new header libm.h

Måns Rullgård authored on 2010/03/10 00:10:23
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 4, 2010
View 660822f

ffmpeg.c: Don't use NULL for integer metadata flags.

Alex Converse authored on 2010/03/04 20:27:39