log mencoder.c @ 28289:4210f3621db1

age author description
Fri, 16 Jan 2009 08:45:35 +0000 reimar More #ifdef -> #if
Sun, 11 Jan 2009 23:20:56 +0000 diego Update copyright year.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Mon, 27 Oct 2008 22:51:22 +0000 aurel Factorize vobsub idx/extradata handling.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Thu, 07 Aug 2008 08:58:07 +0000 diego Rename a bunch of miscellaneous preprocessor directives.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Mon, 09 Jun 2008 18:43:18 +0000 ben Fix mencoder built from dvdnav enabled.
Sat, 03 May 2008 15:44:55 +0000 diego cosmetics: Fix one misindented line.
Mon, 14 Apr 2008 11:24:24 +0000 albeu Fix the indentation after the noconfig patch.
Mon, 14 Apr 2008 11:21:29 +0000 albeu Add options to disable some or all config files.
Mon, 14 Apr 2008 11:05:52 +0000 albeu Add support for system wide config file in mencoder.
Sun, 13 Apr 2008 19:18:51 +0000 albeu Replace the trivial command line preparser with a more robust version
Thu, 03 Apr 2008 16:57:16 +0000 reimar Better mark variables that are changed by the signal handler as volatile
Sun, 30 Mar 2008 16:55:46 +0000 eugeni Support 'default' attribute for audio and subtitle tracks.
Tue, 04 Mar 2008 21:45:36 +0000 diego Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
Tue, 04 Mar 2008 21:02:42 +0000 diego #include parser-cfg.h instead of declaring m_config_parse_config_file extern.
Fri, 29 Feb 2008 17:25:50 +0000 eugeni Select audio stream in mplayer and mencoder, overriding demuxer decision.
Fri, 29 Feb 2008 17:25:44 +0000 eugeni Demuxer-independent subtitle track selection.
Thu, 28 Feb 2008 19:41:40 +0000 reimar Attempt to fix -chapter broken for mkv in r25987
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Wed, 20 Feb 2008 08:51:53 +0000 diego Remove pointless #ifdefs around extern declarations.
Thu, 14 Feb 2008 17:38:52 +0000 reimar Try to make fps float -> AVRational conversion work better.
Thu, 14 Feb 2008 14:50:34 +0000 reimar Change force_fps and force_ofps to double
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Mon, 11 Feb 2008 22:03:34 +0000 nicodvb -chapter is now handled uniformly calling demuxer_seek_chapter() instead
Tue, 05 Feb 2008 09:02:01 +0000 reimar It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),
Sat, 19 Jan 2008 23:19:41 +0000 iive Extend the precision of rationale conversion so
Wed, 02 Jan 2008 07:38:40 +0000 zuxy Happy New Year!
Wed, 12 Dec 2007 10:00:34 +0000 ulion Fix libass to support -nofontconfig.
Sun, 02 Dec 2007 14:24:23 +0000 reimar Mark several uses of vo_functions_t as const to stop some of the current
Thu, 01 Nov 2007 06:52:28 +0000 uau Simplify init_audio_filters() arguments
Thu, 01 Nov 2007 06:52:19 +0000 uau Change decode_audio() interface
Thu, 01 Nov 2007 06:52:14 +0000 uau Clean up some fields in stheader.h structs
Mon, 10 Sep 2007 10:57:40 +0000 diego warning fix:
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Sat, 25 Aug 2007 15:53:27 +0000 diego Fix warning:
Sat, 25 Aug 2007 04:28:08 +0000 uau Make terminal input work more like VO key input
Tue, 07 Aug 2007 21:49:17 +0000 cehoyos Kill two warnings.
Sun, 15 Jul 2007 20:32:19 +0000 nicodvb added support for -alang and -slang with dvdnav:// streams
Tue, 05 Jun 2007 16:13:00 +0000 diego Create a new MSGT for just the status line.
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Sun, 20 May 2007 16:10:45 +0000 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
Thu, 26 Apr 2007 13:26:41 +0000 diego Simplify #include directives.
Wed, 25 Apr 2007 13:47:06 +0000 compn make -really-quiet hide the mencoder version tags. patch copied from michael
Sat, 21 Apr 2007 03:20:13 +0000 compn update year of mencoder version line
Sun, 15 Apr 2007 11:35:44 +0000 diego Remove unused variable.
Sat, 24 Feb 2007 07:11:57 +0000 uau Move parsing of the -ss option to the option code.
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Sat, 17 Feb 2007 16:30:59 +0000 ods15 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe
Sat, 13 Jan 2007 11:57:40 +0000 diego DO NOT recommend or even suggest installing codecs.conf.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Fri, 01 Dec 2006 23:48:07 +0000 nplourde fix mencoder include clash on osx
Wed, 29 Nov 2006 14:08:24 +0000 reimar Remove some of the worst "headers include headers which include
Tue, 28 Nov 2006 18:29:24 +0000 diego Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
Wed, 22 Nov 2006 19:21:16 +0000 uau Make compilation depending on USE_OSD unconditional.
Wed, 22 Nov 2006 09:27:45 +0000 kraymer MSGTRs for mencoder.c
Tue, 21 Nov 2006 20:48:17 +0000 uau Make compilation depending on USE_SUB unconditional.
Tue, 14 Nov 2006 12:29:20 +0000 uau Update OSD contents only after the correct values for the frame are known.
Wed, 01 Nov 2006 18:41:25 +0000 reimar ARCH_X86 simplifications
Fri, 27 Oct 2006 12:25:59 +0000 michael "-o -" -> use stdout
Mon, 25 Sep 2006 16:47:56 +0000 ptt after a long time, finally i could add -endpos option to mplayer executable.
Thu, 24 Aug 2006 16:25:56 +0000 diego Fix MEncoder build when bitmap fonts are disabled.
Mon, 14 Aug 2006 17:27:15 +0000 ods15 Cosmetics (nothing but spaces, tabs, and a comment changed here..)
Mon, 14 Aug 2006 16:17:26 +0000 reimar re-indent properly after last patch.
Mon, 14 Aug 2006 16:15:21 +0000 reimar 10l in last commit, move configured-check inside sh_video and sh_video->vfilter check.
Mon, 14 Aug 2006 14:24:17 +0000 reimar Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Fri, 14 Jul 2006 17:14:16 +0000 diego Remove support for obsolete and non-free divx4/odivx libraries.
Sun, 09 Jul 2006 17:45:36 +0000 reynaldo Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).
Mon, 03 Jul 2006 23:18:06 +0000 reynaldo parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
Sun, 11 Jun 2006 21:29:00 +0000 nicodvb include stream_dvd's interface from libmpdemux/stream_dvd.h
Tue, 09 May 2006 20:06:34 +0000 rtognimp Temporary workaround for libavcodec issues with B-frames
Fri, 28 Apr 2006 23:06:42 +0000 diego Rename some misspelled and misnamed messages.
Thu, 27 Apr 2006 12:40:29 +0000 uau Make EDL compilation unconditional
Wed, 26 Apr 2006 20:24:03 +0000 corey Make mencoder stream size printing use 64 bits.
Tue, 25 Apr 2006 02:01:21 +0000 albeu No need to include the whole libinput in mencoder
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Sun, 23 Apr 2006 23:26:12 +0000 diego Remove support for default.sub.
Thu, 30 Mar 2006 23:44:35 +0000 rfelker arrg more of this stupid cruft
Mon, 27 Mar 2006 17:25:41 +0000 diego Convert printfs in aviprint.c to mp_msg and give the information printing
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Tue, 21 Mar 2006 23:09:52 +0000 michael feed something (hopefully correct timestamps) into the video filter chain
Sun, 19 Mar 2006 17:28:13 +0000 nicodvb temporarily disabled the coercion of audio_preload=0 for -of mpeg until I find a proper fix: it horribly distorts filtered sound
Tue, 14 Mar 2006 23:33:37 +0000 diego The system-wide and the user-specific MEncoder configuration file should both
Fri, 24 Feb 2006 15:43:20 +0000 ods15 Add uninit for audio before switching to next file and completing encode
Tue, 21 Feb 2006 09:39:22 +0000 corey Fix video delay when encoding with B-frames.
Mon, 20 Feb 2006 09:36:10 +0000 corey New option: -ignore-start
Sun, 19 Feb 2006 09:34:37 +0000 corey dwStart support for mencoder.
Sun, 19 Feb 2006 04:31:14 +0000 ods15 deobfuscate some a/v sync code
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Sat, 11 Feb 2006 21:29:03 +0000 nicodvb muxer_mpeg MUST be used with audio_preload=0
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Wed, 04 Jan 2006 15:28:02 +0000 gpoirier Update copyright date to 2006
Tue, 03 Jan 2006 20:55:27 +0000 nicodvb disable dvd subtitles by default
Sat, 17 Dec 2005 19:55:39 +0000 ods15 "cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is not
Thu, 15 Dec 2005 17:57:18 +0000 wanderer make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet
Wed, 07 Dec 2005 10:07:27 +0000 ods15 more warning fixes
Wed, 07 Dec 2005 09:56:44 +0000 ods15 compiler warning fixes, some of these were actual (printing) bugs.
Wed, 07 Dec 2005 05:12:07 +0000 ods15 Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll
Tue, 06 Dec 2005 08:42:48 +0000 ods15 new -msglevel option, constrols msg level for every msg module
Fri, 02 Dec 2005 19:41:25 +0000 rfelker fatal error when muxer cannot initialize
Tue, 29 Nov 2005 22:04:57 +0000 reynaldo Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me
Mon, 21 Nov 2005 22:53:14 +0000 nicodvb buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me
Thu, 17 Nov 2005 19:17:53 +0000 gpoirier print the number of encoded frames per seconds (fps) with a greater precision
Sun, 30 Oct 2005 09:11:40 +0000 reimar Provide percentage even when demuxer->movi_start and movi_end are not available
Sun, 23 Oct 2005 15:05:11 +0000 rfelker comment on -noskip patch
Sun, 23 Oct 2005 07:37:55 +0000 rfelker honor decoder's/filter's decision to remove frames when using -noskip.
Sun, 23 Oct 2005 07:32:35 +0000 rfelker reapply rawaudio muxer fix (don't disable audio without user's permission!) (previously reversed because of mistake in patch.. 10l to me :)
Sun, 23 Oct 2005 07:30:56 +0000 rfelker reverse patch that was mistakenly applied with unwanted unrelated changes
Thu, 20 Oct 2005 05:54:51 +0000 ods15 document hack
Wed, 19 Oct 2005 05:44:27 +0000 rfelker processing audio is sometimes essential for a/v sync, so 1000l to