log

age author description
Mon, 31 Aug 2009 09:35:56 +0000 cehoyos Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
Mon, 31 Aug 2009 09:09:00 +0000 cehoyos Fix EAC3 in MPEG transport streams with -demuxer lavf.
Mon, 31 Aug 2009 09:00:37 +0000 reimar Also check linker flags to make sure that liveMedia libraries are there, too,
Mon, 31 Aug 2009 08:42:36 +0000 cehoyos Fix DTS in MPEG transport streams with -demuxer lavf.
Mon, 31 Aug 2009 08:31:12 +0000 cehoyos Fix AAC in MPEG transport stream for -demuxer lavf.
Mon, 31 Aug 2009 05:21:12 +0000 diego cosmetics: alphabetically order lists
Sun, 30 Aug 2009 23:28:38 +0000 compn bpcm is internal mplayer fourcc
Sun, 30 Aug 2009 23:01:36 +0000 cehoyos Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
Sun, 30 Aug 2009 22:55:21 +0000 cehoyos Revert r29404.
Sun, 30 Aug 2009 22:52:47 +0000 cehoyos Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
Sun, 30 Aug 2009 22:51:52 +0000 cehoyos Use mp_wav_override_taglists for both audio and video.
Sun, 30 Aug 2009 21:27:45 +0000 cehoyos Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
Sun, 30 Aug 2009 21:14:42 +0000 cehoyos Support PCM in Bluray streams.
Sat, 29 Aug 2009 23:08:32 +0000 ramiro Curly brackets cosmetics for previous commit.
Sat, 29 Aug 2009 23:06:22 +0000 ramiro Check for return value of initFilter().
Sat, 29 Aug 2009 23:03:14 +0000 ramiro Revert mistakenly commited hunk.
Sat, 29 Aug 2009 23:02:01 +0000 ramiro swscale: Check for return values of malloc.
Sat, 29 Aug 2009 03:36:09 +0000 ramiro swscale-example: Free memory used by input data.
Sat, 29 Aug 2009 02:44:03 +0000 ramiro Restore comment that was partially removed.
Sat, 29 Aug 2009 00:25:14 +0000 jrash Synced with help_mp-en.h r29549
Sat, 29 Aug 2009 00:04:43 +0000 jrash sync with en/mplayer.1 r29555
Fri, 28 Aug 2009 14:39:42 +0000 reimar Port feature from corevideo: remember half/double size settings and reapply
Fri, 28 Aug 2009 14:38:44 +0000 reimar Make aspect switching work again (used the wrong variable and always
Fri, 28 Aug 2009 14:02:32 +0000 reimar Fix implicit declaration of mp_input_.. functions.
Fri, 28 Aug 2009 13:30:32 +0000 reimar 1l, use sizeof for snprintf size instead of hard-coding the current value.
Fri, 28 Aug 2009 13:29:07 +0000 reimar Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
Fri, 28 Aug 2009 13:25:30 +0000 reimar Move aspect change handling from vo_quartz to osx_common.
Fri, 28 Aug 2009 12:54:33 +0000 reimar Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
Fri, 28 Aug 2009 08:36:51 +0000 reimar Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
Thu, 27 Aug 2009 23:40:36 +0000 reimar Remove unused movie_aspect extern declaration.