log

age author description
Sun, 14 Feb 2010 14:54:48 +0000 diego Declare vf_menu_pause_update in libmenu/menu.h.
Sun, 14 Feb 2010 14:49:44 +0000 diego Directly mark structs as WINE_PACKED where all members are marked as packed.
Sun, 14 Feb 2010 14:48:54 +0000 reimar Simplify.
Sun, 14 Feb 2010 14:47:22 +0000 diego Move movie_aspect extern declaration to libmpcodecs/vd.h.
Sun, 14 Feb 2010 14:33:16 +0000 diego Move GUI-related extern declarations to a GUI header file.
Sun, 14 Feb 2010 14:02:09 +0000 diego GUI: Mark functions that are not used outside their files as static.
Sun, 14 Feb 2010 13:57:30 +0000 reimar Avoid using sscanf for basic parsing, it is horribly slow.
Sun, 14 Feb 2010 13:49:31 +0000 diego Avoid forward declarations for import_initial_playtree_into_gui() and
Sun, 14 Feb 2010 12:57:18 +0000 diego Add xscreensaver_heartbeat() declaration to x11_common.h.
Sun, 14 Feb 2010 12:55:02 +0000 diego Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
Sun, 14 Feb 2010 12:39:58 +0000 diego Declare mp_input_register_options() in input/input.h.
Sun, 14 Feb 2010 12:31:24 +0000 diego GUI: #include associated .h files in .c files.
Sun, 14 Feb 2010 11:57:37 +0000 reimar Check that fontconfig version is at least 2.4.2, which is required for the
Sun, 14 Feb 2010 11:19:52 +0000 reimar Reindent
Sun, 14 Feb 2010 11:17:12 +0000 reimar Just use goto instead of reimplementing it badly with a do { } while (0) and
Sun, 14 Feb 2010 11:13:20 +0000 reimar Change aspect calculation code to switch to floating point earlier so integer
Sun, 14 Feb 2010 11:13:01 +0000 diego QuickTime X supports SAR in H.264.
Sun, 14 Feb 2010 11:11:49 +0000 reimar Return NULL instead of 0 for function returning a pointer.
Sun, 14 Feb 2010 11:09:58 +0000 diego Mark uninit() as static; it is only used within the file.
Sun, 14 Feb 2010 11:09:24 +0000 reimar Remove useless casts.
Sun, 14 Feb 2010 11:06:04 +0000 reimar Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
Sun, 14 Feb 2010 11:04:14 +0000 reimar Make vd_functions_t describing codecs const.
Sun, 14 Feb 2010 11:02:05 +0000 diego Rename exit_reason_t enum to exit_reason and do not typedef it.
Sun, 14 Feb 2010 10:58:01 +0000 reimar Make vd_info_t const for pointer in vd_functions, avoids some warnings about
Sun, 14 Feb 2010 10:53:20 +0000 diego Fix exit_player() usage throughout the codebase.
Sun, 14 Feb 2010 09:19:30 +0000 reimar Remove excessive ()
Sat, 13 Feb 2010 21:32:19 +0000 diego Remove stray '/' from comment block, fixes the warning:
Sat, 13 Feb 2010 21:29:32 +0000 diego Remove unused variables, fixes the warnings:
Sat, 13 Feb 2010 17:39:34 +0000 compn add netspeak versions of truespeech and gsm audio codecs to codecs.conf
Sat, 13 Feb 2010 16:59:42 +0000 diego 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.