aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpcommon.c
Commit message (Expand)AuthorAge
...
* | 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
* | Move global vo_config_count to vo structGravatar Uoti Urpala2008-04-23
|/
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.Gravatar albeu2008-04-15
* Add options to disable some or all config files.Gravatar albeu2008-04-14
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Select audio stream in mplayer and mencoder, overriding demuxer decision.Gravatar eugeni2008-02-29
* ReindentGravatar reimar2008-01-27
* Simplify subtitle handling with -assGravatar reimar2008-01-27
* Support mov subtitle format directly instead of converting to text in the dem...Gravatar reimar2008-01-27
* Remove global_ass_track. Instead create an ass_track for each 't' track.Gravatar eugeni2008-01-11
* Move all subtitle parsing from mkv demuxer to update_subtitles().Gravatar eugeni2008-01-11
* Whitespace-only cosmetics: get rid of tabsGravatar reimar2008-01-06
* Fix update_subtitles() checking subtitle type for the wrong track.Gravatar eugeni2007-12-28
* Fix spudec to display current vobsub immediately after a seek.Gravatar ulion2007-12-11
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.Gravatar voroshil2007-09-08
* Teletext supportGravatar voroshil2007-07-29
* Revert r23530.Gravatar voroshil2007-06-21
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...Gravatar reimar2007-02-17