index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mp_core.h
Commit message (
Expand
)
Author
Age
*
Merge svn changes up to r27374
Uoti Urpala
2008-07-30
|
\
|
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
|
Create a context struct for OSD state
Uoti Urpala
2008-06-24
*
|
Merge svn changes up to r26979
Uoti Urpala
2008-06-04
|
\
|
|
*
Add a slave command to stop stream playback.
ben
2008-05-27
*
|
Remove INITIALIZED_INPUT from mpctx->initialized_flags
Uoti Urpala
2008-04-30
*
|
Create a context for input.c state
Uoti Urpala
2008-04-30
*
|
Add a context for mp_fifo
Uoti Urpala
2008-04-29
*
|
timers: Remove GetRelativeTime()
Uoti Urpala
2008-04-28
*
|
Move initialized_flags to mpctx
Uoti Urpala
2008-04-26
*
|
Move global filename to mpctx
Uoti Urpala
2008-04-26
*
|
Move global mconfig to mpctx
Uoti Urpala
2008-04-26
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
*
|
Remove some unnecessary recursive includes
Uoti Urpala
2008-04-23
*
|
Move playback_speed to options struct
Uoti Urpala
2008-04-23
*
|
Move global rel_seek_secs and abs_seek_pos to mpctx
Uoti Urpala
2008-04-23
*
|
Remove static mpctx from mplayer.c
Uoti Urpala
2008-04-23
*
|
Move loop_times to option struct
Uoti Urpala
2008-04-23
*
|
Remove pointless #ifdefs
Uoti Urpala
2008-04-23
*
|
Create a struct for X11 state
Uoti Urpala
2008-04-23
*
|
Start of new option system
Uoti Urpala
2008-04-23
*
|
Add new video driver API
Uoti Urpala
2008-04-23
|
/
*
mp_core.h: Fix use of 'mp_image_t' without definition
uau
2008-03-31
*
Add necessary #includes to pass 'make checkheaders'.
diego
2008-03-04
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
typo fix: inited --> initialized
diego
2008-02-14
*
ao_functions_t should be const, part 1
reimar
2008-02-01
*
Split osd related stuff from mp_core.h into new header file mp_osd.h.
ulion
2008-01-30
*
Add support for dvdnav still frames playback.
ben
2008-01-26
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
When auto loading subs, log warning instead of error for load failure.
ulion
2007-12-04
*
Mark several uses of vo_functions_t as const to stop some of the current
reimar
2007-12-02
*
Clean up the way get_path is handled: Compile get_path.c to an object to link
diego
2007-08-28
*
Fix warnings:
diego
2007-08-25
*
Fix warnings:
diego
2007-08-25
*
Declare all vo_gamma variables in libvo/video_out.h and remove them from
diego
2007-08-12
*
fix redundant redeclaration warning
Gabrov
2007-07-18
*
Move loop_times into mpctx.
albeu
2007-07-09
*
Move the sh_audio->delay field to mpctx->delay.
uau
2007-03-11
*
Move some related variables together & add a comment
uau
2007-02-22
*
Cleanup, move "global" state from the frame_time_remaining mainloop
uau
2007-02-21
*
Split command/property handling from mplayer.c to a new file command.c.
uau
2007-02-21