log

age author description
2011-06-16 ib Cosmetic: Format to MPlayer coding style.
2011-06-16 ib Cosmetic: Format to MPlayer coding style.
2011-06-16 ib Move key definitions for multimedia keyboards to libvo/wskeys.h,
2011-06-16 ib Remove support for Acer AirKey V keyboard multimedia keys.
2011-06-16 ib Rename Render() RenderAll().
2011-06-16 ib Remove function Normalize().
2011-06-16 diego Add some missing libavutil #includes.
2011-06-15 reimar Support "Length" option is .pls playlist files.
2011-06-15 ib Get non-multimedia X11 key definitions from libvo/wskeys.h.
2011-06-14 ib Revise some messages.
2011-06-14 ib Store icon data in a struct variable.
2011-06-14 ib Do some gtkInit() cleanup.
2011-06-14 ib Cosmetic: Adjust indent.
2011-06-14 ib Fix GUI icon bug.
2011-06-14 ib Add support for multimedia pause key.
2011-06-14 ib Add note on wsXFMM key definitions.
2011-06-14 ib Remove unused key definitions.
2011-06-14 ib Use correct type CARD32 for the KWM_WIN_ICON data.
2011-06-14 diego Allow Pause/Break key to be bound as MPlayer input key under X11.
2011-06-13 reimar Mark some char * arguments that are strdup'd const,
2011-06-13 reimar Remove a pointless "return".
2011-06-12 siretart tighten dependency on libx264-dev package
2011-06-12 reimar Change code to allow STREAM_CTRL_GET_CURRENT_TIME with cache enabled.
2011-06-12 reimar Remove pointless ().
2011-06-12 reimar Fix dvd_get_current_time so the cell argument actually has a purpose.
2011-06-12 cboesch vobsub: simplify origin parsing.
2011-06-12 cboesch vobsub: simplify timestamp parsing.
2011-06-12 reimar Fix comment and placement of out-commented code.
2011-06-12 reimar Make mp_dvdnav_save_smpi more robust and ensure consistency of nav buffer.
2011-06-12 reimar Spelling fix.
2011-06-12 ib Replace GDK_WINDOW_XWINDOW by GDK_PIXMAP_XID.
2011-06-12 ib Rename gtkIcon variables gdkIcon.
2011-06-12 ib Make variables static that are only used inside the file.
2011-06-12 ib Remove needless explicit initialization of GdkPixmap variables.
2011-06-12 jrash fix legacy translation errors
2011-06-12 reimar Pass "native" filter chain sample format to audio encoder.
2011-06-12 reimar Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.
2011-06-12 reimar Remove outdated message.
2011-06-12 reimar Fix encoding to formats taking input other than 16 bits per sample.
2011-06-11 reimar Always choose AV_SAMPLE_FMT_S16 then the encoder supports it.
2011-06-11 reimar Only enable NEED_GLOB on win32, currently this has the effect
2011-06-11 reimar Add support for detecting VFPV3, required for compiling libavcodec for some
2011-06-11 reimar Change linking order: Due to av_get_cpu_flags libswscale now depends on
2011-06-11 reimar Replace sys/fcntl.h include by fcntl.h include used everywhere else.
2011-06-11 cboesch Put code checking if at the EOS in a function.
2011-06-11 ib Replace color constants in the MPlayer xpm icon file
2011-06-11 reimar a_pos is also used by update_subtitles, so initialize it always.
2011-06-11 reimar Set host_cc after cross-compile check.
2011-06-11 cboesch Various alignment cosmetics and brackets simplifications.
2011-06-11 cboesch Clarify child_sighandler loop.
2011-06-10 jrash sync with en/mplayer.1 rev. 33564
2011-06-10 jrash Synced with help_mp-en.h rev. 33565
2011-06-10 cehoyos Fix typos.
2011-06-08 reimar Change -udp-slave code to temporarily fall back to normal
2011-06-08 reimar Partially revert r33242: it was broken, instead of continuing to
2011-06-07 ib Provide a desktop icon of reasonable size (48x48) and quality.
2011-06-07 ib Delete unused pixmaps.
2011-06-07 ib Fix segmentation fault when pressing U (stop playing) in GUI.
2011-06-07 cehoyos Fix compilation without gui.
2011-06-06 ib Check error when creating the GUI config object.
2011-06-06 ib Pass m_config_new() error information to caller.
2011-06-06 ib Cosmetic: Adjust indent.
2011-06-06 ib Add option '-idle' to the GUI configuration file.
2011-06-06 ib Make option '-noidle' working for the GUI.
2011-06-05 ib When adding a playlist item, preventively set its next pointer to NULL.
2011-06-05 ib Remove unused member 'played' from playlist structure plItem.
2011-06-05 ib Cosmetic: Correct a comment and add a new one.
2011-06-05 ib Keep the old option '-guiwid' around as CONF_TYPE_PRINT
2011-06-05 ib Rename option '-guiwid' '-gui-wid'.
2011-06-05 ib Add option '-gui-include'.
2011-06-04 reimar Constrain libcdparanoia's caching which badly breaks playback with -nocache.
2011-06-04 reimar Make "Invalid seek to negative position" message more useful by
2011-06-04 reimar Fix _libcdio staying on "auto" if cdparanoia test succeeded before.
2011-06-03 ib Define "gmplayer" as symbolic constant.
2011-06-03 ib Take notice of MPlayer option '-display'.
2011-06-03 ib Remove useless code.
2011-06-03 ib Don't pointlessly cast Display pointer.
2011-06-03 ib Remove commented and disabled code.
2011-06-03 ib Remove needless explicit initialization of Display variables.
2011-06-03 ib Add French Comment entry to desktop file.
2011-06-03 ib Add Italian Comment entry to desktop file.
2011-06-03 ib Add Japanese entries to desktop file.
2011-06-03 ib Add X-GNOME-FullName entries to desktop file.
2011-06-03 ib Remove Spanish and Chinese Comment entries from desktop file.
2011-06-03 ib Make French and Italian Comment entries in desktop file GenericName entries.
2011-06-03 ib Add German GenericName entry to desktop file and revise German Comment entry.
2011-06-03 ib Revise desktop file.
2011-06-03 ib Revise desktop file.
2011-06-03 jrash sync with en/mplayer.1 rev. 33526
2011-06-01 reimar Add const to variable storing string constant pointers.
2011-06-01 reimar Add casts to avoid compiler warning.
2011-06-01 reimar Do not call functions through a function pointer specifying more
2011-06-01 reimar Add "const" to avoid compiler warning.
2011-06-01 diego configure: Enable yasm/nasm support on OS/2.
2011-05-31 iive Check if compiler is functioning properly before trying to test additional options.
2011-05-31 iive Automatically add "-fno-tree-vectorize" in CFLAGS.