aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* Mark add_subtitles() as static, it is not used outside the file, fixes:Gravatar diego2010-03-24
* Rename SetCodecPath() --> set_codec_path().Gravatar diego2010-03-21
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
* Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.Gravatar diego2010-03-18
* Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
* Follow a more proper way to support -codecpath.Gravatar komh2010-03-17
* Remove some commented-out debugging and similar cruft.Gravatar diego2010-03-16
* Remove unnecessary forward declarations for a bunch of functions.Gravatar diego2010-03-16
* cosmetics: Move all functions before main().Gravatar diego2010-03-16
* Remove disabled flip_upside_down function; it has been unused for ages.Gravatar diego2010-03-16
* Remove unnecessary forward declaration of print_wave_header().Gravatar diego2010-03-16
* Add -codecpath option.Gravatar komh2010-03-15
* Enable ASS/SSA subtitle support in mencoderGravatar greg2010-03-05
* Use the KEYFRAME define instead of some magic number.Gravatar reimar2010-02-28
* Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:Gravatar diego2010-02-23
* Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* 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