log

age author description
Wed, 22 Jun 2011 12:53:30 +0000 ib Replace all playback integer constants by their symbolic constants.
Wed, 22 Jun 2011 12:12:50 +0000 ib Rename the symbolic playback state constants.
Wed, 22 Jun 2011 12:09:01 +0000 diego build: Add .gitignore file.
Wed, 22 Jun 2011 12:08:54 +0000 diego build: Rebuild version.h file if git metadata changed due to new commits.
Wed, 22 Jun 2011 11:48:31 +0000 ib Rename guiGetEvent type guiCEvent guiSetState.
Wed, 22 Jun 2011 11:30:27 +0000 ib Remove unused guiGetEvent type guiSetState.
Wed, 22 Jun 2011 11:19:23 +0000 ib Enable fullscreen with inactive video window.
Tue, 21 Jun 2011 20:29:55 +0000 reimar Indentation fixes.
Tue, 21 Jun 2011 20:28:53 +0000 reimar Do not set priv->pb for AVFMT_NOFILE formats, this now causes FFmpeg to error out.
Tue, 21 Jun 2011 19:44:24 +0000 reimar Second GL_YCBCR_MESA format is YVYU, not YUY2.
Tue, 21 Jun 2011 19:34:00 +0000 reimar Allow specifying yvyu format as option.
Tue, 21 Jun 2011 19:29:22 +0000 reimar Document the meaning of some of the packed YUV formats.
Tue, 21 Jun 2011 18:02:17 +0000 reimar Disable SAP muxer since it depends on disabled RTP muxer.
Tue, 21 Jun 2011 17:53:24 +0000 reimar Change memcpy_pic to force it to never write to image parts between
Tue, 21 Jun 2011 17:49:21 +0000 reimar Improve stereo3d interleaved man page description.
Tue, 21 Jun 2011 17:32:07 +0000 reimar Allow a larger range for -aspect.
Tue, 21 Jun 2011 16:54:45 +0000 reimar Avoid C99 syntax not supported by some old compilers.
Tue, 21 Jun 2011 16:53:01 +0000 reimar Fix compilation with dvdread/dvdnav disabled.
Mon, 20 Jun 2011 20:10:28 +0000 reimar Avoid va_copy, it is not generally available
Sun, 19 Jun 2011 23:52:04 +0000 ib Explain role of the GUI configuration file in
Sun, 19 Jun 2011 23:32:17 +0000 ib Revise guiGetEvent() calls.
Sun, 19 Jun 2011 23:03:30 +0000 ib Cosmetic: Adjust indent.
Sun, 19 Jun 2011 19:15:26 +0000 reimar Use the proper type for the palette, fixes compiler warning.
Sun, 19 Jun 2011 19:05:39 +0000 reimar Add const to avoid compiler warning.
Sun, 19 Jun 2011 19:03:12 +0000 reimar Remove more unused variables.
Sun, 19 Jun 2011 19:02:02 +0000 reimar Move check_events function to avoid forward declaration.
Sun, 19 Jun 2011 18:57:57 +0000 reimar Remove more unnecessary code/defines.
Sun, 19 Jun 2011 18:55:30 +0000 reimar Remove GUI-specific code that is already handled by common code now.
Sun, 19 Jun 2011 18:53:28 +0000 reimar Remove some #includes that are no longer needed.
Sun, 19 Jun 2011 18:50:14 +0000 reimar Remove more code and variables that have no purpose anymore.
Sun, 19 Jun 2011 18:43:07 +0000 reimar Remove left-over code from icon/cursor handling that is
Sun, 19 Jun 2011 18:31:45 +0000 reimar Simplify code for printing display adapter list.
Sun, 19 Jun 2011 17:33:16 +0000 diego build: Simplify version.h dependency generation.
Sun, 19 Jun 2011 17:33:11 +0000 diego gui: Rename TRANSPARENT #define to MP_TRANSPARENT.
Sun, 19 Jun 2011 17:33:06 +0000 diego win32 gui: Remove unused function guiMessageBox.
Sun, 19 Jun 2011 17:33:01 +0000 diego win32 gui: Move some forward declarations to the appropriate header file.
Sun, 19 Jun 2011 17:32:54 +0000 diego win32 gui: Mark some functions as static.
Sun, 19 Jun 2011 16:52:51 +0000 reimar Add forgotten void.
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Sun, 19 Jun 2011 16:28:18 +0000 reimar Fix printing of subtitle type, the wrong index was used to lookup the type.
Sun, 19 Jun 2011 16:11:42 +0000 ib Remove xpm definitions inside source file.
Sun, 19 Jun 2011 16:05:35 +0000 reimar Factor out a tiny bit of common code.
Sun, 19 Jun 2011 15:35:58 +0000 ib Add missing gui directory to Makefile.
Sun, 19 Jun 2011 15:34:08 +0000 ib Rename some gtk files.
Sun, 19 Jun 2011 13:58:45 +0000 ib Add const to string pointer argument that will not be modified.
Sun, 19 Jun 2011 13:01:20 +0000 ib Rename some pixmaps.
Sun, 19 Jun 2011 12:51:36 +0000 reimar Change vo_directx to use w32_common.c
Sun, 19 Jun 2011 12:45:28 +0000 reimar Generate VO_EVENT_MOVE also with -wid.
Sun, 19 Jun 2011 12:36:12 +0000 reimar Implement uiStop and remove outdated comment.
Sun, 19 Jun 2011 12:26:38 +0000 reimar Add cfg_gui_include also for win32 GUI.
Sun, 19 Jun 2011 12:23:26 +0000 reimar Add const to string pointer argument that will not be modified.
Sun, 19 Jun 2011 12:05:32 +0000 reimar Fix compilation of w32 gui.
Sun, 19 Jun 2011 11:42:24 +0000 ib Rename #include guard in gui/ui/actions.h.
Sun, 19 Jun 2011 10:36:15 +0000 reimar w32_common: also generate VO_EVENT_MOVE.
Sun, 19 Jun 2011 09:10:35 +0000 reimar Avoid including aviheader.h only for mmioFOURCC, it has too many
Sun, 19 Jun 2011 08:33:57 +0000 reimar Add support for converting to interleaved 3D in vf_stereo3d.
Sat, 18 Jun 2011 21:08:29 +0000 cboesch manpage: clarify usage of -endpos with mplayer.
Sat, 18 Jun 2011 20:50:55 +0000 cboesch vo_mng: add output sub-option.
Sat, 18 Jun 2011 16:35:37 +0000 ib Fix compilation after r33644.
Sat, 18 Jun 2011 16:03:31 +0000 ib Rename GUI directory 'mplayer' and some files in it.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Sat, 18 Jun 2011 10:33:30 +0000 diego build: Only compile DLL loader test program under x86_32.
Sat, 18 Jun 2011 10:32:45 +0000 diego build: Fix TOOLS/subrip object dependencies.
Sat, 18 Jun 2011 08:07:53 +0000 reimar Spelling fix.
Fri, 17 Jun 2011 18:59:03 +0000 ib Add a warning message for unavailable or unusable icons.
Fri, 17 Jun 2011 18:31:35 +0000 ib Cosmetic: Adjust indent.
Fri, 17 Jun 2011 18:27:00 +0000 ib Adjust message levels in wsXInit().
Fri, 17 Jun 2011 17:51:50 +0000 ib Remove unused parameter 'Size' in wsConvert().
Fri, 17 Jun 2011 13:22:41 +0000 jrash Synced with help_mp-en.h rev. 33618
Thu, 16 Jun 2011 21:37:21 +0000 cehoyos Use the same yasm check as FFmpeg.
Thu, 16 Jun 2011 17:43:05 +0000 ib Cosmetic: Adjust indent.
Thu, 16 Jun 2011 17:40:55 +0000 ib Check whether a specific icon is available.
Thu, 16 Jun 2011 15:03:18 +0000 ib Use small icon for property KWM_WIN_ICON, if available.
Thu, 16 Jun 2011 14:50:24 +0000 ib Add support for _NET_WM_ICON
Thu, 16 Jun 2011 13:09:52 +0000 ib Avoid compiler warnings.
Thu, 16 Jun 2011 12:44:28 +0000 ib Revise wsSetIcon().
Thu, 16 Jun 2011 12:31:42 +0000 ib Cosmetic: Format to MPlayer coding style.
Thu, 16 Jun 2011 12:30:24 +0000 ib Cosmetic: Format to MPlayer coding style.
Thu, 16 Jun 2011 11:52:44 +0000 ib Move key definitions for multimedia keyboards to libvo/wskeys.h,
Thu, 16 Jun 2011 11:45:47 +0000 ib Remove support for Acer AirKey V keyboard multimedia keys.
Thu, 16 Jun 2011 11:30:11 +0000 ib Rename Render() RenderAll().
Thu, 16 Jun 2011 11:19:15 +0000 ib Remove function Normalize().
Thu, 16 Jun 2011 09:27:31 +0000 diego Add some missing libavutil #includes.
Wed, 15 Jun 2011 18:06:28 +0000 reimar Support "Length" option is .pls playlist files.
Wed, 15 Jun 2011 09:28:20 +0000 ib Get non-multimedia X11 key definitions from libvo/wskeys.h.
Tue, 14 Jun 2011 23:05:02 +0000 ib Revise some messages.
Tue, 14 Jun 2011 18:55:04 +0000 ib Store icon data in a struct variable.
Tue, 14 Jun 2011 18:01:22 +0000 ib Do some gtkInit() cleanup.
Tue, 14 Jun 2011 17:53:40 +0000 ib Cosmetic: Adjust indent.
Tue, 14 Jun 2011 17:51:17 +0000 ib Fix GUI icon bug.
Tue, 14 Jun 2011 14:48:52 +0000 ib Add support for multimedia pause key.
Tue, 14 Jun 2011 14:39:26 +0000 ib Add note on wsXFMM key definitions.
Tue, 14 Jun 2011 14:33:54 +0000 ib Remove unused key definitions.
Tue, 14 Jun 2011 14:21:49 +0000 ib Use correct type CARD32 for the KWM_WIN_ICON data.
Tue, 14 Jun 2011 12:13:47 +0000 diego Allow Pause/Break key to be bound as MPlayer input key under X11.
Mon, 13 Jun 2011 19:39:18 +0000 reimar Mark some char * arguments that are strdup'd const,
Mon, 13 Jun 2011 19:33:17 +0000 reimar Remove a pointless "return".
Sun, 12 Jun 2011 19:19:51 +0000 siretart tighten dependency on libx264-dev package
Sun, 12 Jun 2011 11:26:22 +0000 reimar Change code to allow STREAM_CTRL_GET_CURRENT_TIME with cache enabled.
Sun, 12 Jun 2011 11:12:17 +0000 reimar Remove pointless ().
Sun, 12 Jun 2011 11:10:13 +0000 reimar Fix dvd_get_current_time so the cell argument actually has a purpose.
Sun, 12 Jun 2011 10:56:03 +0000 cboesch vobsub: simplify origin parsing.
Sun, 12 Jun 2011 10:55:24 +0000 cboesch vobsub: simplify timestamp parsing.
Sun, 12 Jun 2011 10:41:49 +0000 reimar Fix comment and placement of out-commented code.
Sun, 12 Jun 2011 09:57:07 +0000 reimar Make mp_dvdnav_save_smpi more robust and ensure consistency of nav buffer.
Sun, 12 Jun 2011 09:17:05 +0000 reimar Spelling fix.
Sun, 12 Jun 2011 07:07:32 +0000 ib Replace GDK_WINDOW_XWINDOW by GDK_PIXMAP_XID.
Sun, 12 Jun 2011 06:56:43 +0000 ib Rename gtkIcon variables gdkIcon.
Sun, 12 Jun 2011 06:48:10 +0000 ib Make variables static that are only used inside the file.
Sun, 12 Jun 2011 06:33:19 +0000 ib Remove needless explicit initialization of GdkPixmap variables.
Sun, 12 Jun 2011 02:31:07 +0000 jrash fix legacy translation errors
Sun, 12 Jun 2011 00:28:51 +0000 reimar Pass "native" filter chain sample format to audio encoder.
Sun, 12 Jun 2011 00:23:10 +0000 reimar Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.
Sun, 12 Jun 2011 00:04:43 +0000 reimar Remove outdated message.
Sun, 12 Jun 2011 00:03:35 +0000 reimar Fix encoding to formats taking input other than 16 bits per sample.
Sat, 11 Jun 2011 23:36:52 +0000 reimar Always choose AV_SAMPLE_FMT_S16 then the encoder supports it.
Sat, 11 Jun 2011 16:40:10 +0000 reimar Only enable NEED_GLOB on win32, currently this has the effect
Sat, 11 Jun 2011 16:38:49 +0000 reimar Add support for detecting VFPV3, required for compiling libavcodec for some
Sat, 11 Jun 2011 16:28:37 +0000 reimar Change linking order: Due to av_get_cpu_flags libswscale now depends on
Sat, 11 Jun 2011 16:21:54 +0000 reimar Replace sys/fcntl.h include by fcntl.h include used everywhere else.