log

age author description
Fri, 12 Jun 2009 11:23:22 +0000 compn sync with ffmpeg
Fri, 12 Jun 2009 02:39:21 +0000 compn sync with ffmpeg
Thu, 11 Jun 2009 17:10:54 +0000 ramiro Kill warnings of possibly unused variables by using av_unused.
Thu, 11 Jun 2009 15:15:43 +0000 diego Fix compilation: #undef standard library functions that are
Thu, 11 Jun 2009 10:19:04 +0000 diego Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
Sun, 07 Jun 2009 14:42:43 +0000 gpoirier replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
Sat, 06 Jun 2009 09:37:46 +0000 stefano Remove '\p' doxygen markup, as it should improve plain text doxy
Thu, 04 Jun 2009 22:50:38 +0000 ramiro Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.
Thu, 04 Jun 2009 22:10:52 +0000 ramiro Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Thu, 04 Jun 2009 21:55:52 +0000 ramiro Use DECLARE_ALIGNED macro instead of gcc __attribute__.
Wed, 03 Jun 2009 17:27:22 +0000 compn cosmetics: replace dead url
Wed, 03 Jun 2009 14:06:10 +0000 diego Files should be opened in binary mode on OS/2.
Wed, 03 Jun 2009 13:42:11 +0000 diego CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.
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.
Mon, 18 May 2009 21:19:11 +0000 adrian When used with shared_buffer, there's no need for a NSApp object, which causes MPlayer to be marked as unresponsive.
Mon, 18 May 2009 21:00:35 +0000 adrian When used with shared_buffer, autorelease in each flip_page so objects don't accumulate until exit.
Sun, 17 May 2009 19:51:56 +0000 gpoirier sync w/r29244
Sat, 16 May 2009 13:59:53 +0000 reimar Add a hack to detect when we are writing into a Windows pipe since the fseek
Fri, 15 May 2009 23:17:25 +0000 diego Add missing path to find invocation for tags/TAGS creation.
Fri, 15 May 2009 22:24:12 +0000 diego Simplify find invocation in tags/TAGS generation command:
Wed, 13 May 2009 19:44:44 +0000 bircoph Revert whitespace removal for win-related code, because lack of ^M at
Wed, 13 May 2009 18:42:38 +0000 bircoph Restore old license file after whitspace removal in previous commit.
Wed, 13 May 2009 15:22:13 +0000 bircoph Remove all kind of trailing whitespaces from all MPlayer's files.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 12 May 2009 19:25:35 +0000 diego Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories
Tue, 12 May 2009 18:09:53 +0000 diego Make sure that -I flags for internal library copies come before other CFLAGS
Tue, 12 May 2009 15:00:32 +0000 diego Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.
Tue, 12 May 2009 08:21:53 +0000 diego libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.
Tue, 12 May 2009 07:25:04 +0000 diego Add HAVE_PPC64 definition for FFmpeg.
Tue, 12 May 2009 06:52:57 +0000 diego Make sure CONFIG_MUXERS is always set.
Tue, 12 May 2009 03:03:35 +0000 reynaldo Get rid of some more trailing whitespace