aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp_core.h
Commit message (Expand)AuthorAge
* subs: Change global subtitle numbering schemeGravatar reimar2010-11-02
* core: track current chapter for relative chapter seeksGravatar Uoti Urpala2010-04-25
* Merge svn change r30560Gravatar Uoti Urpala2010-03-09
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
| | * Rename exit_reason_t enum to exit_reason and do not typedef it.Gravatar diego2010-02-14
| | * Fix exit_player() usage throughout the codebase.Gravatar diego2010-02-14
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
| * At startup and while seeking avoid to introduce pointless sleeps and possiblyGravatar reimar2010-01-04
| * Also reset time_frame and next_frame_time on reset, it makes no sense toGravatar reimar2010-01-04
* | core/VO: Allow VO drivers to add/modify framesGravatar Uoti Urpala2009-09-18
* | Change libass type names to match upstream renamesGravatar Uoti Urpala2009-07-29
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Support chapter seeking with ordered chaptersGravatar Uoti Urpala2009-04-02
* | Initial ordered chapters supportGravatar Uoti Urpala2009-04-02
* | core: Clean up OSD seek info logicGravatar Uoti Urpala2009-03-31
* | core: Rewrite some of the A/V sync related codeGravatar Uoti Urpala2009-01-14
* | Update OSD while pausedGravatar Uoti Urpala2008-12-09
* | Start pause handling changesGravatar Uoti Urpala2008-12-09
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Print ID_EXIT and exit reason message in identify mode when exiting.Gravatar reimar2008-12-02
* | core: Clean up move-to-next-file logicGravatar Uoti Urpala2008-08-13
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Add a slave command to stop stream playback.Gravatar ben2008-05-27
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsGravatar Uoti Urpala2008-04-30
* | Create a context for input.c stateGravatar Uoti Urpala2008-04-30
* | Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* | timers: Remove GetRelativeTime()Gravatar Uoti Urpala2008-04-28
* | Move initialized_flags to mpctxGravatar Uoti Urpala2008-04-26
* | Move global filename to mpctxGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Remove some unnecessary recursive includesGravatar Uoti Urpala2008-04-23
* | Move playback_speed to options structGravatar Uoti Urpala2008-04-23
* | Move global rel_seek_secs and abs_seek_pos to mpctxGravatar Uoti Urpala2008-04-23
* | Remove static mpctx from mplayer.cGravatar Uoti Urpala2008-04-23
* | Move loop_times to option structGravatar Uoti Urpala2008-04-23
* | Remove pointless #ifdefsGravatar Uoti Urpala2008-04-23
* | Create a struct for X11 stateGravatar Uoti Urpala2008-04-23
* | Start of new option systemGravatar Uoti Urpala2008-04-23
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
|/
* mp_core.h: Fix use of 'mp_image_t' without definitionGravatar uau2008-03-31
* Add necessary #includes to pass 'make checkheaders'.Gravatar diego2008-03-04
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* typo fix: inited --> initializedGravatar diego2008-02-14
* ao_functions_t should be const, part 1Gravatar reimar2008-02-01