aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\
| * Add priority support for OS/2 and factorize the Windows priority support.Gravatar diego2009-02-10
* | Merge svn changes up to r28366Gravatar Uoti Urpala2009-01-26
|\|
| * Factorize print_version().Gravatar diego2009-01-25
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * More #ifdef -> #ifGravatar reimar2009-01-16
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
* | OSD: Ensure that OSD content is drawn in filter-added framesGravatar Uoti Urpala2009-01-15
* | core: Better -nocorrect-pts pause and filter-added frames handlingGravatar Uoti Urpala2009-01-14
| * Update copyright year.Gravatar diego2009-01-11
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r27841Gravatar Uoti Urpala2008-10-28
|\|
| * Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
| * Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Remove unnecessary casts of sh_video->vfilterGravatar Uoti Urpala2008-06-24
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | Merge svn changes up to r27092Gravatar Uoti Urpala2008-06-17
|\|
| * Fix mencoder built from dvdnav enabled.Gravatar ben2008-06-09
* | Merge svn changes up to r26680Gravatar Uoti Urpala2008-05-07
|\|
| * cosmetics: Fix one misindented line.Gravatar diego2008-05-03
* | mencoder.c: Remove unused functionGravatar Uoti Urpala2008-04-30
* | Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Move vf_settings to options structGravatar Uoti Urpala2008-04-26
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* | Move audio_id and video_id to options structGravatar Uoti Urpala2008-04-23
* | Move playback_speed to options structGravatar Uoti Urpala2008-04-23
* | Move global vo_config_count to vo structGravatar Uoti Urpala2008-04-23
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to vf structGravatar Uoti Urpala2008-04-23
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
* | Start of new option systemGravatar Uoti Urpala2008-04-23
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
|/
* Fix the indentation after the noconfig patch.Gravatar albeu2008-04-14
* Add options to disable some or all config files.Gravatar albeu2008-04-14
* Add support for system wide config file in mencoder.Gravatar albeu2008-04-14
* Replace the trivial command line preparser with a more robust versionGravatar albeu2008-04-13
* Better mark variables that are changed by the signal handler as volatileGravatar reimar2008-04-03
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Move duplicated extern declarations of mp_msg_levels and mp_msg_level_allGravatar diego2008-03-04
* #include parser-cfg.h instead of declaring m_config_parse_config_file extern.Gravatar diego2008-03-04
* Select audio stream in mplayer and mencoder, overriding demuxer decision.Gravatar eugeni2008-02-29
* Demuxer-independent subtitle track selection.Gravatar eugeni2008-02-29