log

age author description
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.
Sat, 28 Jan 2012 10:47:02 +0000 reimar Replace deprecated/removed AV_METADATA_IGNORE_SUFFIX.
Sat, 28 Jan 2012 10:44:08 +0000 reimar Remove some nonsensical uses of CODEC_FLAG_PART.
Sat, 28 Jan 2012 10:40:55 +0000 reimar Use AVDictionary to set some special options.
Sat, 28 Jan 2012 10:32:49 +0000 reimar palctrl exists no longer and has been unused a long time,
Sat, 28 Jan 2012 10:31:24 +0000 reimar Switch to using AV_PICTURE_TYPE.
Sat, 28 Jan 2012 10:28:45 +0000 reimar Remove unused AVFrame "age" handling code.
Sat, 28 Jan 2012 10:04:51 +0000 cboesch Fix "ouput" typo in vf framestep.
Fri, 27 Jan 2012 14:47:18 +0000 ib Fix bug with selected file in file selector.
Fri, 27 Jan 2012 11:24:59 +0000 ib Cosmetic: Rename variables.
Fri, 27 Jan 2012 11:09:05 +0000 jrash Synced with help_mp-en.h rev. 34569
Fri, 27 Jan 2012 00:07:45 +0000 ib Fix skin PNG read errors.
Thu, 26 Jan 2012 23:16:43 +0000 cehoyos Fix compilation with --disable-networking.
Wed, 25 Jan 2012 10:30:46 +0000 cehoyos Add missing image formats to the ffv1 decoder.
Tue, 24 Jan 2012 18:53:23 +0000 cehoyos Support 32-bit sunrast playback via FFmpeg.