summaryrefslogtreecommitdiffstats
path: root/mpcommon.c
Commit message (Expand)AuthorAgeFilesLines
* core: move most mpcommon.c contents to mplayer.cUoti Urpala2011-01-151-320/+0
* core: move global "subdata" and "vo_sub_last" to mpctxUoti Urpala2011-01-111-7/+6
* subtitles: remove sub_last_pts hackUoti Urpala2011-01-111-9/+3
* options: move -noconfig to option struct, simplifyUoti Urpala2011-01-111-19/+0
* demux: improve -alang / -slang track choosing logicUoti Urpala2010-11-081-3/+1
* command.c: Add windows.h include to fix compilation in some casesreimar2010-11-021-0/+3
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-2/+2
* subs: Add support for DVB and XSUB subtitles, not yet working properlyreimar2010-11-021-1/+1
* mpcommon.c: Remove dvdsub_id checks that should not be necessaryreimar2010-11-021-2/+2
* subs: Automatically allocate a vo_spudec if there is nonereimar2010-11-021-1/+7
* subs: Add support for PGS subtitle decoding via libavcodecreimar2010-11-021-10/+36
* subs: change subdelay handling and vobsub timingreimar2010-11-021-11/+8
* Factorize MPlayer/MEncoder version string handling.diego2010-11-021-0/+2
* libass: match font attachments based on extensionGrigori Goronzy2010-06-011-0/+18
* Merge svn changes up to r30967Uoti Urpala2010-04-261-4/+0
|\
| * Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-231-2/+0
| * Make all instances of codec_patch unconditional, otherwiseattila2010-03-211-2/+0
* | Merge svn changes up to r30917Uoti Urpala2010-04-261-0/+5
|\|
| * Follow a more proper way to support -codecpath.komh2010-03-171-0/+5
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | 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
| * Never include ass.h and ass_types.h directly, use ass_mp.h instead.reimar2009-12-191-1/+0
* | Merge svn changes up to r30065Uoti Urpala2009-12-291-5/+6
|\|
| * Use on-stack subtitle struct for temporary storage for passing subtitles onreimar2009-12-181-5/+6
* | subtitles: Fix double text with libass rendered plaintext subsUoti Urpala2009-12-181-2/+3
* | subtitles: Fix recent filter-rendered libass timing problemUoti Urpala2009-12-021-2/+8
* | options: Move ass_enabled to options structUoti Urpala2009-12-021-1/+1
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-12/+36
|\|
| * Add support for DVB teletext.reimar2009-11-101-1/+23
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-2/+0
| * Separate teletext from tv support.cehoyos2009-11-071-9/+8
| * Unbreak the demuxer-specific code in video.c with e.g.reimar2009-11-011-0/+4
| * Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-291-5/+5
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-0/+1
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-31/+28
|\|
| * Add support for displaying subtitles on the command-line when playingreimar2009-09-231-6/+3
| * Make update_subtitles work without sh_video for text subtitles.reimar2009-09-231-3/+2
| * Include mpcommon.h in mpcommon.c, ensures that the declarations in the headerreimar2009-09-231-0/+1
| * Factor out sh_video->pts into a refpts variable. This simplifies a future patchreimar2009-09-231-12/+12
| * Rename ambiguous "pts" variable to subpts.reimar2009-09-231-8/+8
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-2/+0
|\|
| * Remove pointless #ifdefs around harmless internal header #includes.diego2009-08-021-2/+0
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Change type names to match upstream libassGrigori Goronzy2009-08-071-1/+1
* | Remove internal libass treeUoti Urpala2009-07-261-2/+1
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-9/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
* | Merge svn changes up to r29154Uoti Urpala2009-04-091-2/+2
|\|
| * Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.ramiro2009-04-081-2/+2
* | Initial ordered chapters supportUoti Urpala2009-04-021-3/+4
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-16/+8
|\|
| * Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.diego2009-01-261-16/+8
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-2/+2
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-0/+51
|\|
| * Add SSSE3 and CMOV to CPU information printed on startup.diego2009-01-251-2/+8
| * cosmetics: Consistently name 3DNow! extensions.diego2009-01-251-2/+2
| * HAVE_3DNOWEX --> HAVE_3DNOWEXTdiego2009-01-251-1/+1
| * Factorize print_version().diego2009-01-251-0/+45
| * Revert bad changes to SSA/ASS subtitle packet formatuau2008-09-081-2/+4
| * libass: add a new ass_process_data() to process demuxed subtitle packetsaurel2008-09-051-3/+1
| * a valid ASS line contains 9 ',' before actual textaurel2008-09-041-1/+1
* | Include corresponding .h in some .c filesUoti Urpala2008-08-121-0/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-2/+2
|\|
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-2/+2
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-6/+6
|\|
| * Rename two GUI-related preprocessor directives:diego2008-07-301-6/+6
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-2/+2
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* | Move dvdsub_id to options structUoti Urpala2008-04-231-2/+5
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-2/+1
|/
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.albeu2008-04-151-1/+3
* Add options to disable some or all config files.albeu2008-04-141-0/+26
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-301-0/+2
* Select audio stream in mplayer and mencoder, overriding demuxer decision.eugeni2008-02-291-0/+13
* Reindentreimar2008-01-271-10/+10
* Simplify subtitle handling with -assreimar2008-01-271-8/+6
* Support mov subtitle format directly instead of converting to text in the dem...reimar2008-01-271-2/+8
* Remove global_ass_track. Instead create an ass_track for each 't' track.eugeni2008-01-111-4/+3
* Move all subtitle parsing from mkv demuxer to update_subtitles().eugeni2008-01-111-8/+24
* Whitespace-only cosmetics: get rid of tabsreimar2008-01-061-94/+94
* Fix update_subtitles() checking subtitle type for the wrong track.eugeni2007-12-281-2/+3
* Fix spudec to display current vobsub immediately after a seek.ulion2007-12-111-1/+1
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.voroshil2007-09-081-0/+11
* Teletext supportvoroshil2007-07-291-0/+21
* Revert r23530.voroshil2007-06-211-31/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+31
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...reimar2007-02-171-0/+140