log

age author description
Wed, 19 Dec 2007 08:42:18 +0000 ulion Make libmenu init and uninit in proper place.
Wed, 19 Dec 2007 08:35:40 +0000 ulion Vobsub support tridx setting in .idx file.
Wed, 19 Dec 2007 04:45:45 +0000 ulion Use calloc instead of malloc when allocate vobsub_t.
Wed, 19 Dec 2007 02:18:56 +0000 gpoirier sync w/r25455
Wed, 19 Dec 2007 01:28:00 +0000 ulion Protocol name should be case insensitive.
Wed, 19 Dec 2007 01:21:59 +0000 ulion Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.
Tue, 18 Dec 2007 23:37:52 +0000 diego typo noticed by Paul TT
Tue, 18 Dec 2007 21:43:12 +0000 rik change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
Tue, 18 Dec 2007 20:37:20 +0000 gpoirier sync w/25440
Tue, 18 Dec 2007 16:37:36 +0000 ulion Use NSMakeRect and NSRect in correct way:
Tue, 18 Dec 2007 14:58:14 +0000 ulion Fix wrong code in last commit.
Tue, 18 Dec 2007 14:48:30 +0000 ulion Fix mouse button mapping:
Tue, 18 Dec 2007 11:54:17 +0000 ulion Here should add the minb to x when x>=0 because in later code
Tue, 18 Dec 2007 10:45:43 +0000 ulion Fix the menu uninit function name.
Tue, 18 Dec 2007 09:44:54 +0000 ulion Replace another m_struct_t by 'struct m_struct_st' to remove depedency
Tue, 18 Dec 2007 09:13:19 +0000 diego Stop MPlayer from complaining about bogus AviSynth DLL load failures.
Tue, 18 Dec 2007 04:07:48 +0000 ulion Remove dependency on m_struct.h when include libmenu/menu.h.
Tue, 18 Dec 2007 03:33:36 +0000 ulion Do not operate on vobsub when no video (Bug #312).
Mon, 17 Dec 2007 19:35:30 +0000 ben r25345 patched the wrong line.
Mon, 17 Dec 2007 15:49:54 +0000 ulion Record screen size and display size in vo_ variables.
Mon, 17 Dec 2007 15:45:37 +0000 ulion screen_frame is only used for fullscreen mode.
Mon, 17 Dec 2007 15:29:42 +0000 ulion Fix the expand text's format by the source.
Mon, 17 Dec 2007 15:24:40 +0000 ulion Caching toc header in vcd private structure for later use.
Mon, 17 Dec 2007 15:20:28 +0000 ulion Add cdda stream control for chapter commmands.
Mon, 17 Dec 2007 15:01:14 +0000 ulion Fix indent for last commit.
Mon, 17 Dec 2007 14:58:46 +0000 ulion Ignore elements of keybindings other than 'binding'.
Mon, 17 Dec 2007 14:55:45 +0000 ulion Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
Mon, 17 Dec 2007 14:53:38 +0000 ulion Display parsed keycode in verbose output.
Mon, 17 Dec 2007 09:56:12 +0000 gpoirier mention that the sync is partial
Mon, 17 Dec 2007 09:40:33 +0000 gpoirier partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
Mon, 17 Dec 2007 09:02:21 +0000 diego cosmetics: Remove trailing whitespace.
Mon, 17 Dec 2007 03:42:54 +0000 ulion Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).
Mon, 17 Dec 2007 01:20:19 +0000 ulion Fix memory leak.
Mon, 17 Dec 2007 01:06:17 +0000 ulion The function parameter 'preferred_language' should be const char *.
Mon, 17 Dec 2007 00:11:33 +0000 diego Use correct #include for waitpid, fixes the warning:
Sun, 16 Dec 2007 23:57:34 +0000 diego Remove useless stray #include.
Sun, 16 Dec 2007 23:50:05 +0000 diego Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
Sun, 16 Dec 2007 16:39:10 +0000 ulion Should not change stream->pos in fill_buffer function.
Sun, 16 Dec 2007 16:37:33 +0000 diego cosmetics: reformatting
Sun, 16 Dec 2007 16:29:25 +0000 diego There are no special rules for commits to the build system.
Sun, 16 Dec 2007 11:31:52 +0000 ulion Support cddb on darwin.
Sun, 16 Dec 2007 11:13:24 +0000 ben make libass use sub_font_name whenever it's possible
Sun, 16 Dec 2007 09:59:20 +0000 gpoirier sync w/ r25389 (up-to-date!!)
Sun, 16 Dec 2007 09:26:13 +0000 gpoirier sync w/r25315
Sat, 15 Dec 2007 21:06:58 +0000 nicodvb 10l, in dvb_free_config() channels' names must be free individually
Sat, 15 Dec 2007 19:17:36 +0000 ben cosmetic: indent after r25415
Sat, 15 Dec 2007 19:16:49 +0000 ben do not override *file_format if already set by asf_streaming_start()
Sat, 15 Dec 2007 17:10:06 +0000 reimar pa_stream_write reportedly needs locking of the main loop
Sat, 15 Dec 2007 17:07:40 +0000 reimar Fix indentation
Sat, 15 Dec 2007 17:06:59 +0000 reimar Remove pointless pa_stream_trigger call
Sat, 15 Dec 2007 16:58:25 +0000 reimar Documentation for waitop function
Sat, 15 Dec 2007 15:38:38 +0000 ulion Make the end_sector accessable (it should be).
Sat, 15 Dec 2007 15:32:27 +0000 ulion Add auto-update property for property menu item.
Sat, 15 Dec 2007 13:37:41 +0000 nicodvb removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
Sat, 15 Dec 2007 13:30:44 +0000 nicodvb get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
Sat, 15 Dec 2007 13:24:01 +0000 ulion Only read disc info once and save it for later using.
Sat, 15 Dec 2007 13:05:06 +0000 nicodvb dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
Sat, 15 Dec 2007 12:17:51 +0000 ulion The buffer used for pread need be aligned, but currently it got an offset 23
Sat, 15 Dec 2007 12:11:44 +0000 ulion Get end position of last track by adding its starting address with track size.
Sat, 15 Dec 2007 01:12:44 +0000 ulion Replace printf with mp_msg.