aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpcommon.h
Commit message (Expand)AuthorAge
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* mplayer: turn playtree into a list, and change per-file option handlingGravatar wm42012-07-31
* windows: fix format string attributes on MinGWGravatar wm42012-03-01
* subs: move vobsub loading logic down to find_subfiles.cGravatar Uoti Urpala2011-04-20
* tl_matroska.c: move the find_files() function hereGravatar Uoti Urpala2011-03-03
* cleanup: define ROUND() macro in mpcommon.hGravatar cboesch2011-01-31
* cleanup: move MP_NOPTS_VALUE definition to mpcommon.hGravatar Uoti Urpala2011-01-15
* subtitles: move global ass_track to struct osd_stateGravatar Uoti Urpala2011-01-15
* core: move most mpcommon.c contents to mplayer.cGravatar Uoti Urpala2011-01-15
* core: move global "subdata" and "vo_sub_last" to mpctxGravatar Uoti Urpala2011-01-11
* subtitles: remove sub_last_pts hackGravatar Uoti Urpala2011-01-11
* options: move -noconfig to option struct, simplifyGravatar Uoti Urpala2011-01-11
* mpcommon.h: reduce header dependencies on other headersGravatar Uoti Urpala2010-11-02
* cosmetics: mpcommon.h: Group all extern variable declarations togetherGravatar diego2010-11-02
* Factorize MPlayer/MEncoder version string handling.Gravatar diego2010-11-02
* libass: match font attachments based on extensionGravatar Grigori Goronzy2010-06-01
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r30917Gravatar Uoti Urpala2010-04-26
|\ \
| | * Get rid of pointless def_path variable; use codec_path directly instead.Gravatar diego2010-03-23
| | * Make all instances of codec_patch unconditional, otherwiseGravatar attila2010-03-21
| |/
| * Follow a more proper way to support -codecpath.Gravatar komh2010-03-17
* | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\|
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
| * Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Add support for displaying subtitles on the command-line when playingGravatar reimar2009-09-23
| * Make function argument name in header match name in .c file.Gravatar reimar2009-09-23
| * Make update_subtitles work without sh_video for text subtitles.Gravatar reimar2009-09-23
* | Change libass type names to match upstream renamesGravatar Uoti Urpala2009-07-29
* | Initial ordered chapters supportGravatar Uoti Urpala2009-04-02
|/
* Factorize print_version().Gravatar diego2009-01-25
* Add options to disable some or all config files.Gravatar albeu2008-04-14
* Add necessary #includes to pass 'make checkheaders'.Gravatar diego2008-03-04
* Select audio stream in mplayer and mencoder, overriding demuxer decision.Gravatar eugeni2008-02-29
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Fix compilation with ASS disabledGravatar reimar2008-02-20
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Fix warning:Gravatar diego2007-08-25
* Fix warnings:Gravatar diego2007-08-25
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...Gravatar reimar2007-02-17