log

age author description
Tue, 31 Jan 2012 18:17:17 +0000 ib Emphasize the default audio track in the selection list.
Tue, 31 Jan 2012 12:11:46 +0000 compn add jps / pns image formats, sync'd from ffmpeg
Mon, 30 Jan 2012 18:14:45 +0000 reimar Fix -pphelp to work with new libpostprocess API.
Sun, 29 Jan 2012 16:30:17 +0000 reimar sdl: do not change caption on -wid windows.
Sun, 29 Jan 2012 16:27:46 +0000 reimar Support -wid for vo_sdl.
Sat, 28 Jan 2012 14:55:15 +0000 reimar Fix another case where opt.h was included from libavcodec instead of libavutil.
Sat, 28 Jan 2012 14:51:29 +0000 reimar Do not try to render \r.
Sat, 28 Jan 2012 14:24:59 +0000 reimar Do not apply writing order via fribidi when libass will be doing it.
Sat, 28 Jan 2012 14:00:07 +0000 reimar Update config.asm generation to work with latest FFmpeg.
Sat, 28 Jan 2012 13:59:17 +0000 reimar Translate level-based to flag-based error recognition values.
Sat, 28 Jan 2012 13:51:57 +0000 reimar opt.h is now in libavutil.
Sat, 28 Jan 2012 13:47:01 +0000 reimar Some hacks to allow stream_ffmpeg to compile against newer FFmpeg.
Sat, 28 Jan 2012 13:22:57 +0000 reimar Switch to avcodec_alloc_context3.
Sat, 28 Jan 2012 13:20:20 +0000 reimar Set memc_only via AVDictionary.
Sat, 28 Jan 2012 13:13:29 +0000 reimar Only set "seekable", not "is_streamed" for compatibility with
Sat, 28 Jan 2012 13:06:59 +0000 reimar Use avformat_new_stream.
Sat, 28 Jan 2012 12:57:58 +0000 reimar Set muxrate and preload via AVDictionary.
Sat, 28 Jan 2012 12:52:23 +0000 reimar Remove pointless casts.
Sat, 28 Jan 2012 12:41:26 +0000 reimar Remove pointless cast.
Sat, 28 Jan 2012 12:40:36 +0000 reimar Use "seekable" instead of is_streamed.
Sat, 28 Jan 2012 12:36:05 +0000 reimar Do not set stream_copy, it has not been used in FFmpeg since a long time.
Sat, 28 Jan 2012 12:33:58 +0000 reimar Remove ifdefs that have been unnecessary since a long time
Sat, 28 Jan 2012 12:24:12 +0000 reimar Set UMV flag via AVDictionary.
Sat, 28 Jan 2012 12:22:10 +0000 reimar Get rid of nonsense usage of CODEC_FLAG_PART.
Sat, 28 Jan 2012 12:17:50 +0000 reimar Use AVDictionary to set data_partitioning.
Sat, 28 Jan 2012 12:15:38 +0000 reimar Fix avcodec_open2 options argument.
Sat, 28 Jan 2012 11:50:18 +0000 reimar Use AV_PICTURE_TYPE_I.
Sat, 28 Jan 2012 11:06:35 +0000 reimar Reuse init_avcodec function.
Sat, 28 Jan 2012 10:53:17 +0000 reimar Replace deprecated/removed av_close_input_stream.
Sat, 28 Jan 2012 10:50:52 +0000 reimar Replace deprecated av_set_int.