log

age author description
2013-05-03 reimar Add documentation about Android -vo gl mode.
2013-05-03 cigaes input: add an option to set the default pausing mode.
2013-05-03 ib Relocate definition of DXR3Config.
2013-05-02 reimar Also add ordinary 422P support for libopenjpeg.
2013-05-02 reimar Support decoding of ordinary YV12 j2k.
2013-05-02 reimar Avoid 3D texture with border.
2013-05-01 reimar Add forgotten switch back to texture unit 0.
2013-05-01 reimar Use better default for YUV mode autodetection.
2013-05-01 reimar Add xyz support for -vo gl.
2013-05-01 reimar Fix XYZ conversion matrix.
2013-05-01 reimar Support determining texture format for XYZ format.
2013-05-01 reimar Synchronize settings for native and libopenjpeg j2k decoders.
2013-05-01 reimar Fix bpp calculation for XYZ format.
2013-05-01 reimar Fix define value.
2013-05-01 reimar Enable/disable extra instructions for gamma correction
2013-05-01 cehoyos Support playback of JPEG 2000 digital cinema files.
2013-04-30 ib Revise signal callback function doxygen comments.
2013-04-30 ib Add doxygen comment.
2013-04-30 ib Cosmetic: Prefer hyphen to underline in signal names.
2013-04-30 ib Rename on_FileSelect_key_release_event() fs_key_release_event().
2013-04-30 ib Set focus to fsFNameList after a combo box selection.
2013-04-30 ib Cosmetic: Adjust indent.
2013-04-30 ib Redesign on_FileSelect_key_release_event().
2013-04-30 ib Remove signal "activate" handling.
2013-04-30 ib Fix segmentation fault.
2013-04-30 cehoyos Support playing VC-1 in transport streams with -demuxer lavf.
2013-04-29 ib Move declaration into scope where variable is used.
2013-04-29 ib Merge declaration and assignment.
2013-04-29 ib Cosmetic: Adjust indent.
2013-04-29 ib Check return value to avoid segmentation fault.
2013-04-29 ib Set file prior to adding to the URL list.
2013-04-29 ib Remove pointless cast.
2013-04-29 ib Cosmetic: Adjust indent.
2013-04-29 ib Don't strdup the URL.
2013-04-29 ib Check return value to avoid segmentation fault.
2013-04-29 ib Remove pointless code.
2013-04-29 ib Be more precise about type.
2013-04-29 ib Cosmetic: Insert blank line and relocate statement.
2013-04-26 reimar Remove the broken -bluray-chapter option.
2013-04-26 reimar Make -chapter always available, even when compiled without DVD support.
2013-04-26 reimar br://: Fix querying current chapter.
2013-04-18 cboesch Add support for AV_CODEC_ID_ASS.
2013-04-15 jrash sync with en/mplayer.1 rev. 36136
2013-04-11 reimar Remove some nonsense code, align with X11 implementation.
2013-04-05 reimar Ensure we call init_vo at the end of get_format to ensure the vo is properly initialized.
2013-04-05 reimar Do not try with scale filter etc. when the format is a HWACCEL format.
2013-04-05 reimar Detect invalid data from FFmpeg.
2013-04-05 ib Make comment a doxygen comment.
2013-04-05 ib Revise gtkEvents().
2013-04-05 ib Rename gtkEventHandling() gtkEvents().
2013-04-05 ib Remove gtkEventHandling().
2013-04-05 ib Add comment.
2013-04-04 ib Remove commented code.
2013-04-04 ib Don't allow the URL dialog to be vertically user-resizable.
2013-04-04 ib Don't allow the URL dialog to be user-shrinkable.
2013-04-04 ib Don't allow the file selector to be user-shrinkable.
2013-04-04 ib Fix parameter auto_shrink.
2013-04-04 ib Don't allow the message box to be user-resizable.
2013-04-04 ib Don't allow the file selector to be user-shrinkable.
2013-04-04 ib Fix parameter auto_shrink.
2013-04-04 ib Don't allow the about box to be user-resizable.
2013-04-04 ib Remove GTK_WIDGET_SET_FLAGS(, GTK_CAN_DEFAULT).
2013-04-04 ib Don't set (too small) height.
2013-04-04 ib Avoid casts by passing an existing pointer.
2013-04-04 ib Change some class hint names.
2013-04-04 ib Cosmetic: Rename GMPlayer definition gmplayer.
2013-04-04 ib Define "MPlayer" string.
2013-04-04 ib Remove all gtk_widget_set_name() calls.
2013-04-04 ib Remove all gtk_object_set_data() calls.
2013-04-04 ib Cosmetic: Rename signal handler function.
2013-04-04 ib Cosmetic: Rename static variables.
2013-04-03 ib Cosmetic: Rearrange definitions.
2013-04-03 ib Cosmetic: Rename variable and correct spelling.
2013-04-03 ib Cosmetic: Adjust indent.
2013-04-03 ib Remove unnecessary initialization.
2013-04-03 ib Cosmetic: Switch conditions (for consistency).
2013-04-03 ib Cosmetic: Rename variables (consistently).
2013-04-03 reimar Add limited -endpos support when dumping.
2013-04-03 reimar Add workaround to allow compiling 64 bit MPlayer with clang on OSX.
2013-04-01 ib Group and sort #includes, remove unneeded ones.
2013-04-01 reimar Revert r36098, it breaks compilation on x86-64 Linux.
2013-04-01 reimar Print a message before fetching a new FFmpeg version.
2013-04-01 ib Cosmetic: Don't mix #includes with variable definitions.
2013-04-01 ib Make #defines enums.
2013-04-01 ib Remove pointless #defines.
2013-04-01 ib Move function declaration where it belongs.
2013-04-01 ib Cosmetic: Order declarations alphabetically.
2013-03-31 ib Cosmetic: Rearrange #includes.
2013-03-31 ib Move variable declarations and definitions where they belong.
2013-03-31 ib Move variable declarations where they belong.
2013-03-31 ib Move variable declarations and definitions where they belong.
2013-03-31 ib Make variable DVDSubMenu static.
2013-03-31 ib Remove unused declaration.
2013-03-31 ib Remove unnecessary #includes.
2013-03-31 ib Remove unused declaration.
2013-03-31 ib Move gtkFindCList() to tools.c.