aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn changes up to r30917Gravatar Uoti Urpala2010-04-26
|\ \ \
* \ \ \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \ \ \
* | | | | core: track current chapter for relative chapter seeksGravatar Uoti Urpala2010-04-25
* | | | | mplayer.c: silence some compiler warningsGravatar Uoti Urpala2010-04-25
* | | | | commands: finish seeks before processing other commandsGravatar Uoti Urpala2010-04-25
* | | | | input: remove unused "paused" arguments from some functionsGravatar Uoti Urpala2010-04-25
* | | | | Fix chapter handling with first chapter not at beginning of fileGravatar Uoti Urpala2010-04-25
* | | | | Fix -chapter with ordered chaptersGravatar Uoti Urpala2010-04-25
* | | | | options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
* | | | | mplayer.c: share seek-reset code with chapter seeksGravatar Uoti Urpala2010-04-25
| | | | * Fix crash if a DVD is played with dvdnav:// and without videoGravatar reimar2010-04-25
| | | |/
* | | | Move seek-reset functionality out of demuxer.cGravatar Uoti Urpala2010-04-23
| | | * Rename SetCodecPath() --> set_codec_path().Gravatar diego2010-03-21
| | | * Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
| | | * Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
| | | * Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.Gravatar diego2010-03-18
| | | * Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
| | |/
| | * Follow a more proper way to support -codecpath.Gravatar komh2010-03-17
| |/
| * Add -codecpath option.Gravatar komh2010-03-15
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \ \
* \ \ \ Merge svn change r30560Gravatar Uoti Urpala2010-03-09
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30550Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \
* | | | | | subs: support loading external ASS subtitles via stream layerGravatar Uoti Urpala2010-03-09
* | | | | | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \
* | | | | | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
* | | | | | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
* | | | | | | Make help text translatableGravatar Uoti Urpala2010-03-07
| | | | | | * Use int64_t instead of long for variable containing current playback time.Gravatar reimar2010-03-07
| | | | | | * Add required mplayer.h and access_mpcontext.h #includes.Gravatar diego2010-02-22
| | | | | |/
| | | | | * Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.Gravatar reimar2010-02-19
| | | | | * Remove some pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
| | | | |/
| | | | * Declare vf_menu_pause_update in libmenu/menu.h.Gravatar diego2010-02-14
| | | | * Avoid forward declarations for import_initial_playtree_into_gui() andGravatar diego2010-02-14
| | | | * Add xscreensaver_heartbeat() declaration to x11_common.h.Gravatar diego2010-02-14
| | | | * Declare mp_input_register_options() in input/input.h.Gravatar diego2010-02-14
| | | |/
| | | * Rename exit_reason_t enum to exit_reason and do not typedef it.Gravatar diego2010-02-14
| | |/
| | * Move the check for valid sh_video into the init_vo_spudec, this fixes a crashGravatar reimar2010-02-13
* | | vo_vdpau: make queuing future frame flips adjustableGravatar Uoti Urpala2010-02-05
| | * Add support for loading ASS subtitles through the stream layer and thus e.g.Gravatar reimar2010-02-05
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Disable libass fallbacks for fontconfig < 2.4.2Gravatar Grigori Goronzy2010-01-27
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\ \
| | * Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
| |/
| * Change code to allow playing a stream even if enabling the cache failedGravatar reimar2010-01-23
* | Avoid misleading error "ASS: cannot add video filter"Gravatar Uoti Urpala2010-01-16