aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...Gravatar reimar2009-11-13
* Make -nosub work to disable subtitles even if -slang and dvd streams are used.Gravatar reimar2009-09-29
* Add a -nosub option that allows disabling auto-selected subtitles as e.g. theGravatar reimar2009-09-28
* 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
* Handle demuxers that never set filepos by using stream_tell.Gravatar reimar2009-08-17
* Remove pointless #ifdefs around harmless internal header #includes.Gravatar diego2009-08-02
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove pointless #ifdef around spudec.h #include.Gravatar diego2009-05-05
* Set the forced_subs_only value correctly whenever a new spudec is created.Gravatar reimar2009-03-30
* Add priority support for OS/2 and factorize the Windows priority support.Gravatar diego2009-02-10
* Factorize print_version().Gravatar diego2009-01-25
* More #ifdef -> #ifGravatar reimar2009-01-16
* Update copyright year.Gravatar diego2009-01-11
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Fix mencoder built from dvdnav enabled.Gravatar ben2008-06-09
* cosmetics: Fix one misindented line.Gravatar diego2008-05-03
* 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
* Attempt to fix -chapter broken for mkv in r25987Gravatar reimar2008-02-28
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Try to make fps float -> AVRational conversion work better.Gravatar reimar2008-02-14
* Change force_fps and force_ofps to doubleGravatar reimar2008-02-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* It seems that mencoder can not handle correct-pts (lots of "No pts ..." messa...Gravatar reimar2008-02-05
* Extend the precision of rationale conversion soGravatar iive2008-01-19
* Happy New Year!Gravatar zuxy2008-01-02
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Simplify init_audio_filters() argumentsGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Clean up some fields in stheader.h structsGravatar uau2007-11-01
* warning fix:Gravatar diego2007-09-10
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Fix warning:Gravatar diego2007-08-25