log

age author description
Tue, 02 Jun 2009 18:37:31 +0000 reimar Configure needs AS to be set for the Makefiles.
Tue, 02 Jun 2009 15:35:58 +0000 kostya Testing RGB48 variants requires bigger stride in swscale-example.c
Tue, 02 Jun 2009 12:30:11 +0000 kostya YUV into RGB48 BE/LE conversion support
Tue, 02 Jun 2009 12:28:49 +0000 kostya Partial (low bits ignored, no direct transcoding into other RGB formats) support
Mon, 01 Jun 2009 22:25:10 +0000 reimar Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly
Mon, 01 Jun 2009 10:43:41 +0000 reimar Initialize local variable, avoids a possible crash due to using an
Mon, 01 Jun 2009 09:43:32 +0000 reimar Add const where appropriate, also gets rid of a compiler warning.
Mon, 01 Jun 2009 09:39:02 +0000 reimar 100l, do not read probe buffer if it will not be used because a format was forced.
Mon, 01 Jun 2009 09:35:16 +0000 reimar Add actually working support for PPC64
Mon, 01 Jun 2009 09:25:20 +0000 reimar Use target_arch and target_subarch which is more similar to what FFmpeg uses
Mon, 01 Jun 2009 09:20:22 +0000 reimar Add some missing FFmpeg archs
Sun, 31 May 2009 13:09:48 +0000 reimar Using nl_langinfo in the asf mmst implementation makes no sense since
Sun, 31 May 2009 13:00:51 +0000 reimar Use a malloced string for the get_term_charset return value.
Sun, 31 May 2009 12:48:53 +0000 reimar Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
Sat, 30 May 2009 13:15:53 +0000 reimar 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.
Thu, 28 May 2009 15:53:27 +0000 ptt forgot a line :(; added
Thu, 28 May 2009 15:39:02 +0000 ptt synced with r2769
Thu, 28 May 2009 10:20:38 +0000 ptt sync'ed to r29209
Thu, 28 May 2009 05:56:17 +0000 jrash refine previous translation
Tue, 26 May 2009 01:02:16 +0000 compn add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
Tue, 26 May 2009 00:19:31 +0000 compn add binary decoder for YLC0
Mon, 25 May 2009 20:28:35 +0000 lu_zero Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag and make sure libnemesi only builds are fine
Mon, 25 May 2009 17:51:10 +0000 lu_zero Make sure -rtsp-stream-with-sctp is supported while building with libnemesi
Mon, 25 May 2009 16:42:54 +0000 kostya Move colorspace conversion functions implemented in pure C from template
Sun, 24 May 2009 09:54:25 +0000 Gabrov synced with r29305
Thu, 21 May 2009 08:46:24 +0000 diego cosmetics: alphabetically sort SRCS_MPLAYER
Tue, 19 May 2009 17:37:58 +0000 kostya Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
Tue, 19 May 2009 17:26:22 +0000 kostya Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
Tue, 19 May 2009 08:56:23 +0000 reimar Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.