------------------------------------------------------------------------ r28048 | reimar | 2008-11-28 14:04:36 -0300 (Fri, 28 Nov 2008) | 2 lines Changed paths: M /trunk/configure M /trunk/stream/cache2.c Move PTHREAD_CACHE define logic to configure. ------------------------------------------------------------------------ r28049 | zuxy | 2008-11-30 06:17:21 -0300 (Sun, 30 Nov 2008) | 2 lines Changed paths: M /trunk/cpudetect.c Correct detection of SSSE3 and SSE4a feature bits. ------------------------------------------------------------------------ r28050 | nplourde | 2008-11-30 09:55:11 -0300 (Sun, 30 Nov 2008) | 5 lines Changed paths: M /trunk/libvo/vo_macosx.m use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz Original thread: date: Sun, Oct 12, 2008 at 10:32 PM subject: [MPlayer-dev-eng] [PATCH] vo_macosx: use mmap instead of shmat for MPlayerOSX ------------------------------------------------------------------------ r28051 | diego | 2008-11-30 10:21:09 -0300 (Sun, 30 Nov 2008) | 2 lines Changed paths: M /trunk/Changelog whitespace cosmetics ------------------------------------------------------------------------ r28052 | diego | 2008-11-30 10:22:34 -0300 (Sun, 30 Nov 2008) | 2 lines Changed paths: M /trunk/Changelog M /trunk/Makefile M /trunk/configure A /trunk/libmpdemux/demux_mng.c M /trunk/libmpdemux/demuxer.c M /trunk/libmpdemux/demuxer.h M /trunk/libmpdemux/video.c MNG demuxer by Stefan Schuermans, stefan blinkenarea org ------------------------------------------------------------------------ r28053 | diego | 2008-11-30 10:37:42 -0300 (Sun, 30 Nov 2008) | 2 lines Changed paths: M /trunk/vidix/sh_veu_vid.c Use standard unsigned long type instead of u_long. ------------------------------------------------------------------------ r28054 | kostya | 2008-12-01 03:42:11 -0300 (Mon, 01 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf FFmpeg now has RV40 decoder ------------------------------------------------------------------------ r28055 | reimar | 2008-12-01 13:37:06 -0300 (Mon, 01 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_sdl.c Remove a lot of completely pointless mp_msg_test calls. ------------------------------------------------------------------------ r28056 | reimar | 2008-12-01 13:45:43 -0300 (Mon, 01 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 Add a note about some known issues with -vo sdl ------------------------------------------------------------------------ r28057 | diego | 2008-12-01 21:21:37 -0300 (Mon, 01 Dec 2008) | 2 lines Changed paths: M /trunk/libswscale/rgb2rgb.c Remove unused declarations. ------------------------------------------------------------------------ r28058 | diego | 2008-12-01 21:26:14 -0300 (Mon, 01 Dec 2008) | 2 lines Changed paths: M /trunk/libswscale/rgb2rgb.c Remove commented-out duplicate declarations. ------------------------------------------------------------------------ r28059 | diego | 2008-12-02 05:35:30 -0300 (Tue, 02 Dec 2008) | 2 lines Changed paths: M /trunk/configure vo_direct3d.o depends on w32_common.o. ------------------------------------------------------------------------ r28060 | reimar | 2008-12-02 06:36:47 -0300 (Tue, 02 Dec 2008) | 3 lines Changed paths: M /trunk/libvo/vo_direct3d.c Reorganize Direct3D initialization code. Patch by Georgi Petrov [gogothebee gmail com] ------------------------------------------------------------------------ r28061 | reimar | 2008-12-02 06:38:24 -0300 (Tue, 02 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Cosmetics: remove spaces before argument ( ------------------------------------------------------------------------ r28062 | reimar | 2008-12-02 06:40:09 -0300 (Tue, 02 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Consistency cosmetics: do not compare against NULL in ifs ------------------------------------------------------------------------ r28063 | reimar | 2008-12-02 06:46:08 -0300 (Tue, 02 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Cosmetics: Remove unnecessary () ------------------------------------------------------------------------ r28064 | reimar | 2008-12-02 11:51:46 -0300 (Tue, 02 Dec 2008) | 4 lines Changed paths: M /trunk/libvo/vo_direct3d.c 100l, do not call check_events from resize_d3d since there should be no reason to do it and it might call resize_d3d again which makes it hard to guarantee that it works correctly. ------------------------------------------------------------------------ r28065 | reimar | 2008-12-02 12:03:19 -0300 (Tue, 02 Dec 2008) | 5 lines Changed paths: M /trunk/libvo/vo_direct3d.c Remove resize_d3d call from render_d3d_frame that was made useless by previous commit. If this is necessary e.g. to prevent flicker while resizing, check_events should be called instead or even better the functionality be moved to some higher layer. ------------------------------------------------------------------------ r28066 | reimar | 2008-12-02 16:53:41 -0300 (Tue, 02 Dec 2008) | 3 lines Changed paths: M /trunk/command.c M /trunk/mp_core.h M /trunk/mplayer.c Print ID_EXIT and exit reason message in identify mode when exiting. Patch by rvm [rvm3000 ya com] ------------------------------------------------------------------------ r28067 | reimar | 2008-12-02 17:07:13 -0300 (Tue, 02 Dec 2008) | 2 lines Changed paths: M /trunk/configure 100l, actually put the PTHREAD_CACHE define into config.h ------------------------------------------------------------------------