aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpcommon.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\
| * 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
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29154Gravatar Uoti Urpala2009-04-09
|\|
| * Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* | Initial ordered chapters supportGravatar Uoti Urpala2009-04-02
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.Gravatar diego2009-01-26
| * HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* | Merge svn changes up to r28366Gravatar Uoti Urpala2009-01-26
|\|
| * Add SSSE3 and CMOV to CPU information printed on startup.Gravatar diego2009-01-25
| * cosmetics: Consistently name 3DNow! extensions.Gravatar diego2009-01-25
| * HAVE_3DNOWEX --> HAVE_3DNOWEXTGravatar diego2009-01-25
| * Factorize print_version().Gravatar diego2009-01-25
| * Revert bad changes to SSA/ASS subtitle packet formatGravatar uau2008-09-08
| * libass: add a new ass_process_data() to process demuxed subtitle packetsGravatar aurel2008-09-05
| * a valid ASS line contains 9 ',' before actual textGravatar aurel2008-09-04
* | Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23