summaryrefslogtreecommitdiffstats
path: root/mp_core.h
Commit message (Expand)AuthorAgeFilesLines
* 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