summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify code: make open_stream() accept NULL file_format argumentreimar2010-11-021-1/+1
* cfg-common*: Replace common options template by a common options arraydiego2010-11-021-0/+1
* libass: match font attachments based on extensionGrigori Goronzy2010-06-011-4/+1
* options: move -alang and -slang to option structUoti Urpala2010-05-221-9/+7
* Merge svn changes up to r30967Uoti Urpala2010-04-261-9/+3
|\
| * Mark add_subtitles() as static, it is not used outside the file, fixes:diego2010-03-241-1/+1
| * Rename SetCodecPath() --> set_codec_path().diego2010-03-211-1/+1
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
| * Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-201-3/+0
| * Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.diego2010-03-181-4/+1
| * Split codec path related code into a separate file to fix Windows build.reimar2010-03-181-1/+1
* | Merge svn changes up to r30917Uoti Urpala2010-04-261-72/+32
|\|
| * Follow a more proper way to support -codecpath.komh2010-03-171-0/+4
| * Remove some commented-out debugging and similar cruft.diego2010-03-161-45/+0
| * Remove unnecessary forward declarations for a bunch of functions.diego2010-03-161-21/+10
* | Merge svn change r30908Uoti Urpala2010-04-261-156/+156
|\|
| * cosmetics: Move all functions before main().diego2010-03-161-149/+161
* | Merge svn changes up to r30907Uoti Urpala2010-04-261-25/+5
|\|
| * Remove disabled flip_upside_down function; it has been unused for ages.diego2010-03-161-23/+0
| * Remove unnecessary forward declaration of print_wave_header().diego2010-03-161-2/+0
| * Add -codecpath option.komh2010-03-151-0/+5
* | options: move -chapter values to option structUoti Urpala2010-04-251-4/+4
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30876Uoti Urpala2010-03-101-20/+109
|\|
| * Enable ASS/SSA subtitle support in mencodergreg2010-03-051-20/+109
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-3/+3
|\|
| * Use the KEYFRAME define instead of some magic number.reimar2010-02-281-3/+3
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-2/+2
|\|
| * Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:diego2010-02-231-2/+2
* | Merge svn changes up to r30643Uoti Urpala2010-03-101-2/+1
|\|
| * Add header for AVI print functions; avoids many forward declarations.diego2010-02-181-2/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
| * Move the resync-related code into more consistent places instead of having itreimar2010-01-241-1/+0
| * Remove more direct includes of libass/ass.hreimar2009-12-241-1/+0
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-4/+4
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Uoti Urpala2009-12-291-1/+0
* | vf_vo: Use vo_seek_reset() instead of vo_control()Uoti Urpala2009-12-021-0/+1
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-0/+8
|\|
| * Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...reimar2009-11-131-0/+8
* | Merge branch 'vdpau'Uoti Urpala2009-11-161-1/+1
|\ \
| * | Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-1/+1
* | | av_log callback handling overhaulUoti Urpala2009-10-311-0/+2
|/ /
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-5/+11
|\|
| * Make -nosub work to disable subtitles even if -slang and dvd streams are used.reimar2009-09-291-2/+2
| * Add a -nosub option that allows disabling auto-selected subtitles as e.g. thereimar2009-09-281-3/+3
| * Add support for displaying subtitles on the command-line when playingreimar2009-09-231-0/+6
| * Make update_subtitles work without sh_video for text subtitles.reimar2009-09-231-1/+1
* | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-181-0/+1
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-6/+2
|\|
| * Handle demuxers that never set filepos by using stream_tell.reimar2009-08-171-1/+2
| * Remove pointless #ifdefs around harmless internal header #includes.diego2009-08-021-7/+0
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-23/+23
* | Remove internal libass treeUoti Urpala2009-07-261-4/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-23/+23
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-68/+75
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-69/+69
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-2/+0
|\|
| * Remove pointless #ifdef around spudec.h #include.diego2009-05-051-2/+0
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-3/+3
|\ \
| * | Change demuxer_seek_chapter() parametersUoti Urpala2009-04-021-2/+2
| * | Initial ordered chapters supportUoti Urpala2009-04-021-1/+1
* | | Merge svn changes up to r29117Uoti Urpala2009-04-011-0/+2
|\ \ \ | |/ / |/| / | |/
| * Set the forced_subs_only value correctly whenever a new spudec is created.reimar2009-03-301-0/+2
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-14/+3
|\|
| * Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-101-14/+3
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-38/+1
|\|
| * Factorize print_version().diego2009-01-251-38/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-7/+7
|\|
| * More #ifdef -> #ifreimar2009-01-161-7/+7
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-1/+1
|\|
| * Update copyright year.diego2009-01-111-1/+1
* | OSD: Ensure that OSD content is drawn in filter-added framesUoti Urpala2009-01-151-2/+12
* | core: Better -nocorrect-pts pause and filter-added frames handlingUoti Urpala2009-01-141-0/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* | Merge svn changes up to r27841Uoti Urpala2008-10-281-5/+2
|\|
| * Factorize vobsub idx/extradata handling.aurel2008-10-271-5/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-5/+5
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-5/+5
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-4/+4
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-3/+3
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-14/+14
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-14/+14
* | Remove unnecessary casts of sh_video->vfilterUoti Urpala2008-06-241-5/+5
* | Create a context struct for OSD stateUoti Urpala2008-06-241-4/+8
* | Merge svn changes up to r27092Uoti Urpala2008-06-171-2/+2
|\|
| * Fix mencoder built from dvdnav enabled.ben2008-06-091-2/+2
* | Merge svn changes up to r26680Uoti Urpala2008-05-071-1/+1
|\|
| * cosmetics: Fix one misindented line.diego2008-05-031-1/+1
* | mencoder.c: Remove unused functionUoti Urpala2008-04-301-5/+0
* | Add a context for mp_fifoUoti Urpala2008-04-291-1/+2
* | Move global mconfig to mpctxUoti Urpala2008-04-261-1/+1
* | Move vf_settings to options structUoti Urpala2008-04-261-1/+1
* | Move dvdsub_id to options structUoti Urpala2008-04-231-12/+11
* | Move audio_id and video_id to options structUoti Urpala2008-04-231-9/+7
* | Move playback_speed to options structUoti Urpala2008-04-231-19/+18
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-1/+0
* | Move correct_pts to options structUoti Urpala2008-04-231-2/+2
* | Add option pointer to vf structUoti Urpala2008-04-231-9/+9
* | Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-231-2/+2
* | Start of new option systemUoti Urpala2008-04-231-1/+5
* | Add new video driver APIUoti Urpala2008-04-231-5/+10
|/
* Fix the indentation after the noconfig patch.albeu2008-04-141-7/+7
* Add options to disable some or all config files.albeu2008-04-141-1/+4
* Add support for system wide config file in mencoder.albeu2008-04-141-0/+3
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-131-5/+6
* Better mark variables that are changed by the signal handler as volatilereimar2008-04-031-2/+2
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-301-0/+3
* Move duplicated extern declarations of mp_msg_levels and mp_msg_level_alldiego2008-03-041-3/+0
* #include parser-cfg.h instead of declaring m_config_parse_config_file extern.diego2008-03-041-2/+1
* Select audio stream in mplayer and mencoder, overriding demuxer decision.eugeni2008-02-291-0/+2
* Demuxer-independent subtitle track selection.eugeni2008-02-291-0/+12
* Attempt to fix -chapter broken for mkv in r25987reimar2008-02-281-1/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+2
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-2/+0
* Try to make fps float -> AVRational conversion work better.reimar2008-02-141-1/+2
* Change force_fps and force_ofps to doublereimar2008-02-141-2/+2
* typo fix: inited --> initializeddiego2008-02-141-2/+2
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadnicodvb2008-02-111-0/+10
* It seems that mencoder can not handle correct-pts (lots of "No pts ..." messa...reimar2008-02-051-0/+2
* Extend the precision of rationale conversion soiive2008-01-191-1/+1
* Happy New Year!zuxy2008-01-021-1/+1
* Fix libass to support -nofontconfig.ulion2007-12-121-1/+1
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Simplify init_audio_filters() argumentsuau2007-11-011-10/+6
* Change decode_audio() interfaceuau2007-11-011-8/+1
* Clean up some fields in stheader.h structsuau2007-11-011-1/+0
* warning fix:diego2007-09-101-0/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-1/+1
* Fix warning:diego2007-08-251-1/+0
* Make terminal input work more like VO key inputuau2007-08-251-0/+4
* Kill two warnings.cehoyos2007-08-071-0/+4
* added support for -alang and -slang with dvdnav:// streamsnicodvb2007-07-151-0/+7
* Create a new MSGT for just the status line.diego2007-06-051-3/+3
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-8/+8
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-0/+1
* Simplify #include directives.diego2007-04-261-3/+1
* make -really-quiet hide the mencoder version tags. patch copied from michaelcompn2007-04-251-0/+5
* update year of mencoder version linecompn2007-04-211-1/+1
* Remove unused variable.diego2007-04-151-1/+0
* Move parsing of the -ss option to the option code.uau2007-02-241-11/+2
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...reimar2007-02-171-26/+6
* Move common vo initialization code to video_out.creimar2007-02-171-0/+6
* 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe ods152007-02-171-2/+5
* DO NOT recommend or even suggest installing codecs.conf.diego2007-01-131-1/+0
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-13/+14
*