summaryrefslogtreecommitdiffstats
path: root/mp_core.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* Add a slave command to stop stream playback.ben2008-05-271-0/+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