summaryrefslogtreecommitdiffstats
path: root/mp_core.h
Commit message (Expand)AuthorAgeFilesLines
* subs: Change global subtitle numbering schemereimar2010-11-021-1/+1
* core: track current chapter for relative chapter seeksUoti Urpala2010-04-251-0/+6
* Merge svn change r30560Uoti Urpala2010-03-091-3/+3
|\
| * Rename exit_reason_t enum to exit_reason and do not typedef it.diego2010-02-141-4/+4
| * Fix exit_player() usage throughout the codebase.diego2010-02-141-0/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
| * At startup and while seeking avoid to introduce pointless sleeps and possiblyreimar2010-01-041-0/+2
| * Also reset time_frame and next_frame_time on reset, it makes no sense toreimar2010-01-041-0/+3
* | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-181-4/+0
* | Change libass type names to match upstream renamesUoti Urpala2009-07-291-1/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Support chapter seeking with ordered chaptersUoti Urpala2009-04-021-1/+12
* | Initial ordered chapters supportUoti Urpala2009-04-021-0/+18
* | core: Clean up OSD seek info logicUoti Urpala2009-03-311-1/+6
* | core: Rewrite some of the A/V sync related codeUoti Urpala2009-01-141-0/+20
* | Update OSD while pausedUoti Urpala2008-12-091-0/+1
* | Start pause handling changesUoti Urpala2008-12-091-1/+7
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+7
|\|
| * Print ID_EXIT and exit reason message in identify mode when exiting.reimar2008-12-021-1/+7
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-1/+1
* | core: Clean up move-to-next-file logicUoti Urpala2008-08-131-8/+12
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* | Create a context struct for OSD stateUoti Urpala2008-06-241-0/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-0/+1
|\|
| * Add a slave command to stop stream playback.ben2008-05-271-0/+1
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsUoti Urpala2008-04-301-1/+0
* | Create a context for input.c stateUoti Urpala2008-04-301-0/+1
* | Add a context for mp_fifoUoti Urpala2008-04-291-0/+1
* | timers: Remove GetRelativeTime()Uoti Urpala2008-04-281-0/+5
* | Move initialized_flags to mpctxUoti Urpala2008-04-261-0/+1
* | Move global filename to mpctxUoti Urpala2008-04-261-0/+1
* | Move global mconfig to mpctxUoti Urpala2008-04-261-0/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
* | Remove some unnecessary recursive includesUoti Urpala2008-04-231-20/+11
* | Move playback_speed to options structUoti Urpala2008-04-231-3/+1
* | Move global rel_seek_secs and abs_seek_pos to mpctxUoti Urpala2008-04-231-2/+4
* | Remove static mpctx from mplayer.cUoti Urpala2008-04-231-7/+7
* | Move loop_times to option structUoti Urpala2008-04-231-1/+0
* | Remove pointless #ifdefsUoti Urpala2008-04-231-2/+0
* | Create a struct for X11 stateUoti Urpala2008-04-231-0/+1
* | Start of new option systemUoti Urpala2008-04-231-1/+2
* | Add new video driver APIUoti Urpala2008-04-231-1/+1
|/
* mp_core.h: Fix use of 'mp_image_t' without definitionuau2008-03-311-1/+1
* Add necessary #includes to pass 'make checkheaders'.diego2008-03-041-0/+8
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* typo fix: inited --> initializeddiego2008-02-141-12/+12
* ao_functions_t should be const, part 1reimar2008-02-011-2/+2
* Split osd related stuff from mp_core.h into new header file mp_osd.h.ulion2008-01-301-20/+2
* Add support for dvdnav still frames playback.ben2008-01-261-0/+7
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+5
* When auto loading subs, log warning instead of error for load failure.ulion2007-12-041-1/+1
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-1/+0
* Fix warnings:diego2007-08-251-1/+0
* Fix warnings:diego2007-08-251-1/+0
* Declare all vo_gamma variables in libvo/video_out.h and remove them fromdiego2007-08-121-8/+0
* fix redundant redeclaration warningGabrov2007-07-181-1/+0
* Move loop_times into mpctx.albeu2007-07-091-0/+1
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-111-0/+7
* Move some related variables together & add a commentuau2007-02-221-2/+3
* Cleanup, move "global" state from the frame_time_remaining mainloopuau2007-02-211-0/+4
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-0/+128