aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp_core.h
Commit message (Expand)AuthorAge
* 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
* Split osd related stuff from mp_core.h into new header file mp_osd.h.Gravatar ulion2008-01-30
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* When auto loading subs, log warning instead of error for load failure.Gravatar ulion2007-12-04
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Fix warnings:Gravatar diego2007-08-25
* Fix warnings:Gravatar diego2007-08-25
* Declare all vo_gamma variables in libvo/video_out.h and remove them fromGravatar diego2007-08-12
* fix redundant redeclaration warningGravatar Gabrov2007-07-18
* Move loop_times into mpctx.Gravatar albeu2007-07-09
* Move the sh_audio->delay field to mpctx->delay.Gravatar uau2007-03-11
* Move some related variables together & add a commentGravatar uau2007-02-22
* Cleanup, move "global" state from the frame_time_remaining mainloopGravatar uau2007-02-21
* Split command/property handling from mplayer.c to a new file command.c.Gravatar uau2007-02-21