aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Remove useless alloc castsGravatar reimar2007-12-21
* Reduce code duplication: add a asf_read_wrapper function that never does part...Gravatar reimar2007-12-21
* 30% synced with r22753Gravatar ptt2007-12-20
* Move more variables into the block where they are usedGravatar reimar2007-12-20
* Move a variable to where it is usedGravatar reimar2007-12-20
* Support send mouse movements commands to mplayer.Gravatar ulion2007-12-20
* Fix stream_cache to use sector_size set in stream_t.Gravatar ulion2007-12-20
* Move ds->current=NULL; further up to the free_demux_packet.Gravatar reimar2007-12-20
* Fix comment from unrarlib to unrar_execGravatar ulion2007-12-20
* Remove redundant code since unrarlib was removed.Gravatar ulion2007-12-20
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDGravatar reimar2007-12-20
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.Gravatar diego2007-12-20
* Make sure strides have positive values before converting.Gravatar benoit2007-12-20
* Add variable bx, dx to simplify code of function menu_draw_list.Gravatar ulion2007-12-20
* Add local variable 'line_h' to simplify code of function menu_list_draw.Gravatar ulion2007-12-20
* Ignore mouse pos command when pausing.Gravatar ulion2007-12-19
* Currently menu title did not align center together with menu items when x>=0.Gravatar ulion2007-12-19
* Calculate and draw osd accurately.Gravatar ulion2007-12-19
* Make libmenu init and uninit in proper place.Gravatar ulion2007-12-19
* Vobsub support tridx setting in .idx file.Gravatar ulion2007-12-19
* Use calloc instead of malloc when allocate vobsub_t.Gravatar ulion2007-12-19
* sync w/r25455Gravatar gpoirier2007-12-19
* Protocol name should be case insensitive.Gravatar ulion2007-12-19
* Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.Gravatar ulion2007-12-19
* typo noticed by Paul TTGravatar diego2007-12-18
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...Gravatar rik2007-12-18
* sync w/25440Gravatar gpoirier2007-12-18
* Use NSMakeRect and NSRect in correct way:Gravatar ulion2007-12-18
* Fix wrong code in last commit.Gravatar ulion2007-12-18
* Fix mouse button mapping:Gravatar ulion2007-12-18
* Here should add the minb to x when x>=0 because in later codeGravatar ulion2007-12-18
* Fix the menu uninit function name.Gravatar ulion2007-12-18
* Replace another m_struct_t by 'struct m_struct_st' to remove depedencyGravatar ulion2007-12-18
* Stop MPlayer from complaining about bogus AviSynth DLL load failures.Gravatar diego2007-12-18
* Remove dependency on m_struct.h when include libmenu/menu.h.Gravatar ulion2007-12-18
* Do not operate on vobsub when no video (Bug #312).Gravatar ulion2007-12-18
* r25345 patched the wrong line.Gravatar ben2007-12-17
* Record screen size and display size in vo_ variables.Gravatar ulion2007-12-17
* screen_frame is only used for fullscreen mode.Gravatar ulion2007-12-17
* Fix the expand text's format by the source.Gravatar ulion2007-12-17
* Caching toc header in vcd private structure for later use.Gravatar ulion2007-12-17
* Add cdda stream control for chapter commmands.Gravatar ulion2007-12-17
* Fix indent for last commit.Gravatar ulion2007-12-17
* Ignore elements of keybindings other than 'binding'.Gravatar ulion2007-12-17
* Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.Gravatar ulion2007-12-17
* Display parsed keycode in verbose output.Gravatar ulion2007-12-17
* mention that the sync is partialGravatar gpoirier2007-12-17
* partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%Gravatar gpoirier2007-12-17
* cosmetics: Remove trailing whitespace.Gravatar diego2007-12-17
* Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).Gravatar ulion2007-12-17