aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpcommon.c
Commit message (Expand)AuthorAge
* Use "mplayer2" in version string, not "MPlayer2"Gravatar wm42012-03-14
* 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
* demux: improve -alang / -slang track choosing logicGravatar Uoti Urpala2010-11-08
* command.c: Add windows.h include to fix compilation in some casesGravatar reimar2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* subs: Add support for DVB and XSUB subtitles, not yet working properlyGravatar reimar2010-11-02
* mpcommon.c: Remove dvdsub_id checks that should not be necessaryGravatar reimar2010-11-02
* subs: Automatically allocate a vo_spudec if there is noneGravatar reimar2010-11-02
* subs: Add support for PGS subtitle decoding via libavcodecGravatar reimar2010-11-02
* subs: change subdelay handling and vobsub timingGravatar reimar2010-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
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\|
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \
| | * Never include ass.h and ass_types.h directly, use ass_mp.h instead.Gravatar reimar2009-12-19
| |/
| * Use on-stack subtitle struct for temporary storage for passing subtitles onGravatar reimar2009-12-18
* | subtitles: Fix double text with libass rendered plaintext subsGravatar Uoti Urpala2009-12-18
* | subtitles: Fix recent filter-rendered libass timing problemGravatar Uoti Urpala2009-12-02
* | options: Move ass_enabled to options structGravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add support for DVB teletext.Gravatar reimar2009-11-10
| * Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
| * Separate teletext from tv support.Gravatar cehoyos2009-11-07
| * Unbreak the demuxer-specific code in video.c with e.g.Gravatar reimar2009-11-01
| * Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathsGravatar cehoyos2009-10-29
| * Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* | 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 update_subtitles work without sh_video for text subtitles.Gravatar reimar2009-09-23
| * Include mpcommon.h in mpcommon.c, ensures that the declarations in the headerGravatar reimar2009-09-23
| * Factor out sh_video->pts into a refpts variable. This simplifies a future patchGravatar reimar2009-09-23
| * Rename ambiguous "pts" variable to subpts.Gravatar reimar2009-09-23
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
* | Change type names to match upstream libassGravatar Grigori Goronzy2009-08-07
| * Remove pointless #ifdefs around harmless internal header #includes.Gravatar diego2009-08-02
* | Remove internal libass treeGravatar Uoti Urpala2009-07-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07