------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r28068 | gpoirier | 2008-12-03 06:06:23 -0300 (Wed, 03 Dec 2008) | 5 lines Changed paths: M /trunk/configure Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as libavcodec/i386/x86inc.asm checks that __OUTPUT_FORMAT__ is 'macho' in 32-bits mode, not 'macho32'. This is a workaround until FFmpeg code is fixed. ------------------------------------------------------------------------ r28069 | reimar | 2008-12-03 06:27:19 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Some whitespace and () cosmetics ------------------------------------------------------------------------ r28070 | reimar | 2008-12-03 06:58:11 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/gl_common.c Cosmetics, whitespace and "... == NULL" to "!..." ------------------------------------------------------------------------ r28071 | gpoirier | 2008-12-03 07:34:03 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/fr/mplayer.1 sync w/r28056 ------------------------------------------------------------------------ r28072 | reimar | 2008-12-03 07:38:50 -0300 (Wed, 03 Dec 2008) | 3 lines Changed paths: M /trunk/libvo/w32_common.c Do not override the vo_dwidth/vo_dheight values in vo_w32_config in -wid mode because we ignore the requested size in that case. ------------------------------------------------------------------------ r28073 | reimar | 2008-12-03 07:42:53 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/w32_common.c Reindent after previous commit ------------------------------------------------------------------------ r28074 | reimar | 2008-12-03 07:54:01 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/w32_common.c More robust w32 -wid size handling ------------------------------------------------------------------------ r28075 | diego | 2008-12-03 09:05:47 -0300 (Wed, 03 Dec 2008) | 4 lines Changed paths: M /trunk/Makefile M /trunk/configure Treat audio output objects the same as everything else in the build system, i.e. have lines that conditionally enable each in the Makefile and corresponding variables set from configure. ------------------------------------------------------------------------ r28076 | reimar | 2008-12-03 09:22:32 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Fix indentation. ------------------------------------------------------------------------ r28077 | diego | 2008-12-03 09:47:29 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/Makefile M /trunk/configure cosmetics: Rename ZORAN Makefile variable to ZR for consistency. ------------------------------------------------------------------------ r28078 | compn | 2008-12-03 10:35:44 -0300 (Wed, 03 Dec 2008) | 4 lines Changed paths: M /trunk/etc/codecs.conf add FFDS fourcc fixes FFDS avi files from this list: http://tranquillity.ath.cx/uncommon_video_codecs_final.txt ------------------------------------------------------------------------ r28079 | diego | 2008-12-03 11:39:45 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/configure cosmetics: consistent CONFIG_PNM definition ------------------------------------------------------------------------ r28080 | diego | 2008-12-03 11:48:31 -0300 (Wed, 03 Dec 2008) | 4 lines Changed paths: M /trunk/Makefile M /trunk/configure Treat video output objects the same as everything else in the build system, i.e. have lines that conditionally enable each in the Makefile and corresponding variables set from configure. ------------------------------------------------------------------------ r28081 | diego | 2008-12-03 11:54:04 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/configure whitespace cosmetics in test programs ------------------------------------------------------------------------ r28082 | diego | 2008-12-03 12:25:27 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libswscale/rgb2rgb.h M /trunk/libswscale/swscale_bfin.c M /trunk/libswscale/yuv2rgb_bfin.c Delete unnecessary 'extern' keywords. ------------------------------------------------------------------------ r28083 | diego | 2008-12-03 15:53:35 -0300 (Wed, 03 Dec 2008) | 3 lines Changed paths: M /trunk/libvo/sub.c M /trunk/libvo/sub.h M /trunk/libvo/vo_aa.c Remove unused declarations and references to vo_draw_text_osd(), vo_draw_text_progbar(), vo_draw_text_sub(). ------------------------------------------------------------------------ r28084 | compn | 2008-12-03 17:52:27 -0300 (Wed, 03 Dec 2008) | 4 lines Changed paths: M /trunk/etc/codecs.conf add bunch of fourccs and updates from http://tranquillity.ath.cx/uncommon_video_codecs_final.txt including sif1 and booktree 411 binary codecs ------------------------------------------------------------------------ r28085 | diego | 2008-12-03 20:01:03 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/cfg-mencoder.h M /trunk/cfg-mplayer.h M /trunk/gui/app.h M /trunk/gui/cfg.c M /trunk/gui/cfg.h M /trunk/gui/interface.h M /trunk/gui/mplayer/gmplayer.h M /trunk/gui/mplayer/gtk/about.h M /trunk/gui/mplayer/gtk/eq.h M /trunk/gui/mplayer/gtk/fs.c M /trunk/gui/mplayer/gtk/fs.h M /trunk/gui/mplayer/gtk/gtk_common.h M /trunk/gui/mplayer/gtk/gtk_url.h M /trunk/gui/mplayer/gtk/mb.h M /trunk/gui/mplayer/gtk/menu.h M /trunk/gui/mplayer/gtk/opts.h M /trunk/gui/mplayer/gtk/pl.h M /trunk/gui/mplayer/gtk/sb.h M /trunk/gui/mplayer/gui_common.c M /trunk/gui/mplayer/gui_common.h M /trunk/gui/mplayer/mw.c M /trunk/gui/mplayer/pb.c M /trunk/gui/mplayer/play.h M /trunk/gui/mplayer/widgets.h M /trunk/gui/skin/cut.h M /trunk/gui/skin/font.h M /trunk/gui/skin/skin.h M /trunk/gui/win32/dialogs.c M /trunk/gui/win32/gui.c M /trunk/gui/win32/gui.h M /trunk/gui/win32/playlist.h M /trunk/gui/win32/skinload.h M /trunk/gui/win32/wincfg.c M /trunk/gui/wm/ws.h M /trunk/input/input.h M /trunk/libaf/af_format.h M /trunk/libaf/filter.h M /trunk/libaf/window.h M /trunk/libao2/ao_dxr2.c M /trunk/libao2/ao_ivtv.c M /trunk/libao2/ao_v4l2.c M /trunk/libass/ass_mp.c M /trunk/libmpcodecs/ad_acm.c M /trunk/libmpcodecs/ad_twin.c M /trunk/libmpcodecs/dec_audio.h M /trunk/libmpcodecs/dec_video.h M /trunk/libmpcodecs/vd_vfw.c M /trunk/libmpdemux/demux_asf.c M /trunk/libmpdemux/demux_audio.c M /trunk/libmpdemux/demux_avi.c M /trunk/libmpdemux/demux_lavf.c M /trunk/libmpdemux/demux_mpg.c M /trunk/libmpdemux/demux_ogg.c M /trunk/libmpdemux/demux_real.c M /trunk/libmpdemux/demux_realaud.c M /trunk/libmpdemux/demux_ts.c M /trunk/libmpdemux/demux_ty.c M /trunk/libmpdemux/demuxer.c M /trunk/libmpdemux/demuxer.h M /trunk/libmpdemux/muxer_mpeg.c M /trunk/libvo/aspect.h M /trunk/libvo/fastmemcpy.h M /trunk/libvo/osd.h M /trunk/libvo/sub.c M /trunk/libvo/sub.h M /trunk/libvo/video_out.h M /trunk/libvo/vo_directx.c M /trunk/libvo/vo_macosx.m M /trunk/libvo/vo_quartz.c M /trunk/libvo/vo_winvidix.c M /trunk/libvo/vo_xvidix.c M /trunk/libvo/w32_common.h M /trunk/loader/dmo/DMO_AudioDecoder.c M /trunk/loader/elfdll.c M /trunk/loader/ext.h M /trunk/loader/registry.c M /trunk/loader/win32.c M /trunk/loader/win32.h M /trunk/loader/wine/debugtools.h M /trunk/loader/wine/heap.h M /trunk/loader/wine/ldt.h M /trunk/loader/wine/module.h M /trunk/loader/wine/pe_image.h M /trunk/loader/wine/winnt.h M /trunk/loader/wrapper.h M /trunk/mencoder.c M /trunk/mixer.h M /trunk/mp3lib/mp3.h M /trunk/mp3lib/mpg123.h M /trunk/mp3lib/sr1.c M /trunk/mp_msg.c M /trunk/mplayer.c M /trunk/mplayer.h M /trunk/osdep/getch2.c M /trunk/osdep/getch2.h M /trunk/osdep/timer.h M /trunk/parser-mpcmd.c M /trunk/stream/cache2.h M /trunk/stream/cookies.h M /trunk/stream/dvbin.h M /trunk/stream/http.c M /trunk/stream/stream_cdda.c M /trunk/stream/stream_dvb.c M /trunk/vidix/dha.h M /trunk/vidix/pci_db2c.awk M /trunk/vidix/sis_vid.c M /trunk/vidix/sysdep/AsmMacros_alpha.h M /trunk/vidix/sysdep/pci_win32.c M /trunk/vobsub.h Get rid of pointless 'extern' keywords. ------------------------------------------------------------------------ r28086 | cehoyos | 2008-12-03 20:03:48 -0300 (Wed, 03 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf Allow mp2 in mov. ------------------------------------------------------------------------ r28087 | diego | 2008-12-03 20:43:58 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/cfg-mencoder.h Restore two mistakenly removed 'extern' keywords. ------------------------------------------------------------------------ r28088 | reimar | 2008-12-04 12:07:15 -0300 (Thu, 04 Dec 2008) | 2 lines Changed paths: M /trunk/input/input.h M /trunk/loader/wrapper.h Re-add "extern"s incorrectly removed in r28085 ------------------------------------------------------------------------ r28089 | diego | 2008-12-04 15:11:05 -0300 (Thu, 04 Dec 2008) | 2 lines Changed paths: M /trunk/etc/codecs.conf Add entry for FFmpeg QCELP decoder, currently produces white noise. ------------------------------------------------------------------------ r28090 | Gabrov | 2008-12-05 06:57:37 -0300 (Fri, 05 Dec 2008) | 1 line Changed paths: M /trunk/DOCS/man/hu/mplayer.1 M /trunk/help/help_mp-hu.h synced with r28089 ------------------------------------------------------------------------ r28091 | reimar | 2008-12-05 11:21:22 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libaf/af_hrtf.c Add const to avoid warnings about discarded qualifiers. ------------------------------------------------------------------------ r28092 | compn | 2008-12-05 11:50:48 -0300 (Fri, 05 Dec 2008) | 5 lines Changed paths: M /trunk/etc/codecs.conf add a bunch of binary codecs with samples from this list: http://home.twmi.rr.com/compn/uncommon_video_codecs_final.txt change sif1 codec to vfw since the dshow codec was terrible mark videocodec alaris as working ------------------------------------------------------------------------ r28093 | reimar | 2008-12-05 12:36:54 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/gl_common.c M /trunk/libvo/gl_common.h M /trunk/libvo/vo_gl.c Add support for YCBCR MESA texture format to vo_gl. ------------------------------------------------------------------------ r28094 | reimar | 2008-12-05 12:50:24 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Add some forgotten documentation for gl suboptions ------------------------------------------------------------------------ r28095 | reimar | 2008-12-05 12:54:31 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 Document missing vo_gl suboptions ------------------------------------------------------------------------ r28096 | reimar | 2008-12-05 12:55:25 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 Using rectangle=2 for vo_gl is probably a good idea nowadays. ------------------------------------------------------------------------ r28097 | reimar | 2008-12-05 16:01:49 -0300 (Fri, 05 Dec 2008) | 4 lines Changed paths: M /trunk/libvo/x11_common.c Set the base size window manager hint, otherwise some subtract the minimum size of 4x4 from the numbers displayed to the user which might be confusing. Based on patch by Bert Wesarg [bert wesarg googlemail com]. ------------------------------------------------------------------------ r28098 | reimar | 2008-12-05 17:50:43 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Simplify, do not duplicate buffer size calculation ------------------------------------------------------------------------ r28099 | reimar | 2008-12-05 17:56:49 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Avoid one more duplicated logic. ------------------------------------------------------------------------ r28100 | gpoirier | 2008-12-05 18:46:28 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/fr/mplayer.1 sync w/r28096 ------------------------------------------------------------------------ r28101 | reimar | 2008-12-05 19:16:45 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/gl_common.c M /trunk/libvo/gl_common.h M /trunk/libvo/vo_gl.c Add experimental support for glXAllocateMemoryMESA ------------------------------------------------------------------------ r28102 | reimar | 2008-12-05 19:35:24 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Fix indentation ------------------------------------------------------------------------ r28103 | reimar | 2008-12-05 20:35:32 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds. ------------------------------------------------------------------------ r28104 | reimar | 2008-12-06 03:18:57 -0300 (Sat, 06 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/gl_common.h M /trunk/libvo/vo_gl.c 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode. ------------------------------------------------------------------------ r28105 | reimar | 2008-12-06 03:40:47 -0300 (Sat, 06 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Reindent ------------------------------------------------------------------------ r28106 | reimar | 2008-12-06 03:41:36 -0300 (Sat, 06 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Move one ati_hack check to a better place. ------------------------------------------------------------------------ r28107 | reimar | 2008-12-06 03:44:54 -0300 (Sat, 06 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c More possible fixes for mesa-buffer mode. ------------------------------------------------------------------------ r28108 | reimar | 2008-12-06 09:13:14 -0300 (Sat, 06 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c ati_hack only makes sense when PBOs are used, not with mesa_buffer. ------------------------------------------------------------------------