log

age author description
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.
Thu, 27 Aug 2009 23:13:37 +0000 reimar Use lookup_keymap_table function with data structure instead of huge switch-case
Thu, 27 Aug 2009 19:13:19 +0000 reimar Enable calc_src_dst_rects for windowed aspect and panscan.
Thu, 27 Aug 2009 18:51:02 +0000 reimar Remove panscan related conditions and code that only breaks future windowed
Thu, 27 Aug 2009 18:42:08 +0000 reimar Make gl2 code capable of windowed aspect and panscan (no user option to enable it yet though).
Thu, 27 Aug 2009 18:36:51 +0000 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
Thu, 27 Aug 2009 14:12:38 +0000 reimar Fix video placement with -vo gl2 -fs -wid.
Thu, 27 Aug 2009 14:10:38 +0000 reimar -vo gl2 resize does not need to modify its arguments, so pass int instead of int *.
Thu, 27 Aug 2009 14:07:15 +0000 reimar Simplify -vo gl ass border etc. dimension calculation one bit more.
Thu, 27 Aug 2009 14:01:39 +0000 reimar Remove useless code that has no effect.
Thu, 27 Aug 2009 13:54:53 +0000 reimar Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
Thu, 27 Aug 2009 13:31:12 +0000 reimar Make panscan cover the same range in -wid -fs mode as in normal mode.
Thu, 27 Aug 2009 13:20:21 +0000 reimar Disable -keepaspect with -wid in w32_common code.
Thu, 27 Aug 2009 12:38:22 +0000 reimar Fix aspect_fit to work correctly when borders need to be added on top and
Thu, 27 Aug 2009 12:35:23 +0000 reimar Forgotten changes to aspect code to handle -wid with -fs.
Thu, 27 Aug 2009 12:03:02 +0000 reimar First attempts at supporting -fs with -wid, -vo gl on X11 only so far
Thu, 27 Aug 2009 11:04:52 +0000 cehoyos Expand wid explanation.
Wed, 26 Aug 2009 19:06:14 +0000 reimar Reindent
Wed, 26 Aug 2009 19:05:36 +0000 reimar Retry deciding to get audio parameters several times on errors, this avoids
Wed, 26 Aug 2009 17:35:40 +0000 diego Adjust documentation about filtering out whitespace changes from 'svn diff'.
Wed, 26 Aug 2009 02:43:15 +0000 cehoyos Fix DTS in least one Bluray sample with demuxer lavf.
Wed, 26 Aug 2009 02:37:56 +0000 cehoyos Fix AC3 in least one Bluray sample with demuxer lavf.
Mon, 24 Aug 2009 07:32:25 +0000 cladisch Use a buffer of about half a second, instead of sizing it to have
Sun, 23 Aug 2009 20:31:38 +0000 ramiro swscale-example: Rename src->ref so as to not confuse with src being used in doTest().