------------------------------------------------------------------------ r28184 | diego | 2008-12-23 10:31:04 -0300 (Tue, 23 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Remove pointless forward declaration. ------------------------------------------------------------------------ r28185 | compn | 2008-12-23 15:11:55 -0300 (Tue, 23 Dec 2008) | 1 line Changed paths: M /trunk/Changelog updates ------------------------------------------------------------------------ r28186 | reimar | 2008-12-23 16:10:40 -0300 (Tue, 23 Dec 2008) | 2 lines Changed paths: M /trunk/etc/codecs.conf Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems ------------------------------------------------------------------------ r28187 | reimar | 2008-12-23 16:31:56 -0300 (Tue, 23 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions ------------------------------------------------------------------------ r28188 | reimar | 2008-12-23 17:56:45 -0300 (Tue, 23 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Warn when using features that are broken due to ATI driver bugs. ------------------------------------------------------------------------ r28189 | compn | 2008-12-24 01:33:51 -0300 (Wed, 24 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf add zygo audio (SPXN) qtaudio codec ------------------------------------------------------------------------ r28190 | reimar | 2008-12-24 13:05:20 -0300 (Wed, 24 Dec 2008) | 5 lines Changed paths: M /trunk/libmpdemux/demuxer.h Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB. Firstly 32 MB is not that much with HD video and the different values depending on whether CONFIG_TV_BSDBT848 is set or not makes debugging harder. ------------------------------------------------------------------------ r28191 | diego | 2008-12-24 13:57:35 -0300 (Wed, 24 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/x11_common.c Remove unused variable. ------------------------------------------------------------------------ r28192 | diego | 2008-12-24 15:13:18 -0300 (Wed, 24 Dec 2008) | 2 lines Changed paths: M /trunk/cfg-common-opts.h Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net. ------------------------------------------------------------------------ r28193 | diego | 2008-12-25 15:28:10 -0300 (Thu, 25 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/tech/codec-devel.txt grammar fix by Vineeth N, nvineeth gmail com ------------------------------------------------------------------------ r28194 | diego | 2008-12-27 08:33:54 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/libswscale/swscale.c consistency cosmetics: Rename POWERPC identifiers to PPC. ------------------------------------------------------------------------ r28195 | diego | 2008-12-27 08:45:46 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/libswscale/yuv2rgb_bfin.c Avoid POSIX-reserved _t namespace. ------------------------------------------------------------------------ r28196 | diego | 2008-12-27 09:00:11 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/configure M /trunk/cpudetect.c Set and use only ARCH_PPC, not also ARCH_POWERPC. ------------------------------------------------------------------------ r28197 | diego | 2008-12-27 09:03:51 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/loader/pe_image.c M /trunk/stream/tcp.c Avoid u_ BSD type names. ------------------------------------------------------------------------ r28198 | diego | 2008-12-27 09:46:06 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/xml/en/documentation.xml Reorder sections: Put FAQ at the end, group usage sections together. ------------------------------------------------------------------------ r28199 | reimar | 2008-12-27 10:00:03 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_gl.c Fix ugly borders problem with ati-hack ------------------------------------------------------------------------ r28200 | diego | 2008-12-27 10:09:42 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/xml/en/faq.xml Add entry about mysterious coredumps. ------------------------------------------------------------------------ r28201 | diego | 2008-12-27 10:49:24 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/xml/en/bugreports.xml D /trunk/DOCS/xml/en/bugs.xml M /trunk/DOCS/xml/en/documentation.xml Remove known bugs section, it contains little useful information. ------------------------------------------------------------------------ r28202 | diego | 2008-12-27 10:58:20 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/README M /trunk/DOCS/tech/codec-devel.txt M /trunk/DOCS/tech/release-howto.txt Remove/fix ancient CVS references. ------------------------------------------------------------------------ r28203 | diego | 2008-12-27 11:38:42 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: A /trunk/DOCS/tech/win32-codec-howto.txt M /trunk/DOCS/xml/en/codecs.xml M /trunk/DOCS/xml/en/faq.xml Convert Win32 codec importing HOWTO into a text document in the tech section. ------------------------------------------------------------------------ r28204 | diego | 2008-12-27 12:28:51 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: D /trunk/DOCS/xml/en/codecs.xml M /trunk/DOCS/xml/en/documentation.xml M /trunk/DOCS/xml/en/faq.xml Remove (audio) codecs section, its contents are part of the usage section. ------------------------------------------------------------------------ r28205 | compn | 2008-12-27 15:58:36 -0300 (Sat, 27 Dec 2008) | 1 line Changed paths: M /trunk/DOCS/tech/win32-codec-howto.txt fix error message example ------------------------------------------------------------------------ r28206 | diego | 2008-12-27 18:43:57 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/xml/zh_CN/documentation.xml Fix Chinese documentation build, English codecs.xml was removed. ------------------------------------------------------------------------ r28207 | diego | 2008-12-27 18:44:33 -0300 (Sat, 27 Dec 2008) | 2 lines Changed paths: D /trunk/DOCS/xml/en/audio.xml M /trunk/DOCS/xml/en/documentation.xml M /trunk/DOCS/xml/en/faq.xml Remove audio output section, it provides little to no useful information. ------------------------------------------------------------------------ r28208 | reimar | 2008-12-29 16:09:45 -0300 (Mon, 29 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 Add nocache to example dvdnav profile, otherwise dvdnav is unusable. ------------------------------------------------------------------------ r28209 | reimar | 2008-12-30 07:38:29 -0300 (Tue, 30 Dec 2008) | 1 line Changed paths: M /trunk/libmpcodecs/vf.c M /trunk/libmpcodecs/vf.h M /trunk/libmpcodecs/vf_yadif.c Avoid flickering OSD with -vf yadif=1 ------------------------------------------------------------------------ r28210 | reimar | 2008-12-30 07:38:39 -0300 (Tue, 30 Dec 2008) | 1 line Changed paths: M /trunk/libmpcodecs/vf_tfields.c Fix OSD flicker with tfields as well. ------------------------------------------------------------------------ r28211 | reimar | 2008-12-30 07:40:26 -0300 (Tue, 30 Dec 2008) | 2 lines Changed paths: M /trunk/libmpcodecs/vf.c Fix OSD flickering with filters that add frames (tfields, yadif) and -correct-pts ------------------------------------------------------------------------ r28212 | Gabrov | 2008-12-30 09:48:17 -0300 (Tue, 30 Dec 2008) | 1 line Changed paths: M /trunk/DOCS/man/hu/mplayer.1 D /trunk/DOCS/xml/hu/audio.xml M /trunk/DOCS/xml/hu/bugreports.xml D /trunk/DOCS/xml/hu/bugs.xml D /trunk/DOCS/xml/hu/codecs.xml M /trunk/DOCS/xml/hu/documentation.xml M /trunk/DOCS/xml/hu/faq.xml synced with r28211 ------------------------------------------------------------------------ r28213 | reimar | 2008-12-30 13:41:35 -0300 (Tue, 30 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 Update outdated availability note for -mouse-movements ------------------------------------------------------------------------ r28214 | reimar | 2008-12-30 14:00:11 -0300 (Tue, 30 Dec 2008) | 1 line Changed paths: M /trunk/libvo/w32_common.c Support F- and numpad keys for w32_common based vos. ------------------------------------------------------------------------ r28215 | gpoirier | 2008-12-30 18:39:42 -0300 (Tue, 30 Dec 2008) | 11 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 M /trunk/libvo/vo_macosx.m Add an option to vo_macosx to set a custom buffer_name. This allows to have multiple instances of MPlayerOSX running without stepping on each other's toes. Patch by Adrian Stutz % adrian A sttz P ch % Original thread: date: Tue, Dec 9, 2008 at 2:46 PM subject: [MPlayer-dev-eng] [PATCH] vo_macosx: option to set shared buffer name to allow multiple instances ------------------------------------------------------------------------ r28216 | reimar | 2008-12-31 11:21:50 -0300 (Wed, 31 Dec 2008) | 4 lines Changed paths: M /trunk/stream/stream_dvd.c Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error, causing hangs e.g. when seeking to the very last chapter (which would read beyond the size of the DVD). ------------------------------------------------------------------------ r28217 | reimar | 2009-01-01 06:35:25 -0300 (Thu, 01 Jan 2009) | 3 lines Changed paths: M /trunk/playtreeparser.c Add asserts to detect when assumptions for play_tree_parser_get_line fail (mostly due to parsers using it incorrectly). ------------------------------------------------------------------------ r28218 | reimar | 2009-01-01 06:37:02 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/playtreeparser.c Add zero termination missing in two cases. ------------------------------------------------------------------------ r28219 | reimar | 2009-01-01 06:47:21 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/playtreeparser.c 1000l, play_tree_parser_stop_keeping broke 0-termination of buffer ------------------------------------------------------------------------ r28220 | reimar | 2009-01-01 07:24:19 -0300 (Thu, 01 Jan 2009) | 1 line Changed paths: M /trunk/mplayer.c Avoid a uselessly high number of wakeups when playing audio-only files. ------------------------------------------------------------------------ r28221 | reimar | 2009-01-01 08:16:52 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/libmpcodecs/ve_xvid4.c XVID profile array should be const, so it is in rodata ------------------------------------------------------------------------ r28222 | reimar | 2009-01-01 08:23:32 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/tremor/mapping0.c M /trunk/tremor/sharedbook.c Include alloca.h when using alloca to make sure it is defined. ------------------------------------------------------------------------ r28223 | reimar | 2009-01-01 08:33:46 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/spudec.c Simplify and comment spudec bilinear scaling code ------------------------------------------------------------------------ r28224 | reimar | 2009-01-01 08:39:47 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/libmpdemux/demux_avi.c Make AVI demuxer more resilient against broken or incomplete files. ------------------------------------------------------------------------ r28225 | reimar | 2009-01-01 08:41:09 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/libmpdemux/aviprint.c Code simplification ------------------------------------------------------------------------ r28226 | reimar | 2009-01-01 08:46:34 -0300 (Thu, 01 Jan 2009) | 3 lines Changed paths: M /trunk/stream/stream_dvd.c Fix DVD seek_to_chapter: the title number must be converted to a per-VTS title number first. Also add a few out-of-bounds checks just in case. ------------------------------------------------------------------------ r28227 | reimar | 2009-01-01 08:51:52 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/libao2/ao_nas.c Move several of the ao_nas int-to-string maps into .rodata ------------------------------------------------------------------------ r28228 | diego | 2009-01-01 20:16:36 -0300 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /trunk/TOOLS/realcodecs/14_4.c M /trunk/TOOLS/realcodecs/28_8.c M /trunk/TOOLS/realcodecs/cook.c M /trunk/TOOLS/realcodecs/drv3.c M /trunk/TOOLS/realcodecs/drv4.c M /trunk/TOOLS/realcodecs/ra.c M /trunk/TOOLS/realcodecs/rv30.c M /trunk/TOOLS/realcodecs/sipr.c Fix confused references to DLL filenames. ------------------------------------------------------------------------ r28229 | diego | 2009-01-02 08:45:39 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/TOOLS/realcodecs/drv2.c Fix reference to wrong DLL filename in header comment. ------------------------------------------------------------------------ r28230 | diego | 2009-01-02 08:46:34 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/TOOLS/realcodecs/14_4.c M /trunk/TOOLS/realcodecs/28_8.c M /trunk/TOOLS/realcodecs/cook.c M /trunk/TOOLS/realcodecs/drv2.c M /trunk/TOOLS/realcodecs/drv3.c M /trunk/TOOLS/realcodecs/drv4.c M /trunk/TOOLS/realcodecs/ra.c M /trunk/TOOLS/realcodecs/rv30.c M /trunk/TOOLS/realcodecs/sipr.c Relicense to GPLv2 or later with the author's permission. ------------------------------------------------------------------------ r28231 | diego | 2009-01-02 09:28:47 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/libmpcodecs/vd_qtvideo.c Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery. ------------------------------------------------------------------------ r28232 | diego | 2009-01-02 09:48:11 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/libmpcodecs/ad_qtaudio.c Reorder #includes and #ifdefs to avoid excessive #ifdeffery. ------------------------------------------------------------------------ r28233 | diego | 2009-01-02 09:53:05 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/libmpcodecs/vd_qtvideo.c Avoid unused variable warning. ------------------------------------------------------------------------ r28234 | diego | 2009-01-02 10:25:00 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/libvo/font_load.c Remove unused debug code. ------------------------------------------------------------------------ r28235 | diego | 2009-01-02 11:41:38 -0300 (Fri, 02 Jan 2009) | 5 lines Changed paths: M /trunk/libvo/font_load.c M /trunk/libvo/font_load.h Conditionally define render_one_glyph and kerning dummy functions in font_load.c when FreeType is not enabled instead of conditionally defining them in font_load.h. This moves the workaround closer to where the actual problem is. ------------------------------------------------------------------------ r28236 | diego | 2009-01-02 13:13:22 -0300 (Fri, 02 Jan 2009) | 3 lines Changed paths: M /trunk/libaf/af_resample.c D /trunk/libaf/af_resample.h A /trunk/libaf/af_resample_template.c (from /trunk/libaf/af_resample.h:28155) Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as a macro, not as a header file. ------------------------------------------------------------------------ r28237 | diego | 2009-01-02 14:06:09 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/libmpcodecs/vd_ffmpeg.c M /trunk/libvo/vo_xvmc.c M /trunk/xvmc_render.h Sync with latest round of xvmc changes in FFmpeg. ------------------------------------------------------------------------ r28238 | jheryan | 2009-01-02 23:15:07 -0300 (Fri, 02 Jan 2009) | 2 lines Changed paths: M /trunk/help/help_mp-cs.h Synced with r28122 ------------------------------------------------------------------------ r28239 | gpoirier | 2009-01-03 19:33:04 -0300 (Sat, 03 Jan 2009) | 5 lines Changed paths: M /trunk/libvo/vo_macosx.m Fix deinit problem due to r28215 original thread: date: Fri, Jan 2, 2009 at 10:00 PM subject: [PATCH] Fix deinit problem due to r28215 (was Re: [MPlayer-cvslog] r28215 - in trunk: DOCS/man/en/mplayer.1 libvo/vo_macosx.m) ------------------------------------------------------------------------ r28240 | Gabrov | 2009-01-04 06:49:58 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/DOCS/man/hu/mplayer.1 synced with r28215 ------------------------------------------------------------------------ r28241 | reimar | 2009-01-04 08:51:11 -0300 (Sun, 04 Jan 2009) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 M /trunk/libao2/ao_jack.c Replace deprecated jack_client_new with jack_client_open. ------------------------------------------------------------------------ r28242 | reimar | 2009-01-04 08:52:37 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/configure Update JACK configure test to match r28241 ------------------------------------------------------------------------ r28243 | diego | 2009-01-04 10:05:24 -0300 (Sun, 04 Jan 2009) | 2 lines Changed paths: M /trunk/configure Sync ARMv6t2 optimization support from FFmpeg. ------------------------------------------------------------------------ r28244 | diego | 2009-01-04 10:08:13 -0300 (Sun, 04 Jan 2009) | 2 lines Changed paths: M /trunk/configure Add ARMv6t2 CPU extension additions missed in previous commit. ------------------------------------------------------------------------ r28245 | nicodvb | 2009-01-04 10:12:51 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/DOCS/man/en/mplayer.1 M /trunk/cfg-common-opts.h M /trunk/cfg-common.h M /trunk/libmpdemux/demux_ts.c added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid) ------------------------------------------------------------------------