------------------------------------------------------------------------ r27902 | diego | 2008-11-08 06:51:12 -0300 (Sat, 08 Nov 2008) | 2 lines Changed paths: M /trunk/common.mak Sync with latest FFmpeg changes. ------------------------------------------------------------------------ r27903 | torinthiel | 2008-11-11 10:57:29 -0300 (Tue, 11 Nov 2008) | 1 line Changed paths: M /trunk/DOCS/xml/pl/encoding-guide.xml Partial sync to 27843 ------------------------------------------------------------------------ r27904 | reimar | 2008-11-11 16:21:36 -0300 (Tue, 11 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/w32_common.c Fix Windows OpenGL -wid: Disable the Window instead of explicitly passing on click events. This also makes Drag-and-Drop work if the -wid window supports it. ------------------------------------------------------------------------ r27905 | diego | 2008-11-12 21:15:09 -0300 (Wed, 12 Nov 2008) | 2 lines Changed paths: M /trunk/configure Print out that vo_macosx is disabled when Mac OS X APIs are not available. ------------------------------------------------------------------------ r27906 | gpoirier | 2008-11-13 14:18:40 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 document x264's option subq=0, plus a bit of factoring and added details ------------------------------------------------------------------------ r27907 | reimar | 2008-11-13 16:05:07 -0300 (Thu, 13 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_png.c Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of IMGFMT_RGB|24 and IMGFMT_BGR|24. ------------------------------------------------------------------------ r27908 | reimar | 2008-11-14 07:31:15 -0300 (Fri, 14 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Fix ati-hack to work again with ATI 8.9 and later drivers. ------------------------------------------------------------------------ r27909 | gpoirier | 2008-11-14 10:03:33 -0300 (Fri, 14 Nov 2008) | 2 lines Changed paths: M /trunk/DOCS/man/fr/mplayer.1 sync w/r27906 ------------------------------------------------------------------------ r27910 | reimar | 2008-11-14 16:29:04 -0300 (Fri, 14 Nov 2008) | 2 lines Changed paths: M /trunk/stream/cache2.c Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control ------------------------------------------------------------------------ r27911 | reynaldo | 2008-11-15 00:41:28 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h Adds Some missing messages - 1 of 3 ------------------------------------------------------------------------ r27912 | reimar | 2008-11-15 11:21:02 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c Fix grammar of comment and sync it with vo_x11.c ------------------------------------------------------------------------ r27913 | reimar | 2008-11-15 11:24:32 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Cosmetics for vo_x11 control() to make it more similar to vo_xv.c ------------------------------------------------------------------------ r27914 | reimar | 2008-11-15 12:50:47 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring. ------------------------------------------------------------------------ r27915 | reimar | 2008-11-15 13:34:44 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c vo_x11: do not replace the vo_gc created by the Gui. ------------------------------------------------------------------------ r27916 | reimar | 2008-11-15 13:36:39 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c Remove vo_xv code that has been under #if 0 since ages. ------------------------------------------------------------------------ r27917 | reimar | 2008-11-15 13:40:48 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xv.c Remove code from unused and since ages deprecated draw_frame function. ------------------------------------------------------------------------ r27918 | reimar | 2008-11-15 14:41:30 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c Remove a useless XGetGeometry call, the X11 event handling already takes care of this. ------------------------------------------------------------------------ r27919 | reimar | 2008-11-15 14:45:55 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/gl_common.c M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xv.c M /trunk/libvo/x11_common.c M /trunk/libvo/x11_common.h Replace some of the different inconsistent XGetGeometry uses by a vo_x11_update_geometry function. ------------------------------------------------------------------------ r27920 | reimar | 2008-11-15 14:48:27 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/x11_common.h Cosmetics: remove useless "extern" ------------------------------------------------------------------------ r27921 | reimar | 2008-11-15 15:11:10 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/x11_common.c Set modeline_width/height to sane values in vo_vm_switch even when the XF86VidMode extension is not available. ------------------------------------------------------------------------ r27922 | reimar | 2008-11-15 15:14:03 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c Get rid of (besides useless assignments) unused XSizeHints variable ------------------------------------------------------------------------ r27923 | reimar | 2008-11-15 15:28:35 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xv.c M /trunk/libvo/x11_common.c Set modified window position and monitor aspect in vo_vm_switch instead of in individual vo drivers. ------------------------------------------------------------------------ r27924 | reimar | 2008-11-15 15:56:25 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xv.c M /trunk/libvo/vo_xvmc.c M /trunk/libvo/x11_common.c M /trunk/libvo/x11_common.h Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same boiler-plate code with them, just with different bugs. ------------------------------------------------------------------------ r27925 | reimar | 2008-11-15 15:58:14 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xv.c Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height. This fixes the -vm bug that the created window is too small. ------------------------------------------------------------------------ r27926 | reimar | 2008-11-15 16:03:21 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xv.c M /trunk/libvo/vo_xvmc.c Remove now unused variables. ------------------------------------------------------------------------ r27927 | reimar | 2008-11-15 16:06:25 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/x11_common.c include limits.h for INT_MAX. ------------------------------------------------------------------------ r27928 | reimar | 2008-11-15 16:08:50 -0300 (Sat, 15 Nov 2008) | 4 lines Changed paths: M /trunk/stream/cache2.c Use pthreads for the cache on Cygwin, since _beginthread is not available and the previous CreateThread method would probably leak memory here, too. Also pthreads seems to be the official Cygwin threading API. ------------------------------------------------------------------------ r27929 | reimar | 2008-11-15 16:14:09 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c Remove a nonsensical "else" for the video mode switching case. ------------------------------------------------------------------------ r27930 | reimar | 2008-11-15 16:43:39 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/stream/cache2.c 100l, stream->cache_pid can not be used directly in pthread_create, it has the wrong type. Luckily we currently do not need the value anyway. ------------------------------------------------------------------------ r27931 | gpoirier | 2008-11-15 17:37:08 -0300 (Sat, 15 Nov 2008) | 5 lines Changed paths: M /trunk/configure On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU, use cpuinfo instead. This allows MPlayer to get one step closer to building in 64 bits mode on Darwin, if one passes --target=x86_64-darwin to configure. ------------------------------------------------------------------------ r27932 | bircoph | 2008-11-15 19:25:11 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/DOCS/man/ru/mplayer.1 Synced with r26763. ------------------------------------------------------------------------ r27933 | reimar | 2008-11-15 19:33:36 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c Sync with vo_x11: make sure we get expose events even when drawing to the root window. ------------------------------------------------------------------------ r27934 | bircoph | 2008-11-15 19:34:41 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/DOCS/man/ru/mplayer.1 Fix phrase to maintain consistency. ------------------------------------------------------------------------ r27935 | reimar | 2008-11-15 19:48:41 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c respect -vf dsize etc. also for -rootwin, just like vo_xv does. ------------------------------------------------------------------------ r27936 | reimar | 2008-11-15 19:49:49 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Remove a duplicated vo_x11_selectinput_witherr ------------------------------------------------------------------------ r27937 | reimar | 2008-11-15 20:09:31 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_dxr3.c M /trunk/libvo/vo_gl2.c M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xmga.c M /trunk/libvo/vo_xover.c M /trunk/libvo/vo_xv.c M /trunk/libvo/vo_xvidix.c M /trunk/libvo/vo_xvmc.c Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window ------------------------------------------------------------------------ r27938 | reimar | 2008-11-16 07:20:58 -0300 (Sun, 16 Nov 2008) | 3 lines Changed paths: M /trunk/libmpdemux/demux_audio.c Use 64 bit numbers for file positions in the seek function in audio demuxer. Hopefully fixes seeking in wav files in-between 2 and 4 GB. ------------------------------------------------------------------------ r27939 | Gabrov | 2008-11-16 09:20:14 -0300 (Sun, 16 Nov 2008) | 1 line Changed paths: M /trunk/DOCS/man/hu/mplayer.1 M /trunk/DOCS/xml/hu/bugs.xml D /trunk/DOCS/xml/hu/containers.xml synced with r27938 ------------------------------------------------------------------------ r27940 | bircoph | 2008-11-16 10:04:16 -0300 (Sun, 16 Nov 2008) | 4 lines Changed paths: M /trunk/Makefile M /trunk/configure Add yasm support to the build system. This allows to use yasm assembler optimizations from FFmpeg code, in particular, from libavcodec/fft.c. ------------------------------------------------------------------------ r27941 | reimar | 2008-11-16 13:59:17 -0300 (Sun, 16 Nov 2008) | 1 line Changed paths: M /trunk/configure Fix missing -DARCH_X86_64 for yasm on x86_64. ------------------------------------------------------------------------ r27942 | reimar | 2008-11-16 14:16:08 -0300 (Sun, 16 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xvmc.c Get rid of (besides useless assignments) unused XSizeHints variable in vo_xvmc. ------------------------------------------------------------------------ r27943 | diego | 2008-11-16 20:59:47 -0300 (Sun, 16 Nov 2008) | 2 lines Changed paths: M /trunk/DOCS/xml/zh_CN/documentation.xml M /trunk/DOCS/xml/zh_CN/mencoder.xml Fix build: Remove some references to sections that no longer exist. ------------------------------------------------------------------------ r27944 | cehoyos | 2008-11-17 07:16:28 -0300 (Mon, 17 Nov 2008) | 1 line Changed paths: M /trunk/configure Allow compilation with icc 10.1. ------------------------------------------------------------------------ r27945 | diego | 2008-11-17 07:33:59 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/libswscale/swscale_template.c Put variable declaration inside an #ifdef to avoid an unused variable warning. ------------------------------------------------------------------------ r27946 | reimar | 2008-11-17 10:12:01 -0300 (Mon, 17 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_xvmc.c Remove a useless XGetGeometry call, the X11 event handling already updates vo_dwidth/vo_dheight. ------------------------------------------------------------------------ r27947 | diego | 2008-11-17 12:02:24 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/configure Set _have_yasm to "no" if yasm detection failed. ------------------------------------------------------------------------ r27948 | diego | 2008-11-17 12:25:33 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/configure Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled. ------------------------------------------------------------------------ r27949 | reimar | 2008-11-17 15:20:20 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/configure 100l, missing ' s' in sed command, probably caused all decoders to be disabled when zlib is not available. ------------------------------------------------------------------------ r27950 | reynaldo | 2008-11-18 00:06:27 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h Add some more missing messages ------------------------------------------------------------------------ r27951 | reynaldo | 2008-11-18 00:17:11 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-en.h M /trunk/help/help_mp-es.h Trivial, Cosmetics ------------------------------------------------------------------------ r27952 | reynaldo | 2008-11-18 00:41:54 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-en.h M /trunk/help/help_mp-es.h Trivial, Cosmetics ------------------------------------------------------------------------ r27953 | bircoph | 2008-11-18 06:41:31 -0300 (Tue, 18 Nov 2008) | 3 lines Changed paths: M /trunk/configure On OpenBSD socklen_t is defined at sys/types.h, so latter is added to the header search path. ------------------------------------------------------------------------ r27954 | reimar | 2008-11-18 09:23:23 -0300 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/w32_common.c Doxygen documentation for w32_common.c Patch by Georgi Petrov (gogothebee gmail com) with several modifications by me. ------------------------------------------------------------------------ r27955 | reimar | 2008-11-18 09:23:42 -0300 (Tue, 18 Nov 2008) | 4 lines Changed paths: M /trunk/AUTHORS M /trunk/DOCS/tech/MAINTAINERS M /trunk/configure M /trunk/libvo/video_out.c A /trunk/libvo/vo_direct3d.c Direct3D based video_out module. Patch by Georgi Petrov (gogothebee gmail com) Panscan handling is still disabled and needs to be fixed for negative -panscan. ------------------------------------------------------------------------ r27956 | reimar | 2008-11-18 10:18:55 -0300 (Tue, 18 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/video_out.c 100l, the video_out_drivers list must be sorted by priority, not alphabetically. For now, vo_directx should be preferred over vo_direct3d. ------------------------------------------------------------------------ r27957 | reimar | 2008-11-18 11:51:54 -0300 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Add missing "static" qualifiers to vo_direct3d ------------------------------------------------------------------------ r27958 | reynaldo | 2008-11-18 17:34:07 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-en.h M /trunk/help/help_mp-es.h Cosmetics, mostly line shifting to match English master ------------------------------------------------------------------------ r27959 | reimar | 2008-11-19 10:39:07 -0300 (Wed, 19 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc. ------------------------------------------------------------------------ r27960 | gpoirier | 2008-11-19 13:41:59 -0300 (Wed, 19 Nov 2008) | 6 lines Changed paths: M /trunk/cpudetect.c M /trunk/cpudetect.h Add detection of x86 CPU features SSSE3 and SSE4a. Patch by Zhou, Zongyi %zz65 A cornell P edu% Original thread: date: Wed, Nov 19, 2008 at 4:22 PM subject: Re: [MPlayer-dev-eng] [PATCH] yadif SSE2/SSSE3 optimization ------------------------------------------------------------------------ r27961 | reimar | 2008-11-19 17:19:25 -0300 (Wed, 19 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_gl.c M /trunk/libvo/vo_gl2.c M /trunk/libvo/vo_x11.c M /trunk/libvo/vo_xmga.c M /trunk/libvo/vo_xover.c M /trunk/libvo/vo_xv.c M /trunk/libvo/vo_xvidix.c M /trunk/libvo/vo_xvmc.c M /trunk/libvo/x11_common.c Factor common code like -wid handling, vo_gc creation etc. out into x11_common.c ------------------------------------------------------------------------ r27962 | reimar | 2008-11-20 12:13:14 -0300 (Thu, 20 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_direct3d.c Cosmetics: rename variables etc. in vo_direct3d.c Patch by Georgi Petrov (gogothebee gmail com) ------------------------------------------------------------------------ r27963 | reynaldo | 2008-11-20 12:39:51 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h TRIVIAL, some missing lines and a grammar correction ------------------------------------------------------------------------ r27964 | reynaldo | 2008-11-20 13:03:52 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h COSMETICS, More line shifting to match English master ------------------------------------------------------------------------ r27965 | reynaldo | 2008-11-20 13:06:52 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h TRIVIAL, add some more missing lines ------------------------------------------------------------------------ r27966 | reynaldo | 2008-11-20 13:15:25 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h COSMETICS, More line shifting to match English master ------------------------------------------------------------------------ r27967 | reynaldo | 2008-11-20 15:28:22 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-en.h M /trunk/help/help_mp-es.h Trivial, Cosmetics ------------------------------------------------------------------------ r27968 | reynaldo | 2008-11-20 16:03:53 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h Trivial, add some more lines that were missing ------------------------------------------------------------------------ r27969 | reynaldo | 2008-11-20 16:32:08 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/help/help_mp-es.h Add all still missing lines, full sync against r27967 ------------------------------------------------------------------------ r27970 | diego | 2008-11-20 19:54:30 -0300 (Thu, 20 Nov 2008) | 2 lines Changed paths: M /trunk/libswscale/Makefile cosmetics: Consistently place HEADERS before OBJS in all Makefiles. ------------------------------------------------------------------------ r27971 | reimar | 2008-11-21 09:22:16 -0300 (Fri, 21 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Fix and enable panscan handling for vo_direct3d ------------------------------------------------------------------------ r27972 | bircoph | 2008-11-21 09:23:10 -0300 (Fri, 21 Nov 2008) | 3 lines Changed paths: M /trunk/help/help_mp-ru.h Synced with r27967. These changes are cosmetics only. ------------------------------------------------------------------------ r27973 | compn | 2008-11-21 10:03:22 -0300 (Fri, 21 Nov 2008) | 1 line Changed paths: M /trunk/Changelog M /trunk/DOCS/man/en/mplayer.1 add direct3d docs, ok'd by Guillaume ------------------------------------------------------------------------ r27974 | diego | 2008-11-21 15:55:00 -0300 (Fri, 21 Nov 2008) | 2 lines Changed paths: M /trunk/help/help_mp-es.h cosmetics: Write revision number with leading 'r'. ------------------------------------------------------------------------ r27975 | diego | 2008-11-21 16:32:19 -0300 (Fri, 21 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/w32_common.c cosmetics: typo fixes ------------------------------------------------------------------------ r27976 | reimar | 2008-11-21 20:14:38 -0300 (Fri, 21 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Add forgotten initialization if Flip_Flag to 0. ------------------------------------------------------------------------ r27977 | reimar | 2008-11-21 20:17:26 -0300 (Fri, 21 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Simplify handling of "flags" parameter ------------------------------------------------------------------------ r27978 | reimar | 2008-11-21 20:22:53 -0300 (Fri, 21 Nov 2008) | 6 lines Changed paths: M /trunk/libvo/vo_xv.c M /trunk/libvo/vo_xvmc.c Remove a aspect calculation line. It is useless because with the new API enabled by VOCTRL_UPDATE_SCREENINFO it is not necessary because it is already done in video_out.c:config_video_out. Secondly, the removal of the aspect_save_prescale triggered a regression because of it, with -wid the window would not be filled completely initially. ------------------------------------------------------------------------ r27979 | bircoph | 2008-11-22 10:31:55 -0300 (Sat, 22 Nov 2008) | 3 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 Make description of the option more clear as suggested by Reimar Döffinger. ------------------------------------------------------------------------ r27980 | diego | 2008-11-23 08:53:17 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xvmc.c Remove unused variables and the related warnings along with them. ------------------------------------------------------------------------ r27981 | diego | 2008-11-23 08:58:11 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libmpcodecs/vf_screenshot.c cosmetics: Remove tabs and trailing whitespace. ------------------------------------------------------------------------ r27982 | diego | 2008-11-23 08:59:37 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libmpcodecs/vf_screenshot.c cosmetics: consistent function declarations. ------------------------------------------------------------------------ r27983 | diego | 2008-11-23 09:01:48 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libmpcodecs/vf_screenshot.c cosmetics: Move up uninit() to avoid a forward declaration. ------------------------------------------------------------------------ r27984 | diego | 2008-11-23 09:08:18 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c cosmetics: Reformat some lines to lessen differences to vo_fbdev.c. ------------------------------------------------------------------------ r27985 | reimar | 2008-11-23 09:25:41 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c Remove unused flip_flag variable ------------------------------------------------------------------------ r27986 | reimar | 2008-11-23 09:30:39 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_xv.c M /trunk/libvo/vo_xvmc.c Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration ------------------------------------------------------------------------ r27987 | reimar | 2008-11-23 09:45:07 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/mplayer.c Reimplement -endchapter support again for -dump*, it was broken in r25987. ------------------------------------------------------------------------ r27988 | diego | 2008-11-23 09:46:42 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c cosmetics: consistent formatting for if/else/case ------------------------------------------------------------------------ r27989 | diego | 2008-11-23 10:02:10 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c cosmetics: Lessen differences to vo_wii.c. ------------------------------------------------------------------------ r27990 | diego | 2008-11-23 10:06:37 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c cosmetics: complete reformatting, tabs to spaces, etc. ------------------------------------------------------------------------ r27991 | diego | 2008-11-23 10:19:43 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c cosmetics: further reformatting to lessen differences to vo_fbdev.c ------------------------------------------------------------------------ r27992 | diego | 2008-11-23 10:23:14 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c cosmetics: one more round of whitespace changes ------------------------------------------------------------------------ r27993 | diego | 2008-11-23 10:41:57 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c Remove debug function. ------------------------------------------------------------------------ r27994 | diego | 2008-11-23 10:42:41 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c Merge if condition check to lessen differences to vo_fbdev.c. ------------------------------------------------------------------------ r27995 | diego | 2008-11-23 10:51:16 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c Merge another if condition check to lessen differences to vo_fbdev.c. ------------------------------------------------------------------------ r27996 | diego | 2008-11-23 10:55:23 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c. ------------------------------------------------------------------------ r27997 | diego | 2008-11-23 11:15:54 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c Use static variable instead of #define to lessen differences to vo_fbdev.c. ------------------------------------------------------------------------ r27998 | diego | 2008-11-23 11:32:39 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c Merge another if condition check to lessen differences to vo_fbdev.c. ------------------------------------------------------------------------ r27999 | diego | 2008-11-23 11:57:51 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c M /trunk/libvo/vo_wii.c Handle fb_dev_name similar to vo_fbdev in vo_wii. ------------------------------------------------------------------------ r28000 | reimar | 2008-11-23 14:25:46 -0300 (Sun, 23 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_direct3d.c Remove pointless is_cfG_finished variable. Patch by Georgi Petrov [gogothebee gmail com] ------------------------------------------------------------------------ r28001 | reimar | 2008-11-23 15:13:56 -0300 (Sun, 23 Nov 2008) | 4 lines Changed paths: M /trunk/libvo/vo_direct3d.c Move the StretchRect call from draw_slices to render_d3d_frame. This avoids calling it (and BeginScene/EndScene) many times with slices and also avoids code duplication. ------------------------------------------------------------------------ r28002 | reimar | 2008-11-23 15:24:53 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Move locked_rect from stack to priv struct in preparation for following patch. ------------------------------------------------------------------------ r28003 | reimar | 2008-11-23 15:42:29 -0300 (Sun, 23 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_direct3d.c Lock/unlock surface only once even when drawing many slices. Patch originally by Jim Hauxwell [james dattrax co.uk] ------------------------------------------------------------------------ r28004 | reimar | 2008-11-23 15:45:01 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Fix indentation ------------------------------------------------------------------------ r28005 | reimar | 2008-11-23 15:50:39 -0300 (Sun, 23 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_direct3d.c Patch to improve/consistify coding style. Patch by Georgi Petrov [gogothebee gmail com] ------------------------------------------------------------------------ r28006 | reimar | 2008-11-23 17:17:46 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling. ------------------------------------------------------------------------ r28007 | reimar | 2008-11-23 17:19:06 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Remove some usnused variables and commented-out code. ------------------------------------------------------------------------ r28008 | reimar | 2008-11-23 17:20:51 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Remove unnecessary xf86vmode.h include. ------------------------------------------------------------------------ r28009 | reimar | 2008-11-23 17:39:15 -0300 (Sun, 23 Nov 2008) | 4 lines Changed paths: M /trunk/libvo/vo_x11.c Do not draw in window if our image has not yet been adjusted to the new window size. Fixes some cases of borders not being black in fullscreen when fullscreen image is scaled down. ------------------------------------------------------------------------ r28010 | reimar | 2008-11-23 17:47:04 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Simplify vo_x11 check_events function ------------------------------------------------------------------------ r28011 | reimar | 2008-11-23 17:49:05 -0300 (Sun, 23 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_x11.c Clear the whole window on resize in vo_x11 since we do not yet know how large the borders will be. ------------------------------------------------------------------------ r28012 | gpoirier | 2008-11-23 19:01:54 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/DOCS/man/fr/mplayer.1 sync w/r27979 ------------------------------------------------------------------------ r28013 | diego | 2008-11-24 05:29:34 -0300 (Mon, 24 Nov 2008) | 3 lines Changed paths: M /trunk/libmpeg2/idct.c M /trunk/libmpeg2/libmpeg2_changes.diff Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS. patch by Alexis Ballier, alexis.ballier gmail com ------------------------------------------------------------------------ r28014 | diego | 2008-11-24 05:31:44 -0300 (Mon, 24 Nov 2008) | 4 lines Changed paths: M /trunk/etc/codecs.conf M /trunk/libmpcodecs/ad_libvorbis.c Create a separate codecs.conf entry for Tremor and use it if MPlayer is with Tremor support instead of libvorbis. Previously MPlayer would show the same output on the console when decoding with libvorbis and Tremor. ------------------------------------------------------------------------ r28015 | diego | 2008-11-24 05:40:11 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c M /trunk/libvo/vo_wii.c Move setting of frame_buffer variable out of 'if', as preferred by Reimar. ------------------------------------------------------------------------ r28016 | diego | 2008-11-24 05:41:44 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c cosmetics: indentation ------------------------------------------------------------------------ r28017 | diego | 2008-11-24 05:43:13 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_fbdev.c M /trunk/libvo/vo_wii.c Remove useless setting of frame_buffer to NULL as suggested by Reimar. ------------------------------------------------------------------------ r28018 | reimar | 2008-11-24 06:44:33 -0300 (Mon, 24 Nov 2008) | 3 lines Changed paths: M /trunk/libvo/vo_direct3d.c Make sure the backbuffer is cleared when the border size might have changed. Patch by Georgi Petrov [gogothebee gmail com] ------------------------------------------------------------------------ r28019 | reimar | 2008-11-24 06:46:23 -0300 (Mon, 24 Nov 2008) | 4 lines Changed paths: M /trunk/libvo/vo_direct3d.c Remove a ColorFill that is not necessary since the surface it is used on has exactly the same size as the video image and the video will be copied into it before it is used the first time. ------------------------------------------------------------------------ r28020 | gpoirier | 2008-11-24 07:01:03 -0300 (Mon, 24 Nov 2008) | 6 lines Changed paths: M /trunk/libvo/vo_quartz.c Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions. Patch by Gregor Riepl %onitake A gmail P com% Original thread: Date: Wed, Oct 29, 2008 at 7:26 PM Subject: Re: [MPlayer-dev-eng] [PATCH] Replaced deprecated QuickDraw calls in vo_quartz ------------------------------------------------------------------------ r28021 | reimar | 2008-11-24 08:04:50 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets. ------------------------------------------------------------------------ r28022 | gpoirier | 2008-11-24 10:22:18 -0300 (Mon, 24 Nov 2008) | 11 lines Changed paths: M /trunk/libvo/vo_macosx.m Allow vo_macosx to be compiled in 64-bits mode: - Replace usage of undocumented Apple function CPSEnableForegroundOperation() (which is available in 32-bits mode, but not in 64-bits mode) by TransformProcessType() which is public, documented, and available since OSX 10.3. - Work around Apple bug #6267445 since OSServices Power API is diabled in 64-bits systems Based on patch by Gregor Riepl %onitake A gmail P com% posted in thread: date: Fri, Oct 3, 2008 at 4:49 PM subject: Re: [MPlayer-dev-eng] [PATCH] Replaced deprecated QuickDraw calls in vo_quartz ------------------------------------------------------------------------ r28023 | gpoirier | 2008-11-24 10:28:56 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_quartz.c whitespace-cleanup ------------------------------------------------------------------------ r28024 | gpoirier | 2008-11-24 10:34:31 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_quartz.c Use doxygen-style comments in file header. Remove tabs usage. ------------------------------------------------------------------------ r28025 | gpoirier | 2008-11-24 11:25:14 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_quartz.c avoid putting several statements on a single line ------------------------------------------------------------------------ r28026 | gpoirier | 2008-11-24 11:29:32 -0300 (Mon, 24 Nov 2008) | 4 lines Changed paths: M /trunk/libvo/vo_quartz.c cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences) replace tabs by 4 spaces. prettier intentation. ------------------------------------------------------------------------ r28027 | diego | 2008-11-24 11:35:08 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c cosmetics: Add/remove a few newlines similar to vo_fbdev.c. ------------------------------------------------------------------------ r28028 | diego | 2008-11-24 11:44:09 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_wii.c Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c. ------------------------------------------------------------------------ r28029 | gpoirier | 2008-11-24 14:27:05 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/configure add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out ------------------------------------------------------------------------ r28030 | gpoirier | 2008-11-24 14:29:37 -0300 (Mon, 24 Nov 2008) | 3 lines Changed paths: M /trunk/configure now that we have a specific check to enable ao_macosx or not, don't let test for vo_quartz set if ao_macosx should be enabled or not: it's redundant. ------------------------------------------------------------------------ r28031 | diego | 2008-11-24 14:35:08 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/video_out.h Remove unnecessary #ifdef around a struct and a bunch of extern declarations. ------------------------------------------------------------------------ r28032 | compn | 2008-11-24 17:50:14 -0300 (Mon, 24 Nov 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf add more informative comment ------------------------------------------------------------------------ r28033 | diego | 2008-11-24 18:23:16 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/subdir.mak Sync with latest FFmpeg changes. ------------------------------------------------------------------------ r28034 | torinthiel | 2008-11-24 19:42:19 -0300 (Mon, 24 Nov 2008) | 1 line Changed paths: M /trunk/DOCS/xml/pl/encoding-guide.xml Another part of sync to 27843 ------------------------------------------------------------------------ r28035 | gpoirier | 2008-11-25 06:54:34 -0300 (Tue, 25 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_macosx.m typo fix + readability improvement ------------------------------------------------------------------------ r28036 | reimar | 2008-11-25 15:24:23 -0300 (Tue, 25 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c 100l, OSD alpha textures were cleared to the wrong value. ------------------------------------------------------------------------ r28037 | cehoyos | 2008-11-25 15:36:50 -0300 (Tue, 25 Nov 2008) | 4 lines Changed paths: M /trunk/cpudetect.c Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), to fix generated code on ICC 11.0. Original FFmpeg patch by Reimar. ------------------------------------------------------------------------ r28038 | cehoyos | 2008-11-25 15:37:13 -0300 (Tue, 25 Nov 2008) | 1 line Changed paths: M /trunk/configure Enable compilation with icc 11.0. ------------------------------------------------------------------------ r28039 | diego | 2008-11-26 10:04:10 -0300 (Wed, 26 Nov 2008) | 2 lines Changed paths: M /trunk/etc/codecs.conf Update Tremor comment regarding fixed-point mode. ------------------------------------------------------------------------ r28040 | reimar | 2008-11-26 13:27:39 -0300 (Wed, 26 Nov 2008) | 1 line Changed paths: M /trunk/libvo/vo_direct3d.c Add support for RGB formats to vo_direct3d ------------------------------------------------------------------------ r28041 | reimar | 2008-11-26 13:30:42 -0300 (Wed, 26 Nov 2008) | 1 line Changed paths: M /trunk/libvo/vo_direct3d.c Use D3DFMT_ constants where possible instead of MAKEFOURCC ------------------------------------------------------------------------ r28042 | reimar | 2008-11-26 15:17:55 -0300 (Wed, 26 Nov 2008) | 2 lines Changed paths: M /trunk/configure Fix compilation after FFmpeg r15940 ------------------------------------------------------------------------ r28043 | uau | 2008-11-26 15:49:16 -0300 (Wed, 26 Nov 2008) | 5 lines Changed paths: M /trunk/configure configure: Move AANDCT config.mak entry and add config.h #defines Move the config.mak "CONFIG_AANDCT=yes" line to where other similar features are, and add missing CONFIG_AANDCT and ENABLE_AANDCT #defines to config.h (though current FFmpeg code works without them). ------------------------------------------------------------------------ r28044 | gpoirier | 2008-11-27 08:34:26 -0300 (Thu, 27 Nov 2008) | 6 lines Changed paths: M /trunk/libvo/vo_macosx.h M /trunk/libvo/vo_macosx.m factorize mouse hiding and screensaver disabling code Based on the patch posted in thread: from Gregor Riepl %onitake A gmail P com% date: Wed, Oct 29, 2008 at 7:26 PM subject: Re: [MPlayer-dev-eng] [PATCH] Replaced deprecated QuickDraw calls in vo_quartz ------------------------------------------------------------------------ r28045 | diego | 2008-11-28 06:24:20 -0300 (Fri, 28 Nov 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c whitespace cosmetics: prettyprinting and indentation ------------------------------------------------------------------------ r28046 | reimar | 2008-11-28 07:53:09 -0300 (Fri, 28 Nov 2008) | 2 lines Changed paths: M /trunk/configure Fix cross-compilation: autodetect correct nm tool ------------------------------------------------------------------------ r28047 | compn | 2008-11-28 12:26:36 -0300 (Fri, 28 Nov 2008) | 1 line Changed paths: M /trunk/Changelog misc mplayer fixes ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------