2007-12-15 |
ulion | Add auto-update property for property menu item.
|
commit | commitdiff | tree |
2007-12-15 |
ulion | Only read disc info once and save it for later using.
|
commit | commitdiff | tree |
2007-12-15 |
ulion | The buffer used for pread need be aligned, but currently...
|
commit | commitdiff | tree |
2007-12-15 |
ulion | Get end position of last track by adding its starting...
|
commit | commitdiff | tree |
2007-12-15 |
ulion | Replace printf with mp_msg.
|
commit | commitdiff | tree |
2007-12-14 |
ulion | Only print one track info when exactly seeking to the...
|
commit | commitdiff | tree |
2007-12-14 |
ulion | Support chapter in OSD menu.
|
commit | commitdiff | tree |
2007-12-14 |
ulion | Support chapter as a property.
|
commit | commitdiff | tree |
2007-12-14 |
ulion | Fix stream cdda seeks to CD's end and hangs forever...
|
commit | commitdiff | tree |
2007-12-14 |
ulion | Support using unrar executable to access rar-compressed...
|
commit | commitdiff | tree |
2007-12-13 |
ulion | Add demuxer functions for chapter feature.
|
commit | commitdiff | tree |
2007-12-13 |
ulion | Add new audio filter for encoding multi-channel audio...
|
commit | commitdiff | tree |
2007-12-12 |
ulion | Fix libass to support -nofontconfig.
|
commit | commitdiff | tree |
2007-12-12 |
ulion | Fix memory leak. I thought asx_get_attrib() return...
|
commit | commitdiff | tree |
2007-12-12 |
ulion | Fix memory leak, reported by Andrew Calkin <andrew...
|
commit | commitdiff | tree |
2007-12-12 |
ulion | Remove headers not used.
|
commit | commitdiff | tree |
2007-12-12 |
ulion | Add OSD menu keybindings for Apple Remote.
|
commit | commitdiff | tree |
2007-12-12 |
ulion | Update comment that navigating keys is defined in menu...
|
commit | commitdiff | tree |
2007-12-11 |
ulion | Fix spudec to display current vobsub immediately after...
|
commit | commitdiff | tree |
2007-12-11 |
ulion | Make up missing changelog for dts wav support.
|
commit | commitdiff | tree |
2007-12-11 |
ulion | Support to run multiple mplayer commands set in menu...
|
commit | commitdiff | tree |
2007-12-11 |
ulion | Add new function for parsing and queueing multi-commands...
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Fix all current known multi-channel wrong order problems...
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Fix memory leak that tmp allocated but maybe not used.
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Fix mylstat() call to parent dir where the subdir has...
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Fix my wrong code in r25530.
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Make up missing header update in r25326.
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Move temp variable declaration into inner loop scope.
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Ignore heading spaces when parsing command.
|
commit | commitdiff | tree |
2007-12-10 |
ulion | Fix missing command line bug by making the input parameter...
|
commit | commitdiff | tree |
2007-12-09 |
ulion | Combine common code for dealing with file action and...
|
commit | commitdiff | tree |
2007-12-09 |
ulion | Use recorded last path only when stat it ok.
|
commit | commitdiff | tree |
2007-12-09 |
ulion | Convert vobsub custom colors from rgb to yuv using...
|
commit | commitdiff | tree |
2007-12-08 |
ulion | Remove useless include added in last commit by mistake.
|
commit | commitdiff | tree |
2007-12-08 |
ulion | Move vobsub palette->yuv convert code into a common...
|
commit | commitdiff | tree |
2007-12-08 |
ulion | Remove useless variable aoIsCreated since we took good...
|
commit | commitdiff | tree |
2007-12-08 |
ulion | Restore y of palette into the same value range as it...
|
commit | commitdiff | tree |
2007-12-05 |
ulion | Prevent from outputing mass of 'skip' log messages...
|
commit | commitdiff | tree |
2007-12-04 |
ulion | Add cleanup codes for init() failure to prevent leak.
|
commit | commitdiff | tree |
2007-12-04 |
ulion | When auto loading subs, log warning instead of error...
|
commit | commitdiff | tree |
2007-12-04 |
ulion | Remove hardcoded key->cmd bindings in libmenu, support...
|
commit | commitdiff | tree |
2007-12-03 |
ulion | Skip empty vobsub streams when selecting subtitles.
|
commit | commitdiff | tree |
2007-12-03 |
ulion | Fix custom palette format from rgb to yuv, we use it...
|
commit | commitdiff | tree |
2007-12-02 |
ulion | Do not queue empty cmd.
|
commit | commitdiff | tree |
2007-12-02 |
ulion | Add type info to menu_t, now we can get the menu name...
|
commit | commitdiff | tree |
2007-11-30 |
ulion | Remove stray line that slipped through in last commit.
|
commit | commitdiff | tree |
2007-11-30 |
ulion | Fix warnings:
|
commit | commitdiff | tree |
2007-11-30 |
ulion | Support double buffering, fix osd flicker.
|
commit | commitdiff | tree |
2007-11-30 |
ulion | Fix play window not get actived problem on Leopard.
|
commit | commitdiff | tree |
2007-11-29 |
ulion | Ignore empty event.
|
commit | commitdiff | tree |
2007-11-29 |
ulion | Even when vobsub is forced, .ifo file is still not...
|
commit | commitdiff | tree |
2007-11-28 |
ulion | Add an example for play DTS-CD with passsthrough.
|
commit | commitdiff | tree |
2007-11-28 |
ulion | Set protocol for the vo proxy used in shared-buffer...
|
commit | commitdiff | tree |
2007-11-27 |
ulion | Added myself, as suggested by Diego.
|
commit | commitdiff | tree |
2007-11-27 |
ulion | Takeover as maintainer of mplayer osx port with Nicolas...
|
commit | commitdiff | tree |
2007-11-27 |
ulion | Use const char * to replace a char * parameter.
|
commit | commitdiff | tree |
2007-11-27 |
ulion | Fix warnings:
|
commit | commitdiff | tree |
2007-11-26 |
ulion | Fix warning on Leopard, tested ok on Tiger:
|
commit | commitdiff | tree |
2007-11-26 |
ulion | Fix warning:
|
commit | commitdiff | tree |
2007-11-26 |
ulion | Support stream redirection from http to mms, fix bug...
|
commit | commitdiff | tree |
2007-11-26 |
ulion | Fix code to make sure the browse starting path within...
|
commit | commitdiff | tree |
2007-11-25 |
ulion | Make up missed update for osd message.
|
commit | commitdiff | tree |
2007-11-25 |
ulion | Support select subtitle by source, add 4 properties:
|
commit | commitdiff | tree |
2007-11-24 |
ulion | Support convert 14-bit DTS stream into 16-bit stream...
|
commit | commitdiff | tree |
2007-11-23 |
ulion | Fix memory leak of image_data.
|
commit | commitdiff | tree |
2007-11-23 |
ulion | Fix a memory leak when working in shared_buffer mode.
|
commit | commitdiff | tree |
2007-11-23 |
ulion | Check boundary for queue's current_index.
|
commit | commitdiff | tree |
2007-11-23 |
ulion | Prevent from using data->len when data is NULL (when...
|
commit | commitdiff | tree |
2007-11-23 |
ulion | Move the setCurrentTexture call into flip_page(), fix...
|
commit | commitdiff | tree |
2007-11-21 |
ulion | Fix a wrong cmdline example of using -menu-chroot.
|
commit | commitdiff | tree |
2007-11-21 |
ulion | Make hwdts support more dts format identification,...
|
commit | commitdiff | tree |
2007-11-21 |
ulion | Support dump AF_FORMAT_AC3 format.
|
commit | commitdiff | tree |
2007-11-19 |
ulion | Let NSApp handle events when uninit to fix the delay...
|
commit | commitdiff | tree |
2007-11-18 |
ulion | Add a wish which is available in some filters and players...
|
commit | commitdiff | tree |
2007-11-17 |
ulion | Fix pausing_toggle not continue play bug when it follows...
|
commit | commitdiff | tree |
2007-11-15 |
ulion | Remove the pause filter and the cmd queue hack, to...
|
commit | commitdiff | tree |
2007-11-13 |
ulion | Remove an useless conditional suggested by Emanuele...
|
commit | commitdiff | tree |
2007-11-11 |
ulion | Remove useless definition.
|
commit | commitdiff | tree |
2007-11-11 |
ulion | Indent fix for last change.
|
commit | commitdiff | tree |
2007-11-11 |
ulion | Support mute when passthrough to digital output.
|
commit | commitdiff | tree |
2007-11-10 |
ulion | Fix dead lock when changing and restoring stream format...
|
commit | commitdiff | tree |
2007-11-10 |
ulion | Make page up and down with proper page size instead...
|
commit | commitdiff | tree |
2007-11-09 |
ulion | Enable ontop command from mplayer to be sent to mplayer...
|
commit | commitdiff | tree |
2007-11-08 |
ulion | Fix pause key problem in correct way, only handle pause...
|
commit | commitdiff | tree |
2007-11-08 |
ulion | Fix cmd filter memory leak, free the cmd after filter...
|
commit | commitdiff | tree |
2007-11-07 |
ulion | Handle mouse up event to get double click support from...
|
commit | commitdiff | tree |
2007-11-06 |
ulion | Fix mouse right button and middle button incorrect...
|
commit | commitdiff | tree |
2007-11-06 |
ulion | Fix KPENTER keycode value.
|
commit | commitdiff | tree |
2007-11-06 |
ulion | Fix the prevent system idle code. Original code also...
|
commit | commitdiff | tree |
2007-11-06 |
ulion | Fix the prevent system idle code. Original code also...
|
commit | commitdiff | tree |
2007-11-06 |
ulion | Warning fixes:
|
commit | commitdiff | tree |
2007-11-06 |
ulion | Fix memory leak caused by after calling mp_input_get_cmd...
|
commit | commitdiff | tree |
2007-11-05 |
ulion | Add include to fix warning:
|
commit | commitdiff | tree |
2007-11-05 |
ulion | Warning fixes:
|
commit | commitdiff | tree |
2007-11-04 |
ulion | Old code for dvdsub_id fix assume the global_sub_indices...
|
commit | commitdiff | tree |
2007-10-31 |
ulion | Fix input.conf parse bug when comment follows key binding...
|
commit | commitdiff | tree |
2007-10-27 |
ulion | Reset two static variables for nosub range when subdata...
|
commit | commitdiff | tree |
2007-10-23 |
ulion | Fix input command parser for using only tab to separate...
|
commit | commitdiff | tree |
2007-10-23 |
ulion | Fix GetTimerMS() discontinuous return value bug caused...
|
commit | commitdiff | tree |