log

age author description
Sat, 26 Dec 2009 12:04:48 +0000 reimar Free playtree_iter upon exiting MPlayer
Sat, 26 Dec 2009 11:51:19 +0000 reimar Support mp_image with allocated palette.
Sat, 26 Dec 2009 11:33:45 +0000 reimar Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
Sat, 26 Dec 2009 11:11:41 +0000 reimar Restore the old value of planes[1] in vf_palette at the end to ensure
Sat, 26 Dec 2009 02:35:36 +0000 jrash sync with en/mplayer.1 r30075
Fri, 25 Dec 2009 09:03:02 +0000 reimar Fix grammar/missing verb in description.
Fri, 25 Dec 2009 08:55:36 +0000 reimar Remove unnecessary entries from extension_table, these formats are already
Fri, 25 Dec 2009 08:48:57 +0000 reimar Add a (unfortunately rather long) explanation on how and when to use it
Thu, 24 Dec 2009 18:20:03 +0000 compn force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
Thu, 24 Dec 2009 10:56:25 +0000 reimar Revert renaming of process_force_style to restore compilation against
Thu, 24 Dec 2009 10:51:24 +0000 reimar Some ugly hacks to make compiling against a newer external version of libass work.
Thu, 24 Dec 2009 10:45:05 +0000 reimar rename process_force_style to ass_process_force_style to match the API
Thu, 24 Dec 2009 10:26:29 +0000 reimar Remove more direct includes of libass/ass.h
Thu, 24 Dec 2009 04:36:04 +0000 compn create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
Wed, 23 Dec 2009 16:11:48 +0000 kostya Register lavc Aura 2 decoder
Wed, 23 Dec 2009 13:44:23 +0000 kostya Register lavc Aura decoder
Wed, 23 Dec 2009 10:21:53 +0000 diego Allow passing variants of "mingw32" as system name to --target. This ensures
Tue, 22 Dec 2009 20:56:59 +0000 cehoyos Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
Mon, 21 Dec 2009 01:59:34 +0000 ramiro Remove parameters no longer used in h[yc]scale().
Mon, 21 Dec 2009 01:54:59 +0000 ramiro Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Mon, 21 Dec 2009 01:41:29 +0000 ramiro Rename function pointers used to convert from the input pixel format to the
Mon, 21 Dec 2009 01:34:45 +0000 ramiro Check if chroma horizontal scaler is needed in sws_init_swScale().
Mon, 21 Dec 2009 01:30:55 +0000 ramiro Remove unused fields from SwsContext.
Sun, 20 Dec 2009 21:11:39 +0000 diego Do not auto-generate the C code to handle PCI vendor and device names.
Sun, 20 Dec 2009 20:57:44 +0000 gpoirier sync w/r29731
Sun, 20 Dec 2009 19:56:18 +0000 diego Remove unused debugging output about total number of printed lines.
Sun, 20 Dec 2009 19:36:30 +0000 diego Employ slightly better variable names for output files.
Sun, 20 Dec 2009 19:32:25 +0000 diego Eliminate completely pointless print_includes function.
Sun, 20 Dec 2009 19:12:20 +0000 diego Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
Sun, 20 Dec 2009 17:49:07 +0000 diego Do not autogenerate vidix/pci_names.h.
Sun, 20 Dec 2009 17:42:35 +0000 ramiro Indentation.
Sun, 20 Dec 2009 17:15:01 +0000 ramiro Indent.
Sun, 20 Dec 2009 17:09:46 +0000 ramiro Set fast_bilinear functions in sws_init_swScale().
Sun, 20 Dec 2009 17:09:20 +0000 diego Remove pointless return statements from functions that return nothing.
Sun, 20 Dec 2009 17:01:47 +0000 diego Move code to write multiple inclusion guards to generated files into functions.
Sun, 20 Dec 2009 16:32:58 +0000 ramiro Set horizontal scaler's range conversion in context in sws_init_swScale().
Sun, 20 Dec 2009 16:21:25 +0000 ramiro Set horizontal scaler's src offsets in context in sws_init_swScale().
Sun, 20 Dec 2009 15:16:34 +0000 diego cosmetics: Use more consistent formatting style for generated files.
Sun, 20 Dec 2009 14:43:50 +0000 diego cosmetics: Use a consistent formattting style; tabs to spaces.
Sun, 20 Dec 2009 14:32:34 +0000 reimar Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.
Sun, 20 Dec 2009 14:14:56 +0000 diego Run vidix/pci_db2c.awk directly instead of passing it to awk.
Sun, 20 Dec 2009 13:25:08 +0000 cehoyos VP6F has to be flipped for binary decoder.
Sat, 19 Dec 2009 21:08:14 +0000 reimar Slightly improve vo_gl suboption documentation.
Sat, 19 Dec 2009 21:07:42 +0000 reimar Define GL_GENERATE_MIPMAP ourselves if necessary.
Sat, 19 Dec 2009 20:59:58 +0000 reimar Fix compilation with internal ASS when no ass header is installed system-wide.
Sat, 19 Dec 2009 20:53:34 +0000 reimar Add support for auto-generating mipmaps in vo_gl, should ease
Sat, 19 Dec 2009 20:48:23 +0000 reimar Make -vo gl:customprog also work with RGB input (obviously those need to be
Sat, 19 Dec 2009 20:45:34 +0000 reimar Fix a broken indentation.
Sat, 19 Dec 2009 20:44:55 +0000 reimar Enable running fragment programs with YUV_CONVERSION_NONE
Sat, 19 Dec 2009 15:41:47 +0000 reimar Make ass_mp.h use the system-libass headers when the internal one is disabled.
Sat, 19 Dec 2009 15:32:17 +0000 reimar Never include ass.h and ass_types.h directly, use ass_mp.h instead.
Sat, 19 Dec 2009 15:18:22 +0000 reimar Experimental support for external libass.
Sat, 19 Dec 2009 13:49:44 +0000 reimar Rename GL_* defines to CONFIG_GL_*
Sat, 19 Dec 2009 13:46:34 +0000 reimar Add x11_common as dependency for OpenGL with X11 backend.
Sat, 19 Dec 2009 10:52:32 +0000 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
Fri, 18 Dec 2009 20:27:35 +0000 reimar Add a missing const, fixes a compiler warning.
Fri, 18 Dec 2009 20:26:28 +0000 reimar Allow pulseaudio to restore the previous volume on init instead of forcing to
Fri, 18 Dec 2009 20:22:39 +0000 reimar Get rid of global volume variable, it is only used for temporary values.
Fri, 18 Dec 2009 19:29:33 +0000 reimar Use on-stack subtitle struct for temporary storage for passing subtitles on
Fri, 18 Dec 2009 15:57:52 +0000 ptt synced to r30044
Fri, 18 Dec 2009 15:57:22 +0000 ptt divided a line in two, was too long
Fri, 18 Dec 2009 15:55:45 +0000 ptt synced with r30043
Fri, 18 Dec 2009 11:31:58 +0000 jrash Synced with help_mp-en.h r30044
Fri, 18 Dec 2009 11:15:09 +0000 jrash sync with en/mplayer.1 r30053
Thu, 17 Dec 2009 20:15:34 +0000 cehoyos Support R210 uncompressed 10 bit RGB codec.
Thu, 17 Dec 2009 18:31:59 +0000 reimar Do not modify priv->idx_pos when regenerating the index, use a local
Thu, 17 Dec 2009 13:27:15 +0000 cehoyos Cosmetics: Reindent after r30050.
Thu, 17 Dec 2009 13:23:15 +0000 cehoyos Slightly increase hardware decoding performance by always using more
Thu, 17 Dec 2009 10:57:40 +0000 adrian Cosmetics: reindent
Thu, 17 Dec 2009 02:16:12 +0000 cehoyos Improve VDPAU render performance by increasing number of output surfaces.
Wed, 16 Dec 2009 23:44:26 +0000 diego Make vidix/pci_db2c.awk executable.
Wed, 16 Dec 2009 22:36:17 +0000 adrian The fontconfig check added in r30044 wasn't safe. This makes it more robust.
Wed, 16 Dec 2009 11:59:53 +0000 diego Simplify the evaluation of the lang-def template:
Wed, 16 Dec 2009 11:11:31 +0000 adrian Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
Tue, 15 Dec 2009 20:38:54 +0000 adrian Add support for -geometry to corevideo.
Tue, 15 Dec 2009 20:25:50 +0000 adrian Add -xineramascreen support to corevideo vo. Still prefer corevideo's own device_id parameter if it's set.
Tue, 15 Dec 2009 02:13:51 +0000 compn add spdif example from beandog
Mon, 14 Dec 2009 12:03:02 +0000 diego Filter list of missing source files so that it only contains nonexisting files.
Mon, 14 Dec 2009 11:54:49 +0000 diego Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.
Mon, 14 Dec 2009 04:06:25 +0000 diego Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
Mon, 14 Dec 2009 03:50:34 +0000 diego Avoid hackish shell loop to symlink missing XML source files.
Mon, 14 Dec 2009 03:43:54 +0000 diego Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
Mon, 14 Dec 2009 03:35:26 +0000 diego Reuse SYMLINKS_DEPS variable in the symlink targets.
Mon, 14 Dec 2009 03:32:12 +0000 diego Simplify shell command to symlink missing translated source files.
Mon, 14 Dec 2009 03:19:01 +0000 diego Ignore errors from failing rm commands in clean targets.
Mon, 14 Dec 2009 03:17:23 +0000 diego Do not ignore errors from mkdir invocations.
Mon, 14 Dec 2009 03:14:21 +0000 diego The general xmllint target should only check configured languages.
Mon, 14 Dec 2009 03:09:09 +0000 diego Improve declaration of phony targets.
Mon, 14 Dec 2009 03:07:35 +0000 diego Factorize dependencies of language-specific HTML generation targets.
Mon, 14 Dec 2009 03:01:40 +0000 diego spelling cosmetics
Mon, 14 Dec 2009 02:59:39 +0000 diego Remove pointless dependency on xmllint.sh from phony xmllint target.
Mon, 14 Dec 2009 02:45:55 +0000 diego Drop pointless dependencies of the phony targets html-chunked and html-single.
Mon, 14 Dec 2009 02:42:59 +0000 diego Fix dependencies of html-chunked and html-single targets.
Mon, 14 Dec 2009 02:40:55 +0000 diego Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
Mon, 14 Dec 2009 02:39:22 +0000 diego Factorize all components generated by configure into a variable.
Mon, 14 Dec 2009 02:34:41 +0000 diego Remove outdated comment about build system behavior.
Mon, 14 Dec 2009 02:25:40 +0000 diego cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
Mon, 14 Dec 2009 02:01:50 +0000 diego Drop support for per-language XSL stylesheets.
Mon, 14 Dec 2009 02:00:25 +0000 diego Remove pointless Polish stylesheet; it provides no real benefit.
Mon, 14 Dec 2009 01:51:42 +0000 diego Drop support for per-language stylesheets.
Mon, 14 Dec 2009 01:34:02 +0000 diego Unconditionally symlink documentation files missing from a translation.
Mon, 14 Dec 2009 00:57:33 +0000 diego Use variable for HTML stylesheet so individual languages can use their own.
Mon, 14 Dec 2009 00:42:46 +0000 diego Factorize stylesheet installation into its own target.
Mon, 14 Dec 2009 00:16:32 +0000 diego Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
Sun, 13 Dec 2009 23:59:10 +0000 diego Factorize generating the list of all main.xml files.
Sun, 13 Dec 2009 23:54:46 +0000 diego configure also generates all main.xml files.
Sun, 13 Dec 2009 23:50:38 +0000 diego Add html-chunk.xsl and html-single.xsl to targets generated by configure.
Sun, 13 Dec 2009 23:48:20 +0000 diego Avoid '&>' bashism for redirecting both stdout and stderr.
Sun, 13 Dec 2009 23:22:55 +0000 diego Simplify one more command via automatic variables.
Sun, 13 Dec 2009 23:17:11 +0000 diego Simplify setting COMMON_XSL_DEPS variable:
Sun, 13 Dec 2009 22:51:55 +0000 diego Do not build monolithic documentation in a separate directory.
Sun, 13 Dec 2009 22:43:37 +0000 diego - Remove now unnecessary dependency on intermediate directories.
Sun, 13 Dec 2009 22:25:08 +0000 diego Do not pointlessly set the HTMLFILE variable when running xmllint.
Sun, 13 Dec 2009 22:23:34 +0000 diego Simplify some commands via automatic variables.
Sun, 13 Dec 2009 22:15:50 +0000 diego Create required directories directly without intermediate steps.
Sun, 13 Dec 2009 22:10:39 +0000 diego Declare common dependencies for chunked and single HTML targets together.
Sun, 13 Dec 2009 21:51:09 +0000 diego cosmetics: Remove pointless trailing /.
Sun, 13 Dec 2009 21:43:31 +0000 diego xmllint.sh is not a phony target.
Sun, 13 Dec 2009 21:33:24 +0000 diego Do not use symlinks for translations that comprise all XML files.
Sun, 13 Dec 2009 21:24:04 +0000 diego Remove pointless warning about Make being called from the wrong place.