Sat, 22 Dec 2007 06:20:48 +0000 |
ulion |
Combine common code for check whether chapter is available.
|
Sat, 22 Dec 2007 06:14:38 +0000 |
ulion |
OSD menu support mouse selection.
|
Sat, 22 Dec 2007 03:45:14 +0000 |
ulion |
Move two variable to the scope where they are indeed used.
|
Fri, 21 Dec 2007 11:56:18 +0000 |
reimar |
Simplify a little bit
|
Fri, 21 Dec 2007 11:53:55 +0000 |
reimar |
Remove a check that is never in any way useful
|
Fri, 21 Dec 2007 11:47:09 +0000 |
diego |
comment typo fixes
|
Fri, 21 Dec 2007 11:46:58 +0000 |
reimar |
Avoid some le2me_ASF_* stuff operating directly on buffer, should
|
Fri, 21 Dec 2007 11:41:42 +0000 |
diego |
The lagarith DLL requires an MMX2 CPU.
|
Fri, 21 Dec 2007 11:37:47 +0000 |
reimar |
Remove another useless cast
|
Fri, 21 Dec 2007 11:34:04 +0000 |
reimar |
100l, buffer bound checks work better when done _before_ access.
|
Fri, 21 Dec 2007 11:30:55 +0000 |
reimar |
Reduce some extreme parsing ugliness (mostly cosmetic)
|
Fri, 21 Dec 2007 10:53:32 +0000 |
reimar |
Remove useless alloc casts
|
Fri, 21 Dec 2007 00:13:08 +0000 |
reimar |
Reduce code duplication: add a asf_read_wrapper function that never does partial reads
|
Thu, 20 Dec 2007 18:20:09 +0000 |
ptt |
30% synced with r22753
|
Thu, 20 Dec 2007 12:57:36 +0000 |
reimar |
Move more variables into the block where they are used
|
Thu, 20 Dec 2007 12:51:24 +0000 |
reimar |
Move a variable to where it is used
|
Thu, 20 Dec 2007 12:00:44 +0000 |
ulion |
Support send mouse movements commands to mplayer.
|
Thu, 20 Dec 2007 11:36:53 +0000 |
ulion |
Fix stream_cache to use sector_size set in stream_t.
|
Thu, 20 Dec 2007 11:21:02 +0000 |
reimar |
Move ds->current=NULL; further up to the free_demux_packet.
|
Thu, 20 Dec 2007 10:41:16 +0000 |
ulion |
Fix comment from unrarlib to unrar_exec
|
Thu, 20 Dec 2007 10:40:30 +0000 |
ulion |
Remove redundant code since unrarlib was removed.
|
Thu, 20 Dec 2007 10:29:44 +0000 |
reimar |
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
|
Thu, 20 Dec 2007 10:10:26 +0000 |
diego |
Remove internal unrarlib copy, the new unrarexec code is a strict superset.
|
Thu, 20 Dec 2007 10:08:36 +0000 |
benoit |
Make sure strides have positive values before converting.
|
Thu, 20 Dec 2007 07:11:48 +0000 |
ulion |
Add variable bx, dx to simplify code of function menu_draw_list.
|
Thu, 20 Dec 2007 02:17:29 +0000 |
ulion |
Add local variable 'line_h' to simplify code of function menu_list_draw.
|
Wed, 19 Dec 2007 16:17:26 +0000 |
ulion |
Ignore mouse pos command when pausing.
|
Wed, 19 Dec 2007 15:21:27 +0000 |
ulion |
Currently menu title did not align center together with menu items when x>=0.
|
Wed, 19 Dec 2007 09:34:28 +0000 |
ulion |
Calculate and draw osd accurately.
|
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.
|