summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix mencoder include clash on osxnplourde2006-12-011-2/+2
* Remove some of the worst "headers include headers which includereimar2006-11-291-1/+1
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.diego2006-11-281-0/+2
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* MSGTRs for mencoder.ckraymer2006-11-221-6/+6
* Make compilation depending on USE_SUB unconditional.uau2006-11-211-6/+0
* Update OSD contents only after the correct values for the frame are known.uau2006-11-141-2/+5
* ARCH_X86 simplificationsreimar2006-11-011-1/+1
* "-o -" -> use stdoutmichael2006-10-271-1/+4
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-251-56/+6
* Fix MEncoder build when bitmap fonts are disabled.diego2006-08-241-0/+2
* Cosmetics (nothing but spaces, tabs, and a comment changed here..)ods152006-08-141-10/+8
* re-indent properly after last patch.reimar2006-08-141-2/+2
* 10l in last commit, move configured-check inside sh_video and sh_video->vfilt...reimar2006-08-141-3/+3
* Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,reimar2006-08-141-0/+3
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-2/+2
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-3/+0
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-1/+1
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+7
* parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s...reynaldo2006-07-031-1/+1
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-111-0/+4
* Temporary workaround for libavcodec issues with B-framesrtognimp2006-05-091-1/+1
* Rename some misspelled and misnamed messages.diego2006-04-281-2/+2
* Make EDL compilation unconditionaluau2006-04-271-12/+0
* Make mencoder stream size printing use 64 bits.corey2006-04-261-2/+2
* No need to include the whole libinput in mencoderalbeu2006-04-251-1/+5
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-1/+0
* Remove support for default.sub.diego2006-04-231-8/+6
* arrg more of this stupid cruftrfelker2006-03-301-1/+1
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-2/+2
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-2/+2
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-211-2/+2
* temporarily disabled the coercion of audio_preload=0 for -of mpeg until I fin...nicodvb2006-03-191-0/+3
* The system-wide and the user-specific MEncoder configuration file should bothdiego2006-03-141-1/+1
* Add uninit for audio before switching to next file and completing encodeods152006-02-241-0/+2
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+3
* New option: -ignore-startcorey2006-02-201-0/+3
* dwStart support for mencoder.corey2006-02-191-5/+5
* deobfuscate some a/v sync codeods152006-02-191-14/+15
* Second-try commit of this patch.corey2006-02-171-3/+3
* muxer_mpeg MUST be used with audio_preload=0nicodvb2006-02-111-0/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-3/+3
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-2/+2
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-3/+3
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-5/+5
* massive attack: mp_msg printf format fixesrathann2006-01-121-8/+8
* Update copyright date to 2006gpoirier2006-01-041-1/+1
* disable dvd subtitles by defaultnicodvb2006-01-031-2/+2
* "cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is notods152005-12-171-1/+0
* make -o mandatory and add a warning when the extension does not match the con...wanderer2005-12-151-1/+28
* more warning fixesods152005-12-071-2/+2
* compiler warning fixes, some of these were actual (printing) bugs.ods152005-12-071-13/+11
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llods152005-12-071-3/+3
* new -msglevel option, constrols msg level for every msg moduleods152005-12-061-3/+3
* fatal error when muxer cannot initializerfelker2005-12-021-0/+4
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...reynaldo2005-11-291-2/+0
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...nicodvb2005-11-211-7/+0
* print the number of encoded frames per seconds (fps) with a greater precisiongpoirier2005-11-171-2/+2
* Provide percentage even when demuxer->movi_start and movi_end are not availablereimar2005-10-301-1/+2
* comment on -noskip patchrfelker2005-10-231-0/+5
* honor decoder's/filter's decision to remove frames when using -noskip.rfelker2005-10-231-0/+3
* reapply rawaudio muxer fix (don't disable audio without user's permission!) (...rfelker2005-10-231-4/+0
* reverse patch that was mistakenly applied with unwanted unrelated changesrfelker2005-10-231-3/+4
* document hackods152005-10-201-0/+2
* processing audio is sometimes essential for a/v sync, so 1000l torfelker2005-10-191-4/+3
* allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai...