summaryrefslogtreecommitdiffstats
path: root/mp_core.h
Commit message (Expand)AuthorAgeFilesLines
* audio: fix unmute-at-end logicUoti Urpala2012-04-111-2/+0
* timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-251-2/+1
* core: remove old EDL mode (--edl option)Uoti Urpala2012-03-091-2/+1
* core: print pause status message only once on consolewm42012-01-101-0/+3
* core: add infrastructure to get screenshots from VOswm42011-11-251-0/+2
* core, demux: fix --identify chapter output with ordered chapterswm42011-10-251-2/+4
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-251-2/+1
* core: audio: improve audio-only seeks and position reportingUoti Urpala2011-07-311-0/+1
* cleanup: subs: remove global ass_library variableUoti Urpala2011-07-231-0/+1
* find_subfiles: move sub_filenames() hereClément Bœsch2011-04-201-0/+1
* audio: change external AO interface to "ao_[method](ao, ...)"Uoti Urpala2011-04-091-2/+1
* EDL: add support for new EDL file formatUoti Urpala2011-04-051-0/+2
* core: ordered chapters: move timeline creation to timeline/Uoti Urpala2011-02-261-0/+4
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-261-0/+1
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-0/+1
* core: move most mpcommon.c contents to mplayer.cUoti Urpala2011-01-151-0/+2
* core: move global "subdata" and "vo_sub_last" to mpctxUoti Urpala2011-01-111-0/+3
* Merge branch 'hr-seek'Uoti Urpala2010-12-201-2/+20
|\
| * core: add support for precise non-keyframe-limited seeksUoti Urpala2010-12-201-0/+3
| * core: add struct for queued seek infoUoti Urpala2010-12-201-2/+11
| * core: remove looping in update_video(), modify command handling a bitUoti Urpala2010-12-161-0/+3
| * core: avoid using sh_video->pts as "current pts"Uoti Urpala2010-12-141-0/+3
* | core: avoid using build_afilter_chain() directlyreimar2010-12-161-1/+0
|/
* core: do initial A-V sync by modifying audio streamUoti Urpala2010-11-131-0/+4
* core: rename update_video_immediately->restart_playbackUoti Urpala2010-11-111-3/+3
* core: move video pos/length query functions from demux to coreUoti Urpala2010-11-081-0/+3
* subs: Change global subtitle numbering schemereimar2010-11-021-1/+1
* core: track current chapter for relative chapter seeksUoti Urpala2010-04-251-0/+6
* Merge svn change r30560Uoti Urpala2010-03-091-3/+3
|\
| * Rename exit_reason_t enum to exit_reason and do not typedef it.diego2010-02-141-4/+4
| * Fix exit_player() usage throughout the codebase.diego2010-02-141-0/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
| * At startup and while seeking avoid to introduce pointless sleeps and possiblyreimar2010-01-041-0/+2
| * Also reset time_frame and next_frame_time on reset, it makes no sense toreimar2010-01-041-0/+3
* | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-181-4/+0
* | Change libass type names to match upstream renamesUoti Urpala2009-07-291-1/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Support chapter seeking with ordered chaptersUoti Urpala2009-04-021-1/+12
* | Initial ordered chapters supportUoti Urpala2009-04-021-0/+18
* | core: Clean up OSD seek info logicUoti Urpala2009-03-311-1/+6
* | core: Rewrite some of the A/V sync related codeUoti Urpala2009-01-141-0/+20
* | Update OSD while pausedUoti Urpala2008-12-091-0/+1
* | Start pause handling changesUoti Urpala2008-12-091-1/+7
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+7
|\|
| * 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
* | core: Clean up move-to-next-file logicUoti Urpala2008-08-131-8/+12
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* | Create a context struct for OSD stateUoti Urpala2008-06-241-0/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-0/+1
|\|
| * Add a slave command to stop stream playback.ben2008-05-271-0/+1
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsUoti Urpala2008-04-301-1/+0
* | Create a context for input.c stateUoti Urpala2008-04-301-0/+1
* | Add a context for mp_fifoUoti Urpala2008-04-291-0/+1
* | 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