------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r28109 | diego | 2008-12-07 21:02:07 -0300 (Sun, 07 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_macosx.m M /trunk/libvo/vo_quartz.c #include appropriate headers instead of locally declaring function prototypes. ------------------------------------------------------------------------ r28110 | diego | 2008-12-07 21:11:03 -0300 (Sun, 07 Dec 2008) | 3 lines Changed paths: M /trunk/libvo/vo_macosx.m Remove unused variable, fixes the warning: libvo/vo_macosx.m:735: warning: unused variable 'lastTime' ------------------------------------------------------------------------ r28111 | diego | 2008-12-07 21:12:53 -0300 (Sun, 07 Dec 2008) | 3 lines Changed paths: M /trunk/libvo/vo_macosx.m Add missing unistd.h #include, fixes the warning: libvo/vo_macosx.m:177: warning: implicit declaration of function 'ftruncate' ------------------------------------------------------------------------ r28112 | reimar | 2008-12-08 08:04:27 -0300 (Mon, 08 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Remove pointless or even wrong N/A return values doxy comments ------------------------------------------------------------------------ r28113 | diego | 2008-12-08 08:30:43 -0300 (Mon, 08 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c cosmetics: indentation ------------------------------------------------------------------------ r28114 | reimar | 2008-12-08 11:43:28 -0300 (Mon, 08 Dec 2008) | 1 line Changed paths: M /trunk Use svn.ffmpeg.org for the externals which is both more correct and more reliable. ------------------------------------------------------------------------ r28115 | compn | 2008-12-08 16:42:00 -0300 (Mon, 08 Dec 2008) | 3 lines Changed paths: M /trunk/etc/codecs.conf add some fourcc's and ulead dv audio codec, fixes samples from: http://home.twmi.rr.com/compn//uncommon_audio_codecs.txt ------------------------------------------------------------------------ r28116 | compn | 2008-12-08 16:43:48 -0300 (Mon, 08 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf remove duplicated fourcc ------------------------------------------------------------------------ r28117 | compn | 2008-12-08 23:46:28 -0300 (Mon, 08 Dec 2008) | 3 lines Changed paths: M /trunk/etc/codecs.conf add binary voxware metavoice audio codec, format 0x74 works on http://www.hfhrpol.waw.pl/Tybet/multimedia/MaoMacha.asx ------------------------------------------------------------------------ r28118 | reimar | 2008-12-09 15:31:52 -0300 (Tue, 09 Dec 2008) | 3 lines Changed paths: M /trunk/libvo/vo_direct3d.c First version of OSD support for vo_direct3d Patch by Jim Hauxwell [james dattrax co uk] with modifications by me ------------------------------------------------------------------------ r28119 | reimar | 2008-12-09 15:36:15 -0300 (Tue, 09 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Slightly simplify the conditional release/free code ------------------------------------------------------------------------ r28120 | reimar | 2008-12-09 15:41:41 -0300 (Tue, 09 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Forgotten part of previous cosmetics commit ------------------------------------------------------------------------ r28121 | reimar | 2008-12-09 15:44:48 -0300 (Tue, 09 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_direct3d.c Set d3d_handle to NULL after release. ------------------------------------------------------------------------ r28122 | diego | 2008-12-09 17:25:49 -0300 (Tue, 09 Dec 2008) | 2 lines Changed paths: M /trunk/help/help_mp-cs.h M /trunk/help/help_mp-de.h M /trunk/help/help_mp-en.h M /trunk/help/help_mp-es.h M /trunk/help/help_mp-fr.h M /trunk/help/help_mp-hu.h M /trunk/help/help_mp-it.h M /trunk/help/help_mp-pl.h M /trunk/help/help_mp-ru.h M /trunk/help/help_mp-tr.h M /trunk/help/help_mp-zh_CN.h M /trunk/help/help_mp-zh_TW.h M /trunk/libvo/mga_common.c Fix MGSTR vs. MSGTR typo. ------------------------------------------------------------------------ r28123 | compn | 2008-12-10 09:41:36 -0300 (Wed, 10 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf add acdv fourcc to ffmjpeg ------------------------------------------------------------------------ r28124 | gpoirier | 2008-12-10 11:28:17 -0300 (Wed, 10 Dec 2008) | 2 lines Changed paths: M /trunk/configure 10l: actually disable quartz vo when detection failed. ------------------------------------------------------------------------ r28125 | reimar | 2008-12-10 13:39:45 -0300 (Wed, 10 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle). ------------------------------------------------------------------------ r28126 | reimar | 2008-12-10 13:44:12 -0300 (Wed, 10 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 M /trunk/libvo/vo_png.c Add support for writing PNG files with alpha channel in -vo png ------------------------------------------------------------------------ r28127 | gpoirier | 2008-12-10 18:15:55 -0300 (Wed, 10 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/fr/mplayer.1 sync w/r28126 ------------------------------------------------------------------------ r28128 | diego | 2008-12-11 18:29:01 -0300 (Thu, 11 Dec 2008) | 3 lines Changed paths: M /trunk/loader/dmo/dmo.c Change some printf calls to 'Debug printf' so as not to pollute stdout. based on a patch by Zhou Zongyi, zhouzongyi pset.suntec net ------------------------------------------------------------------------ r28129 | diego | 2008-12-11 18:45:11 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/mp3lib/mp3.h M /trunk/mp3lib/sr1.c Add missing 'void' to parameterless function declaration. ------------------------------------------------------------------------ r28130 | diego | 2008-12-11 18:52:47 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/configure Rework Theora test, it was throwing away CFLAGS provided by pkg-config. ------------------------------------------------------------------------ r28131 | cehoyos | 2008-12-11 20:24:36 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/configure Search live555 library also in /usr/lib64. ------------------------------------------------------------------------ r28132 | compn | 2008-12-11 20:33:43 -0300 (Thu, 11 Dec 2008) | 3 lines Changed paths: M /trunk/etc/codecs.conf add ac-3 fourcc from mp4 file fixes incoming/AC3inMP4.mp4 ------------------------------------------------------------------------ r28133 | ods15 | 2008-12-12 01:58:54 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libmpdemux/demux_nut.c Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API ------------------------------------------------------------------------ r28134 | ods15 | 2008-12-12 02:07:18 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libmpdemux/demux_nut.c Remove resync_audio_stream() from demux_nut seek function ------------------------------------------------------------------------ r28135 | ods15 | 2008-12-12 02:08:28 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libmpdemux/demux_nut.c Warning fixes for demux_nut ------------------------------------------------------------------------ r28136 | reimar | 2008-12-12 13:46:43 -0300 (Fri, 12 Dec 2008) | 3 lines Changed paths: M /trunk/libswscale/rgb2rgb_template.c Some forgotten eax -> REG_a changes. It seems that binutils >= 2.18 just treat eax as rax but older versions fail. ------------------------------------------------------------------------ r28137 | compn | 2008-12-13 01:37:32 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf another mpeg4 fourcc and add binary vdo codec ------------------------------------------------------------------------ r28138 | reimar | 2008-12-13 06:44:51 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libmpdemux/demux_vqf.c Avoid useless casts. ------------------------------------------------------------------------ r28139 | reimar | 2008-12-13 06:53:08 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libmpdemux/demux_vqf.c Simplify: use AV_RL32/AV_RB32 ------------------------------------------------------------------------ r28140 | diego | 2008-12-13 09:13:48 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libmpcodecs/ad_faad.c M /trunk/libmpdemux/parse_mp4.c M /trunk/libmpdemux/parse_mp4.h M /trunk/mangle.h M /trunk/stream/tvi_v4l2.c Replace informal GPL notes by standard GPL header. ------------------------------------------------------------------------ r28141 | diego | 2008-12-13 09:16:32 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/configure Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree. ------------------------------------------------------------------------ r28142 | diego | 2008-12-13 09:17:00 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/configure Merge two identical NetBSD/OpenBSD conditions. ------------------------------------------------------------------------ r28143 | diego | 2008-12-13 09:18:14 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/configure Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree. ------------------------------------------------------------------------ r28144 | diego | 2008-12-13 09:31:07 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libmpcodecs/ad_faad.c M /trunk/libmpdemux/parse_mp4.c M /trunk/libmpdemux/parse_mp4.h M /trunk/mangle.h license header consistency cosmetics ------------------------------------------------------------------------ r28145 | diego | 2008-12-13 09:33:22 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/cputable.h M /trunk/libmpcodecs/ve_qtvideo.c Replace informal GPL notices by standard GPL headers. ------------------------------------------------------------------------ r28146 | diego | 2008-12-13 15:28:00 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/input/input.c M /trunk/input/input.h M /trunk/input/joystick.c M /trunk/input/joystick.h M /trunk/input/lirc.c M /trunk/input/lirc.h M /trunk/input/mouse.h Add standard GPL license header. ------------------------------------------------------------------------ r28147 | diego | 2008-12-13 15:40:19 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libmenu/menu.c M /trunk/libmenu/menu.h M /trunk/libmenu/menu_cmdlist.c M /trunk/libmenu/menu_console.c M /trunk/libmenu/menu_dvbin.c M /trunk/libmenu/menu_filesel.c M /trunk/libmenu/menu_list.c M /trunk/libmenu/menu_list.h M /trunk/libmenu/menu_param.c M /trunk/libmenu/menu_pt.c M /trunk/libmenu/menu_txt.c M /trunk/libmenu/vf_menu.c Add standard GPL headers. ------------------------------------------------------------------------ r28148 | rathann | 2008-12-14 08:18:23 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/xml/en/install.xml M /trunk/DOCS/xml/en/ports.xml Update links to RPM packages, now that Livna has merged into RPMFusion. ------------------------------------------------------------------------ r28149 | reimar | 2008-12-14 12:17:18 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/libmpdemux/demux_vqf.c Add extra checks to avoid crashes with broken vqf files ------------------------------------------------------------------------ r28151 | reimar | 2008-12-15 10:53:07 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/mangle.h Simplify the definition of MANGLE, possibly also makes it easier to support more systems. ------------------------------------------------------------------------ r28152 | reimar | 2008-12-15 13:13:41 -0300 (Mon, 15 Dec 2008) | 3 lines Changed paths: M /trunk/mp3lib/dct36_3dnow.c M /trunk/mp3lib/dct64_mmx.c Consistently include config.h before mangle.h, fixes possible compilation issues due to r28151 (using EXTERN_PREFIX). ------------------------------------------------------------------------ r28153 | reimar | 2008-12-15 17:19:27 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/libao2/ao_alsa.c 100l, reorder check for AC3 format to avoid a possible memleak ------------------------------------------------------------------------ r28154 | diego | 2008-12-15 19:25:39 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/configure M /trunk/libmpcodecs/vd_ffmpeg.c M /trunk/libvo/video_out.c xvmc is now a CONFIG_ option in FFmpeg. ------------------------------------------------------------------------ r28155 | compn | 2008-12-16 02:19:11 -0300 (Tue, 16 Dec 2008) | 12 lines Changed paths: M /trunk/etc/codecs.conf Added FOURCCS: RPZA,AZPR to ffrpza DVX3 to ffdivx INMC to ffodivx and xvid QIVG to ffmjpeg Added binary codecs: GMP4,GM40 to Geovision MPEG4 XJPG to Xiricam JPEG SP60,SP61,SP62 to SP6x Codec SMSV to WorldConnect Wavelet Codec ------------------------------------------------------------------------ r28156 | diego | 2008-12-16 21:06:03 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_directx.c #include sub.h instead of locally declaring vo_draw_text(). ------------------------------------------------------------------------ r28157 | diego | 2008-12-16 21:08:04 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_quartz.c Do not use full relative #include path for headers in the same directory. ------------------------------------------------------------------------ r28158 | diego | 2008-12-16 22:10:34 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/Makefile libavcodec/armv4l/ was renamed to libavcodec/arm/. ------------------------------------------------------------------------ r28159 | diego | 2008-12-17 05:47:01 -0300 (Wed, 17 Dec 2008) | 2 lines Changed paths: M /trunk/Makefile M /trunk/configure another round of armv4l --> arm changes ------------------------------------------------------------------------ r28160 | compn | 2008-12-17 11:52:46 -0300 (Wed, 17 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf add binary codec for fourcc wavc ------------------------------------------------------------------------ r28161 | Gabrov | 2008-12-17 13:12:12 -0300 (Wed, 17 Dec 2008) | 1 line Changed paths: M /trunk/DOCS/man/hu/mplayer.1 M /trunk/DOCS/xml/hu/install.xml M /trunk/DOCS/xml/hu/ports.xml M /trunk/help/help_mp-hu.h synced with r28160 ------------------------------------------------------------------------ r28162 | compn | 2008-12-17 17:54:25 -0300 (Wed, 17 Dec 2008) | 5 lines Changed paths: M /trunk/etc/codecs.conf add binary codecs: yuv8 - yuv8 vfw decoder WCMV - Wincam Screen capture codec AJPG,ABYR - Kensington videocam codec ------------------------------------------------------------------------