log

age author description
Sun, 08 Mar 2009 13:08:22 +0000 reimar Mark everything not used outside the file as "static"
Sun, 08 Mar 2009 13:02:44 +0000 reimar Remove functions not used by MPlayer from header
Sun, 08 Mar 2009 12:57:53 +0000 reimar Remove useless "extern" in function declarations.
Sun, 08 Mar 2009 10:01:21 +0000 reimar Add a small howto explaining how to cross-compile for MinGW
Sun, 08 Mar 2009 09:34:26 +0000 reimar Explain that disabling other input methods is not the purpose of -slave
Sun, 08 Mar 2009 09:28:01 +0000 reimar Remove unused variable from demux_mov.
Sun, 08 Mar 2009 09:14:30 +0000 reimar Add an option to disable the default key binding that MPlayer includes
Sun, 08 Mar 2009 08:56:28 +0000 reimar Bump etc/codecs.conf version to eliminate one possible cause when debugging VDPAU issues.
Sun, 08 Mar 2009 04:03:28 +0000 greg Fix clipping for pan-and-scan.
Sun, 08 Mar 2009 04:03:24 +0000 greg Add a proper color check to the overlap compositing.
Sun, 08 Mar 2009 02:53:14 +0000 greg Replace rotation functions with a simplified version adapted from
Sat, 07 Mar 2009 23:56:03 +0000 greg Only use first \org in a line.
Sat, 07 Mar 2009 17:41:34 +0000 diego cosmetics: spelling fixes
Sat, 07 Mar 2009 13:45:48 +0000 diego cosmetics: Reformat file header.
Sat, 07 Mar 2009 13:25:55 +0000 reimar Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
Sat, 07 Mar 2009 12:50:52 +0000 reimar Update x264 version check for version required by lavc.
Sat, 07 Mar 2009 09:39:48 +0000 sdrik Let the 4th plane reach the swScale function
Sat, 07 Mar 2009 09:37:25 +0000 sdrik YUVA420P is a planar YUV format
Sat, 07 Mar 2009 09:14:45 +0000 reimar Reduce size of needlessly large mp3lib bandInfoStruct
Sat, 07 Mar 2009 09:08:02 +0000 reimar Make several constant mp3lib tables const
Sat, 07 Mar 2009 08:52:57 +0000 reimar Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Fri, 06 Mar 2009 20:41:02 +0000 reimar Get rid of the "set" member of the subopt-parser struct, it made
Fri, 06 Mar 2009 20:20:12 +0000 reimar Add some "const" to mpcodecs_vd_drivers
Fri, 06 Mar 2009 20:11:23 +0000 reimar The large -help help_text should be const so it goes into .rodata
Fri, 06 Mar 2009 19:58:16 +0000 reimar Make audio_out_* structs const so they end up in .rodata
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Fri, 06 Mar 2009 19:23:24 +0000 reimar Use code that is actually thread-safe to calculate delay, free space etc. in ao_win32
Fri, 06 Mar 2009 19:10:54 +0000 reimar Cosmetics: get rid of trailing whitespace.
Fri, 06 Mar 2009 19:07:50 +0000 reimar get rid of full_buffers variable, if the check it is used for is triggered
Fri, 06 Mar 2009 18:53:29 +0000 reimar Remove now unused buf_write_pos variable from ao_win32
Fri, 06 Mar 2009 18:50:50 +0000 reimar Always write full buffers in ao_win32, except for the last block.
Fri, 06 Mar 2009 16:27:31 +0000 reimar Use calloc instead of malloc+memset
Fri, 06 Mar 2009 15:52:48 +0000 gpoirier sync w/r28807
Fri, 06 Mar 2009 13:22:48 +0000 reimar The 8 bit per sample formats are unsigned on Windows, fixes playback with
Fri, 06 Mar 2009 12:56:13 +0000 reimar Refactor smalltex/tinytex EOSD optimization in vo_gl
Fri, 06 Mar 2009 11:47:51 +0000 reimar Remove several useless casts from af_resample
Fri, 06 Mar 2009 11:46:06 +0000 reimar Free af->setup and contents in af_resample uninit function.
Fri, 06 Mar 2009 11:42:45 +0000 reimar Use calloc to allocate the af_resample ring buffers, reportedly using
Fri, 06 Mar 2009 11:39:13 +0000 reimar Use a single malloc to allocate space for the circular buffers.
Fri, 06 Mar 2009 11:31:18 +0000 reimar Comment typo fixes for af_resample
Fri, 06 Mar 2009 10:53:30 +0000 reimar Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,
Fri, 06 Mar 2009 10:50:43 +0000 reimar Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.
Fri, 06 Mar 2009 10:45:49 +0000 reimar Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn
Fri, 06 Mar 2009 10:39:58 +0000 reimar As for vo_gl, do not rely on draw_osd to render EOSD.
Fri, 06 Mar 2009 10:38:27 +0000 greg Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.
Fri, 06 Mar 2009 10:33:35 +0000 reimar Do not rely on draw_osd to render the EOSD, instead draw it already at the
Fri, 06 Mar 2009 09:20:14 +0000 greg Fix \be blur start position.
Fri, 06 Mar 2009 09:20:09 +0000 greg Raise max. number of \be applications to 100, introduce #define for it.
Fri, 06 Mar 2009 01:26:44 +0000 greg Replace magic numbers (for subpixel accuracy masking) with a define.
Fri, 06 Mar 2009 01:17:05 +0000 greg Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
Fri, 06 Mar 2009 00:47:03 +0000 diego Sync latest set of changes.
Fri, 06 Mar 2009 00:41:09 +0000 diego Sync local changes file with #ifdef --> #if conversion.
Fri, 06 Mar 2009 00:10:17 +0000 diego Sync local changes file with #ifdef --> #if conversion.
Thu, 05 Mar 2009 23:36:28 +0000 diego Add support for extracting the release version number from a VERSION file.
Thu, 05 Mar 2009 22:19:47 +0000 diego Only add -Ilibdvdnav to the CFLAGS of the files that require it.
Thu, 05 Mar 2009 22:07:06 +0000 reimar Sleep based on get_delay in ao_win32 uninit instead of a loop.
Thu, 05 Mar 2009 21:27:05 +0000 diego Simplify CFLAGS generation for individual targets.
Thu, 05 Mar 2009 21:16:21 +0000 greg Update libass changelog.
Thu, 05 Mar 2009 21:02:33 +0000 sdrik Fix bug introduced by me in r28756
Thu, 05 Mar 2009 20:47:33 +0000 greg Combine adjacent overlapping, translucent glyph borders and shadows to
Thu, 05 Mar 2009 20:36:59 +0000 greg Fix positioned events' y-position when pan-and-scan is used.
Thu, 05 Mar 2009 20:36:56 +0000 greg Support for subpixel accuracy of 3 bits for \pos and \move.
Thu, 05 Mar 2009 20:36:52 +0000 greg Style override for ScaledBorderAndShadow.
Thu, 05 Mar 2009 20:36:48 +0000 greg Support ScaledBorderAndShadow property.
Thu, 05 Mar 2009 20:36:44 +0000 greg Scale shadow displacement and blur size like border size.
Thu, 05 Mar 2009 20:36:41 +0000 greg Round shadow displacement to nearest int.
Thu, 05 Mar 2009 20:36:39 +0000 greg Support a vsfilter special case:
Thu, 05 Mar 2009 20:36:35 +0000 greg Hack: half-merge glyph border with outline to avoid ugly anti-aliasing
Thu, 05 Mar 2009 20:25:54 +0000 diego Simplify some vidix dhahelper build commands with automatic make variables.
Thu, 05 Mar 2009 20:05:56 +0000 greg Ignore PlayResX/Y aspect ratio for font aspect ratio.
Thu, 05 Mar 2009 19:46:08 +0000 Gabrov synced with r28807
Thu, 05 Mar 2009 19:00:36 +0000 diego mphq now runs Subversion 1.5.
Thu, 05 Mar 2009 12:25:10 +0000 reimar full_buffers and buffered_bytes must be volatile because they are used from
Thu, 05 Mar 2009 07:00:45 +0000 bircoph Synced with r28807.
Wed, 04 Mar 2009 19:37:07 +0000 reimar Make sure all output_surfaces are initialized in preinit.
Wed, 04 Mar 2009 19:12:49 +0000 sdrik Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions
Wed, 04 Mar 2009 18:07:34 +0000 cehoyos 10l: Fix max value for -vo vdpau:deint.
Wed, 04 Mar 2009 08:37:54 +0000 reimar Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right
Wed, 04 Mar 2009 08:11:42 +0000 reimar Fix mp_msg call with too few arguments.
Tue, 03 Mar 2009 19:47:23 +0000 henry remove the rest of x86 asm from LGPL build
Tue, 03 Mar 2009 18:12:03 +0000 reimar 100l, remove a pointless opt = NULL assignment that made print_int crash since r28794
Tue, 03 Mar 2009 16:17:11 +0000 diego Add back mistakenly removed copyright notice.
Tue, 03 Mar 2009 13:38:33 +0000 reimar Add another hack to work-around the currently completely inconsistent way in
Tue, 03 Mar 2009 09:19:35 +0000 Gabrov synced with r28788
Mon, 02 Mar 2009 21:01:46 +0000 gpoirier sync w/ r28788
Mon, 02 Mar 2009 19:52:52 +0000 gpoirier sync w/r28707
Mon, 02 Mar 2009 19:42:11 +0000 gpoirier french punctuation cosmetics
Mon, 02 Mar 2009 17:15:46 +0000 gpoirier - french punctuation cosmetics that was done weeks before.
Mon, 02 Mar 2009 11:24:20 +0000 reimar Make WinID a 64 bit integer, this should avoid issues with valid Window
Mon, 02 Mar 2009 11:17:50 +0000 reimar Add a 64 bit integer type to the suboption parser.
Mon, 02 Mar 2009 11:10:11 +0000 reimar Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.
Mon, 02 Mar 2009 11:06:05 +0000 reimar Minor cosmetics: fix indentation
Mon, 02 Mar 2009 02:40:21 +0000 compn import ffmpeg changelog
Mon, 02 Mar 2009 02:39:40 +0000 bircoph Synced with r28788.
Mon, 02 Mar 2009 02:05:32 +0000 compn changes
Sun, 01 Mar 2009 20:40:38 +0000 cehoyos Improve vdpau deinterlacing documentation.
Sun, 01 Mar 2009 19:31:29 +0000 eugeni Fix a memory leak.
Sun, 01 Mar 2009 19:11:46 +0000 reimar Document that -heartbeat-cmd is only for video, not audio-only
Sun, 01 Mar 2009 17:53:06 +0000 diego Use UTF-8 as character set.
Sun, 01 Mar 2009 17:48:05 +0000 diego cosmetics: Remove trailing whitespace.
Sun, 01 Mar 2009 16:01:24 +0000 eugeni With pan-and-scan, keep positioned events in their original positions
Sun, 01 Mar 2009 15:55:20 +0000 diego Remove unnecessary linking hack, compilation works fine without.
Sun, 01 Mar 2009 15:51:43 +0000 diego Remove now unnecessary linking hacks.
Sun, 01 Mar 2009 15:00:38 +0000 cehoyos Mention VDPAU in Changelog.
Sun, 01 Mar 2009 13:13:25 +0000 diego Add standard license headers to files.
Sun, 01 Mar 2009 12:25:31 +0000 Gabrov synced with r28775
Sun, 01 Mar 2009 11:43:56 +0000 rathann Fix typo in comments.
Sun, 01 Mar 2009 11:38:46 +0000 reimar Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).
Sun, 01 Mar 2009 11:36:39 +0000 diego DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
Sun, 01 Mar 2009 11:35:00 +0000 reimar Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA
Sun, 01 Mar 2009 11:33:10 +0000 reimar Fix braindead and broken way to calculate abase, fixes regression tests on
Sun, 01 Mar 2009 11:22:31 +0000 diego Fix 10l typo in ADD_ALL_EXESUFS function name.
Sun, 01 Mar 2009 11:07:05 +0000 diego codec-cfg does not depend on codecs.conf.h, it is used to generate it.
Sun, 01 Mar 2009 11:03:18 +0000 diego Make all object files depend on generated header files.
Sun, 01 Mar 2009 10:53:37 +0000 diego Add explicit dependencies on generated header files for the object files along
Sun, 01 Mar 2009 10:52:26 +0000 diego Fix dependencies on generated header files for the codec* binaries.
Sun, 01 Mar 2009 09:09:49 +0000 reimar 10l, replace a tab that slipped in.
Sun, 01 Mar 2009 09:03:01 +0000 reimar Create a set_format_params function that sets all the special options needed
Sun, 01 Mar 2009 06:45:27 +0000 jrash sync with en/mplayer.1 r28745