| Commit message (Expand) | Author | Age | Files | Lines |
* | core: remove duplicated format_time() functions | wm4 | 2012-09-18 | 1 | -0/+19 |
* | build: move mpcommon.c to version.c | wm4 | 2012-09-18 | 1 | -4/+0 |
* | Change version string | wm4 | 2012-07-29 | 1 | -1/+1 |
* | Use "mplayer2" in version string, not "MPlayer2" | wm4 | 2012-03-14 | 1 | -1/+1 |
* | core: move most mpcommon.c contents to mplayer.c | Uoti Urpala | 2011-01-15 | 1 | -320/+0 |
* | core: move global "subdata" and "vo_sub_last" to mpctx | Uoti Urpala | 2011-01-11 | 1 | -7/+6 |
* | subtitles: remove sub_last_pts hack | Uoti Urpala | 2011-01-11 | 1 | -9/+3 |
* | options: move -noconfig to option struct, simplify | Uoti Urpala | 2011-01-11 | 1 | -19/+0 |
* | demux: improve -alang / -slang track choosing logic | Uoti Urpala | 2010-11-08 | 1 | -3/+1 |
* | command.c: Add windows.h include to fix compilation in some cases | reimar | 2010-11-02 | 1 | -0/+3 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -2/+2 |
* | subs: Add support for DVB and XSUB subtitles, not yet working properly | reimar | 2010-11-02 | 1 | -1/+1 |
* | mpcommon.c: Remove dvdsub_id checks that should not be necessary | reimar | 2010-11-02 | 1 | -2/+2 |
* | subs: Automatically allocate a vo_spudec if there is none | reimar | 2010-11-02 | 1 | -1/+7 |
* | subs: Add support for PGS subtitle decoding via libavcodec | reimar | 2010-11-02 | 1 | -10/+36 |
* | subs: change subdelay handling and vobsub timing | reimar | 2010-11-02 | 1 | -11/+8 |
* | Factorize MPlayer/MEncoder version string handling. | diego | 2010-11-02 | 1 | -0/+2 |
* | libass: match font attachments based on extension | Grigori Goronzy | 2010-06-01 | 1 | -0/+18 |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -4/+0 |
|\ |
|
| * | Get rid of pointless def_path variable; use codec_path directly instead. | diego | 2010-03-23 | 1 | -2/+0 |
| * | Make all instances of codec_patch unconditional, otherwise | attila | 2010-03-21 | 1 | -2/+0 |
* | | Merge svn changes up to r30917 | Uoti Urpala | 2010-04-26 | 1 | -0/+5 |
|\| |
|
| * | Follow a more proper way to support -codecpath. | komh | 2010-03-17 | 1 | -0/+5 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\| |
|
| * | Add license header to all top-level files missing them. | diego | 2010-01-30 | 1 | -0/+18 |
| * | Never include ass.h and ass_types.h directly, use ass_mp.h instead. | reimar | 2009-12-19 | 1 | -1/+0 |
* | | Merge svn changes up to r30065 | Uoti Urpala | 2009-12-29 | 1 | -5/+6 |
|\| |
|
| * | Use on-stack subtitle struct for temporary storage for passing subtitles on | reimar | 2009-12-18 | 1 | -5/+6 |
* | | subtitles: Fix double text with libass rendered plaintext subs | Uoti Urpala | 2009-12-18 | 1 | -2/+3 |
* | | subtitles: Fix recent filter-rendered libass timing problem | Uoti Urpala | 2009-12-02 | 1 | -2/+8 |
* | | options: Move ass_enabled to options struct | Uoti Urpala | 2009-12-02 | 1 | -1/+1 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -12/+36 |
|\| |
|
| * | Add support for DVB teletext. | reimar | 2009-11-10 | 1 | -1/+23 |
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -2/+0 |
| * | Separate teletext from tv support. | cehoyos | 2009-11-07 | 1 | -9/+8 |
| * | Unbreak the demuxer-specific code in video.c with e.g. | reimar | 2009-11-01 | 1 | -0/+4 |
| * | Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths | cehoyos | 2009-10-29 | 1 | -5/+5 |
| * | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 1 | -0/+1 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -31/+28 |
|\| |
|
| * | Add support for displaying subtitles on the command-line when playing | reimar | 2009-09-23 | 1 | -6/+3 |
| * | Make update_subtitles work without sh_video for text subtitles. | reimar | 2009-09-23 | 1 | -3/+2 |
| * | Include mpcommon.h in mpcommon.c, ensures that the declarations in the header | reimar | 2009-09-23 | 1 | -0/+1 |
| * | Factor out sh_video->pts into a refpts variable. This simplifies a future patch | reimar | 2009-09-23 | 1 | -12/+12 |
| * | Rename ambiguous "pts" variable to subpts. | reimar | 2009-09-23 | 1 | -8/+8 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -2/+0 |
|\| |
|
| * | Remove pointless #ifdefs around harmless internal header #includes. | diego | 2009-08-02 | 1 | -2/+0 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -1/+1 |
* | | Change type names to match upstream libass | Grigori Goronzy | 2009-08-07 | 1 | -1/+1 |
* | | Remove internal libass tree | Uoti Urpala | 2009-07-26 | 1 | -2/+1 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 1 | -9/+0 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
* | | Merge svn changes up to r29154 | Uoti Urpala | 2009-04-09 | 1 | -2/+2 |
|\| |
|
| * | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 | 1 | -2/+2 |
* | | Initial ordered chapters support | Uoti Urpala | 2009-04-02 | 1 | -3/+4 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 1 | -16/+8 |
|\| |
|
| * | Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 | 1 | -16/+8 |
| * | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -2/+2 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -0/+51 |
|\| |
|
| * | Add SSSE3 and CMOV to CPU information printed on startup. | diego | 2009-01-25 | 1 | -2/+8 |
| * | cosmetics: Consistently name 3DNow! extensions. | diego | 2009-01-25 | 1 | -2/+2 |
| * | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 | 1 | -1/+1 |
| * | Factorize print_version(). | diego | 2009-01-25 | 1 | -0/+45 |
| * | Revert bad changes to SSA/ASS subtitle packet format | uau | 2008-09-08 | 1 | -2/+4 |
| * | libass: add a new ass_process_data() to process demuxed subtitle packets | aurel | 2008-09-05 | 1 | -3/+1 |
| * | a valid ASS line contains 9 ',' before actual text | aurel | 2008-09-04 | 1 | -1/+1 |
* | | Include corresponding .h in some .c files | Uoti Urpala | 2008-08-12 | 1 | -0/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -2/+2 |
|\| |
|
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -2/+2 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -6/+6 |
|\| |
|
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -6/+6 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -2/+2 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -2/+2 |
* | | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 | 1 | -2/+5 |
* | | Move global vo_config_count to vo struct | Uoti Urpala | 2008-04-23 | 1 | -2/+1 |
|/ |
|
* | noconfig fix, disable_gui_conf was not defined when compiling mencoder. | albeu | 2008-04-15 | 1 | -1/+3 |
* | Add options to disable some or all config files. | albeu | 2008-04-14 | 1 | -0/+26 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+2 |
* | Select audio stream in mplayer and mencoder, overriding demuxer decision. | eugeni | 2008-02-29 | 1 | -0/+13 |
* | Reindent | reimar | 2008-01-27 | 1 | -10/+10 |
* | Simplify subtitle handling with -ass | reimar | 2008-01-27 | 1 | -8/+6 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 | 1 | -2/+8 |
* | Remove global_ass_track. Instead create an ass_track for each 't' track. | eugeni | 2008-01-11 | 1 | -4/+3 |
* | Move all subtitle parsing from mkv demuxer to update_subtitles(). | eugeni | 2008-01-11 | 1 | -8/+24 |
* | Whitespace-only cosmetics: get rid of tabs | reimar | 2008-01-06 | 1 | -94/+94 |
* | Fix update_subtitles() checking subtitle type for the wrong track. | eugeni | 2007-12-28 | 1 | -2/+3 |
* | Fix spudec to display current vobsub immediately after a seek. | ulion | 2007-12-11 | 1 | -1/+1 |
* | Decrease teletext page rendering frequency from 1/frame to about 4/sec. | voroshil | 2007-09-08 | 1 | -0/+11 |
* | Teletext support | voroshil | 2007-07-29 | 1 | -0/+21 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -31/+0 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+31 |
* | Move some subtitle handling from mplayer.c to mpcommon.c and share it with me... | reimar | 2007-02-17 | 1 | -0/+140 |