log mencoder.c @ 33845:786d1187960d

age author description
Mon, 25 Jul 2011 18:01:23 +0000 reimar Pass a (half-made-up) timestamp to filter_video, this allows -ass to work.
Sat, 02 Jul 2011 17:13:26 +0000 iive Increase video muxer output frame size.
Sat, 02 Jul 2011 08:17:45 +0000 reimar 100l, forgot to test without -vobsub.
Fri, 01 Jul 2011 17:43:40 +0000 reimar Make vobsub options available in mencoder, though with my test file
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Sun, 19 Jun 2011 13:58:45 +0000 ib Add const to string pointer argument that will not be modified.
Sun, 12 Jun 2011 00:28:51 +0000 reimar Pass "native" filter chain sample format to audio encoder.
Wed, 09 Mar 2011 21:18:25 +0000 ranma Use memmove when source and destination can overlap.
Tue, 22 Feb 2011 18:22:16 +0000 reimar Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
Thu, 10 Feb 2011 21:31:24 +0000 ranma Fix muxer memory leak.
Sat, 05 Feb 2011 20:38:02 +0000 cboesch Add sub-paths option.
Sun, 23 Jan 2011 13:04:15 +0000 cboesch Replace hacky vobsub loading with a new clean one.
Fri, 24 Dec 2010 23:02:24 +0000 cboesch Factorize subtitles loading between mplayer and mencoder.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 17:03:26 +0000 cigaes Move eosd.[ch] to the sub directory.
Wed, 27 Oct 2010 16:58:23 +0000 cigaes Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
Wed, 27 Oct 2010 16:38:51 +0000 cigaes Move spudec.[ch] to the sub directory.
Thu, 21 Oct 2010 07:07:00 +0000 corey Cosmetics: split a couple long "if" lines.
Thu, 21 Oct 2010 07:05:30 +0000 corey Make mencoder account for encoder delay when considering the current
Sat, 09 Oct 2010 15:04:50 +0000 reimar Avoid duplicating common init code between MPlayer and mencoder.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Sun, 12 Sep 2010 13:49:08 +0000 reimar Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c
Sat, 11 Sep 2010 11:47:07 +0000 diego Move all MEncoder-related extern variable declarations to mencoder.h.
Thu, 09 Sep 2010 16:54:35 +0000 diego Move cache_fill_status extern declaration to cache2.h, where it belongs.
Wed, 08 Sep 2010 19:35:02 +0000 diego Refactor all font_fontconfig extern declarations to libvo/font_load.h.
Wed, 08 Sep 2010 17:55:35 +0000 diego Refactor *demuxer_name extern declarations to demuxer.h.
Tue, 07 Sep 2010 23:29:49 +0000 diego Rename decode_audio() to mp_decode_audio().
Tue, 07 Sep 2010 16:20:52 +0000 cehoyos Improve A/V sync when not using -correct-pts.
Thu, 26 Aug 2010 11:26:46 +0000 cigaes Cosmetic: reindent a line.
Mon, 23 Aug 2010 19:13:05 +0000 cigaes EOSD/ASS code factorization
Sat, 21 Aug 2010 11:36:18 +0000 reimar Remove pointless casts.
Sat, 21 Aug 2010 11:30:29 +0000 reimar Use vf_open_filter instead of vf_open_plugin+hacks.
Sat, 21 Aug 2010 11:22:45 +0000 reimar Add consts to avoid a warning about pointer type mismatch in function
Sat, 21 Aug 2010 11:19:45 +0000 reimar Deobfuscate mencoder decode_video call.
Mon, 16 Aug 2010 10:33:33 +0000 reimar Do not call *_aid_from_lang when audio_lang is NULL.
Wed, 11 Aug 2010 20:59:03 +0000 reimar Add incomplete clipinf reading support to display audio
Tue, 10 Aug 2010 13:23:04 +0000 reimar Simplify code: allow file_format argument to open_stream to be NULL.
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Fri, 02 Jul 2010 21:14:42 +0000 reimar Move the subtitle pts handling code to demuxer.c
Mon, 28 Jun 2010 09:39:49 +0000 diego Clean up #include handling in mplayer.c and mencoder.c.
Wed, 16 Jun 2010 18:59:10 +0000 diego Replace common options template by a common options array.
Wed, 24 Mar 2010 20:43:41 +0000 diego Mark add_subtitles() as static, it is not used outside the file, fixes:
Sun, 21 Mar 2010 08:34:09 +0000 diego Rename SetCodecPath() --> set_codec_path().
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Sat, 20 Mar 2010 23:27:07 +0000 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
Thu, 18 Mar 2010 20:57:49 +0000 diego Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
Thu, 18 Mar 2010 20:44:01 +0000 reimar Split codec path related code into a separate file to fix Windows build.
Wed, 17 Mar 2010 09:12:51 +0000 komh Follow a more proper way to support -codecpath.
Tue, 16 Mar 2010 12:38:29 +0000 diego Remove some commented-out debugging and similar cruft.
Tue, 16 Mar 2010 12:24:18 +0000 diego Remove unnecessary forward declarations for a bunch of functions.
Tue, 16 Mar 2010 12:14:57 +0000 diego cosmetics: Move all functions before main().
Tue, 16 Mar 2010 12:11:14 +0000 diego Remove disabled flip_upside_down function; it has been unused for ages.
Tue, 16 Mar 2010 11:57:52 +0000 diego Remove unnecessary forward declaration of print_wave_header().
Mon, 15 Mar 2010 08:30:06 +0000 komh Add -codecpath option.
Fri, 05 Mar 2010 23:13:08 +0000 greg Enable ASS/SSA subtitle support in mencoder
Sun, 28 Feb 2010 07:45:23 +0000 reimar Use the KEYFRAME define instead of some magic number.
Tue, 23 Feb 2010 20:16:30 +0000 diego Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Thu, 24 Dec 2009 10:26:29 +0000 reimar Remove more direct includes of libass/ass.h
Fri, 13 Nov 2009 14:36:38 +0000 reimar Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.
Tue, 29 Sep 2009 06:44:10 +0000 reimar Make -nosub work to disable subtitles even if -slang and dvd streams are used.
Mon, 28 Sep 2009 11:32:27 +0000 reimar Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
Wed, 23 Sep 2009 21:48:48 +0000 reimar Add support for displaying subtitles on the command-line when playing
Wed, 23 Sep 2009 21:21:58 +0000 reimar Make update_subtitles work without sh_video for text subtitles.
Mon, 17 Aug 2009 05:55:40 +0000 reimar Handle demuxers that never set filepos by using stream_tell.
Sun, 02 Aug 2009 16:00:55 +0000 diego Remove pointless #ifdefs around harmless internal header #includes.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 05 May 2009 17:27:36 +0000 diego Remove pointless #ifdef around spudec.h #include.
Mon, 30 Mar 2009 17:05:39 +0000 reimar Set the forced_subs_only value correctly whenever a new spudec is created.
Tue, 10 Feb 2009 15:34:44 +0000 diego Add priority support for OS/2 and factorize the Windows priority support.
Sun, 25 Jan 2009 20:35:58 +0000 diego Factorize print_version().
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
Sun, 16 Oct 2005 19:14:09 +0000 faust3 allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>
Thu, 13 Oct 2005 20:54:21 +0000 ods15 cosmetics. does not change functionality, but makes code easier to read
Thu, 13 Oct 2005 20:27:48 +0000 ods15 weirdness, flags aren't restored right unless you add this second push
Thu, 13 Oct 2005 19:30:07 +0000 ods15 fix mencoder multi-file with some files having audio but others dont
Sat, 08 Oct 2005 17:21:00 +0000 ods15 100000l to me
Mon, 19 Sep 2005 19:23:38 +0000 ods15 Make frameno.avi not turn on by default. this is deprecated and this entire
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Mon, 01 Aug 2005 20:16:56 +0000 al Support new static libavcodec (depends on libavutil).
Sun, 31 Jul 2005 00:26:07 +0000 iive remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
Sat, 23 Jul 2005 06:51:35 +0000 ods15 1000l to me. Broke compilation when EDL is disabled.
Fri, 22 Jul 2005 21:27:54 +0000 reimar fix invalid pointers passed to init_audio_filters
Fri, 22 Jul 2005 17:11:39 +0000 reimar define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer
Mon, 18 Jul 2005 19:59:03 +0000 alex catch HUP and PIPE signals aswell. Patch by Sergey Khlutchin (@gmail.com)
Sun, 17 Jul 2005 19:40:05 +0000 ods15 -delay for MEncoder, final step 6.
Sun, 17 Jul 2005 19:28:01 +0000 ods15 -delay for MEncoder, step 5.
Sun, 17 Jul 2005 19:27:27 +0000 ods15 -delay for MEncoder, step 4.
Sun, 17 Jul 2005 19:26:49 +0000 ods15 -delay for MEncoder, step 3.
Sun, 17 Jul 2005 19:25:58 +0000 ods15 -delay for MEncoder, step 2.
Sun, 17 Jul 2005 19:25:33 +0000 ods15 -delay for MEncoder, step 1.
Sun, 03 Jul 2005 10:09:09 +0000 reimar Do not count skipped/broken frames when using -frames
Sat, 02 Jul 2005 19:00:13 +0000 ranma Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag with -fafmttag
Mon, 27 Jun 2005 19:10:11 +0000 nicodvb -don't encode more audio than needed; -edl_skip is int, not short; -don't read audio_data to skip in mux_a->buffer; -edl_seek works on input streams, not output; -one-frame accuracy fix ; patch by Oded Shimon
Fri, 24 Jun 2005 10:50:53 +0000 reimar make -srate work again, unify audio filter init and preinit.
Wed, 01 Jun 2005 09:01:41 +0000 reimar strdup subtitle filename at a more appropriate place, fixing memleaks and
Tue, 24 May 2005 19:46:44 +0000 nicodvb restored preinit_audio_filters() but set the final sample_rate to the value of -srate, if specified: the source sample_rate is sped up or down while the destination can be resampled at will; 1 aboundant liter to me
Tue, 24 May 2005 08:29:45 +0000 rfelker disable preinit until it's fixed (it breaks -speed...codec is initialized with wrong samplerate)
Tue, 24 May 2005 02:41:48 +0000 rfelker patch by oded to fix edl hang when end of audio is reached
Sun, 22 May 2005 15:34:23 +0000 nicodvb preinit audio filters in order to determine the final samplerate and number of channels, or audio encoders will be initialized with the wrong parameters
Wed, 18 May 2005 12:24:20 +0000 nplourde include get_path.c before avcodec.h, fix error on osx + gcc4 where defined macro always_inline in libavcodec/common.h already exist in math.h and used for something else.
Sat, 07 May 2005 14:50:14 +0000 nicodvb added twolame mp2 audio encoder
Mon, 25 Apr 2005 07:07:57 +0000 nicodvb added faac audio encoder
Fri, 22 Apr 2005 06:59:59 +0000 nicodvb audio encoding reworked
Wed, 06 Apr 2005 07:58:30 +0000 diego Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR.
Wed, 06 Apr 2005 07:53:42 +0000 diego Change all MSGT_FIXME, MSGL_FIXME to appropiate values.
Sat, 02 Apr 2005 18:29:16 +0000 faust3 windows priority support patch by Rune Petersen <runner at mail.tele.dk> with the freedom to shoot yourself in the foot
Wed, 23 Mar 2005 23:29:54 +0000 rfelker 100l to oded.. edl was causing the decoder to get a first broken packet
Sat, 19 Mar 2005 20:55:51 +0000 rfelker EDL for mencoder, patch by Oded (ods15)
Tue, 15 Mar 2005 04:10:57 +0000 rfelker Oded's patch for -speed in mencoder. This can be used for purposes
Sun, 13 Mar 2005 21:38:20 +0000 rfelker patch by ods15:
Mon, 07 Mar 2005 22:00:29 +0000 nicodvb set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr mode
Tue, 01 Mar 2005 20:21:58 +0000 henry fixes for encoding of multiple files
Sun, 27 Feb 2005 18:22:23 +0000 rfelker Multifile 10l bugfix by Oded:
Fri, 25 Feb 2005 22:49:36 +0000 henry cleanups of the Multiple files patch
Fri, 25 Feb 2005 12:59:59 +0000 henry compile fix
Fri, 25 Feb 2005 10:17:32 +0000 rfelker do not hide frame skips/dups! if they happen it's very bad!!
Fri, 25 Feb 2005 07:43:40 +0000 hzoli Always print dup/skip messages when !quiet.
Fri, 25 Feb 2005 02:32:29 +0000 rfelker MEncoder multiple files patch by Oded Shimon (ods15)
Tue, 22 Feb 2005 15:13:28 +0000 reynaldo fix missing check against lame_init_params that was leading to video only files on low (under 32) audio bitrates
Mon, 21 Feb 2005 23:18:31 +0000 nicodvb initial, extremely experimental, libavformat muxer; don't expect anything to work yet
Sat, 12 Feb 2005 15:11:02 +0000 reynaldo small reordering to make future 'multiple files' changes more modular, puts single file loading separate from global option loading in the begginning. patch by Oded Shimon
Sat, 29 Jan 2005 21:26:20 +0000 reimar Print CPUflags and extension support on x86_64, too
Sun, 02 Jan 2005 14:10:13 +0000 diego happy new year
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Mon, 15 Nov 2004 09:09:29 +0000 diego Reduce excessive verbosity.
Sat, 09 Oct 2004 13:07:18 +0000 iive add new control message, that is send after end of stream, to flush all remaining frames in the video system
Thu, 07 Oct 2004 00:14:23 +0000 diego printf --> mp_msg conversion
Tue, 21 Sep 2004 19:50:54 +0000 nicodvb encoding to mp2 with libtoolame
Fri, 27 Aug 2004 20:43:05 +0000 iive x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at arklinux dot org>, modifications by Loren Merritt <lorenm at u.washington dot edu>, Jeff Clagg <snacky at ikaruga.co dot uk> and me
Tue, 24 Aug 2004 19:36:17 +0000 diego printf -> mp_msg conversion, first steps
Fri, 16 Jul 2004 20:31:17 +0000 iive cache min fill adjustment, based on patch by Jeremy Huddleston
Tue, 08 Jun 2004 16:43:24 +0000 ranma We don't want junk in unused parts of the BITMAPINFOHEADER
Wed, 19 May 2004 04:38:05 +0000 rfelker 1000l....of pepsi :(broke -ovc copy!)
Wed, 19 May 2004 04:33:00 +0000 rfelker more lame options
Fri, 30 Apr 2004 20:05:54 +0000 faust3 10l on cygwin WIN32 gets defined in config.h
Fri, 30 Apr 2004 16:56:00 +0000 faust3 Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
Fri, 30 Apr 2004 09:46:54 +0000 rfelker 100l to me!
Wed, 28 Apr 2004 10:18:33 +0000 alex removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
Wed, 28 Apr 2004 04:29:17 +0000 rfelker soft skipping for mencoder. rather than skipping decoding/filtering
Wed, 28 Apr 2004 04:02:46 +0000 rfelker "hard" frame duplication for mencoder. this finally makes it possible
Sat, 17 Apr 2004 16:46:41 +0000 rtognimp Respect -playlist for asx streams
Wed, 07 Apr 2004 12:46:14 +0000 alex support for abitrary imaadpcm encoding, ported from ffmpeg
Fri, 02 Apr 2004 03:44:30 +0000 diego Remove spurious +1 to lame_param_quality that contradicts documentation and
Wed, 24 Mar 2004 15:16:36 +0000 ranma Use aspect from encoder for AVI vprp header
Wed, 17 Mar 2004 14:50:37 +0000 ranma OpenDML read/write support
Tue, 09 Mar 2004 14:46:34 +0000 ranma rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>
Wed, 18 Feb 2004 13:33:16 +0000 alex write out extraheaders from lavc
Tue, 17 Feb 2004 12:43:07 +0000 attila remove raw nonsense and replace it by one ovc
Tue, 10 Feb 2004 14:12:26 +0000 michael use libavcodecs float -> fraction conversation if available for -ofps, that way exact framerates like 24000/1001 are possible instead of ending up with x/10000
Thu, 29 Jan 2004 12:01:26 +0000 attila * changes mencoder's exit code on explicit kill to 2
Fri, 23 Jan 2004 01:13:00 +0000 iive add lame filter options
Mon, 12 Jan 2004 03:47:49 +0000 diego Happy new year to all from Argentina :-)
Thu, 08 Jan 2004 18:02:31 +0000 attila add -codecs-file for selecting a specific codecs.conf on the comand line
Mon, 08 Dec 2003 21:34:05 +0000 alex removed the historic libcss support
Mon, 08 Dec 2003 13:30:30 +0000 alex 100l
Mon, 08 Dec 2003 12:44:11 +0000 alex RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>
Mon, 08 Dec 2003 12:14:32 +0000 alex Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
Mon, 08 Dec 2003 09:32:40 +0000 attila Forced subs support for mencoder
Tue, 02 Dec 2003 23:40:05 +0000 ranma InitTimer has to be called before *Timer-Functions can be used.
Sun, 23 Nov 2003 19:30:05 +0000 alex workaround! exit if there's no video stream (hopefully it's a proper fix)
Fri, 07 Nov 2003 23:32:38 +0000 iive wrong include on shared lavc
Mon, 03 Nov 2003 16:35:40 +0000 ranma mencoder lavc audio encoding support
Wed, 22 Oct 2003 17:04:39 +0000 alex some updates in muxer api
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Tue, 22 Jul 2003 10:46:22 +0000 alex sync the basic mplayer and mencoder outputs
Sun, 13 Jul 2003 15:39:52 +0000 alex copyright message rework, try 2
Mon, 09 Jun 2003 12:15:48 +0000 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
Fri, 23 May 2003 15:01:25 +0000 mosu Support for selecting the audio track in Matroska files via -alang.
Mon, 07 Apr 2003 16:04:02 +0000 henry support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>
Mon, 31 Mar 2003 17:32:46 +0000 faust3 MINGW32 port
Sun, 30 Mar 2003 17:07:31 +0000 albeu Stream cleanup, don't use blah_on options anymore.
Sat, 29 Mar 2003 16:47:20 +0000 henry fix wrong channel count w/ pcm encoding
Sun, 16 Mar 2003 20:13:28 +0000 arpi this is a combo patch that:
Sat, 15 Mar 2003 18:50:58 +0000 albeu 1000L i forgot mencoder
Tue, 11 Mar 2003 19:03:31 +0000 rsf Made "force_fps" non-static, because code in "libmpdemux" refers to it.
Mon, 03 Mar 2003 11:03:19 +0000 albeu A new nuppel video encoder. Mainly for RT encoding on slow box.
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Fri, 24 Jan 2003 01:04:50 +0000 rfelker ability to disable the nonsense expand filter is a must! otherwise
Sun, 19 Jan 2003 01:48:52 +0000 arpi Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
Sun, 19 Jan 2003 00:21:54 +0000 arpi extension-based filetype detection for headerless files (mp3 vs mpeg, etc)
Sat, 18 Jan 2003 19:29:46 +0000 arpi AltiVec detection code ("borrowed" from FFmpeg and
Thu, 16 Jan 2003 23:03:06 +0000 arpi 10l
Sun, 12 Jan 2003 19:41:38 +0000 arpi this patch adds an fallback to playlist (any but the plaintext-list format)
Sun, 05 Jan 2003 14:35:35 +0000 arpi 10l...
Sun, 05 Jan 2003 14:18:53 +0000 arpi -nosound warning
Fri, 03 Jan 2003 11:51:39 +0000 filon 10l :-))
Sat, 28 Dec 2002 12:51:05 +0000 arpi "MPlayer does the right thing, presents frame 9 for 1.1 seconds, and continues
Fri, 27 Dec 2002 22:43:20 +0000 arpi the long-waited MUXER layer, and new MPEG-PS muxer
Sat, 21 Dec 2002 22:16:49 +0000 arpi Presets are an easy way, to use hard to access lame options and to give
Mon, 16 Dec 2002 01:49:39 +0000 arpi Sorenson 1/3 encoding just for fun :)
Sun, 15 Dec 2002 23:45:19 +0000 arpi Fallback to builtin (generated from etc/codecs.conf at compile time)
Sun, 15 Dec 2002 19:08:11 +0000 arpi 1l
Sat, 14 Dec 2002 17:56:35 +0000 arpi compiler warning fixes
Thu, 05 Dec 2002 00:03:35 +0000 arpi overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
Wed, 04 Dec 2002 23:37:17 +0000 arpi fixed -fps with mencoder and fixed-rate files (avi etc)
Wed, 04 Dec 2002 23:34:29 +0000 arpi end_at int->double, as option -endpos accepts float seconds too
Tue, 12 Nov 2002 01:56:42 +0000 albeu New config system + cleanup of header inter dependency
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Sun, 03 Nov 2002 09:54:49 +0000 colin fix sound encoding on BE arch
Sat, 02 Nov 2002 02:44:19 +0000 rfelker removed -pass nonsense from mencoder! it's now a suboption to -divx4opts
Sat, 02 Nov 2002 00:45:12 +0000 arpi cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Wed, 23 Oct 2002 22:07:29 +0000 arpi allow cache to be disabled (-nocache should override cachesize autodetection
Wed, 23 Oct 2002 17:21:01 +0000 arpi cleanup config option handling in libmpdemux.
Sat, 19 Oct 2002 20:26:04 +0000 diego Fixed two typos noticed by Sycotic Smith (I think).
Thu, 10 Oct 2002 21:04:42 +0000 arpi setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on windows
Sun, 06 Oct 2002 23:24:36 +0000 arpi reversed Anders' nonsense change
Sun, 06 Oct 2002 11:23:02 +0000 anders Adding -format and -af switches
Sun, 06 Oct 2002 10:49:41 +0000 arpi 11l
Sat, 05 Oct 2002 22:55:45 +0000 arpi aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder
Sun, 29 Sep 2002 19:26:40 +0000 arpi some cleanup - made private vars/funcs static, removed obsolete externs
Sat, 28 Sep 2002 18:45:47 +0000 arpi removed obsolete/unused audio|video_fm|codec, has_audio|video
Sat, 28 Sep 2002 18:03:34 +0000 pontscho - fix new afm/vfm support
Sat, 28 Sep 2002 02:23:20 +0000 arpi -ac/-afm rewrite, now works the same way as -vc/-vfm
Thu, 26 Sep 2002 01:31:18 +0000 arpi -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means
Wed, 25 Sep 2002 23:45:34 +0000 arpi best audio/video codec selection & init moved to libmpcodecs
Wed, 25 Sep 2002 20:27:34 +0000 arpi fixed order of uninit (codec, demuxer, stream) - found by Jindrich Makovicka
Sun, 22 Sep 2002 13:37:11 +0000 jaf now also tells about 2x xxx MB CDs
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Sun, 22 Sep 2002 00:43:14 +0000 arpi wine headers cleanup
Sat, 21 Sep 2002 12:41:29 +0000 kmkaplan Support for XviD encoding
Fri, 20 Sep 2002 18:54:22 +0000 arpi some mpcodecs option declaration moved to cfg-*, as aren;t used by
Sat, 14 Sep 2002 10:47:34 +0000 arpi reversed -ss behaviour (you have to use teh same -ss for all passes)
Tue, 10 Sep 2002 23:19:20 +0000 arpi count dropped frames in -v mode, patch by Andriy N. Gritsenko <andrej@lucky.net>
Mon, 09 Sep 2002 11:47:54 +0000 kmkaplan Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoder
Sun, 01 Sep 2002 14:30:55 +0000 arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Sat, 31 Aug 2002 22:29:28 +0000 arpi seek frameno.avi too - idea by cpro@posta.unizar.es
Sat, 31 Aug 2002 18:24:56 +0000 arpi 10l - use NULL instead of -1 for init_video's vfm
Sat, 31 Aug 2002 15:04:18 +0000 atmos4 Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Thu, 29 Aug 2002 20:50:49 +0000 arpi new mencoder option -info, to store copyright, title, encoder version etc in AVI
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Wed, 28 Aug 2002 20:52:02 +0000 arpi freetype 2.0/2.1+ support - disabled by default until bugs fixed
Wed, 21 Aug 2002 21:31:20 +0000 arpi new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
Wed, 07 Aug 2002 18:24:25 +0000 jaf messages moved from mencoder.c to helpmp??.h
Wed, 07 Aug 2002 09:08:10 +0000 jaf using help_mp-??.h for one message
Mon, 05 Aug 2002 13:41:32 +0000 arpi no default oac/ovc (it just confuses users), more detailed -oac/-ovc help
Fri, 02 Aug 2002 17:44:16 +0000 arpi count blocks by rounded-up chunksizes instead of chunks -
Thu, 01 Aug 2002 08:39:33 +0000 arpi audio preload/density/delay configurable
Thu, 25 Jul 2002 03:37:28 +0000 atmos4 DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
Sun, 21 Jul 2002 22:20:05 +0000 arpi 10l fix, by Rmi Guyomarch <rguyom@pobox.com> && Bjrn Sandell
Fri, 12 Jul 2002 18:03:16 +0000 arpi fix for interlaced (2 fields) mpeg2 streams:
Thu, 11 Jul 2002 18:48:43 +0000 kmkaplan Fix Vobsub output synchro.
Mon, 08 Jul 2002 21:44:51 +0000 atmos4 MEncoder vobsub ripping support, currently not compatible with windows vobsub, some bugs to be fixed. However it already works with mplayer, so it's a start.
Fri, 28 Jun 2002 17:13:18 +0000 alex -frames 0 fix, multifile frames support by tibcu
Thu, 27 Jun 2002 19:33:28 +0000 rfelker clean up warnings in mencoder.
Sun, 23 Jun 2002 19:09:25 +0000 alex fixed mono mp3 encoding, hint by Paul Ortyl
Sun, 23 Jun 2002 17:34:29 +0000 alex mono mp3 encoding support by Paul Ortyl <ortylp at 3miasto.net>
Thu, 13 Jun 2002 21:35:10 +0000 atmos4 On QNX eof szmbol clashes with system headers, workaround by renaming to at_eof. Fell free to reverse if zou don't like this waz.
Fri, 07 Jun 2002 22:40:06 +0000 arpi mencoder out-of-diskspace error handling, patch by Eric Lammerts <eric@lammerts.org>
Sun, 02 Jun 2002 15:25:52 +0000 rfelker font init needs to be after config parsing, otherwise -font won't
Mon, 20 May 2002 03:25:26 +0000 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
Fri, 17 May 2002 23:47:27 +0000 albeu Improvment for spu subtitles.
Mon, 06 May 2002 12:45:02 +0000 arpi time to make libavcodec as default
Wed, 01 May 2002 14:42:42 +0000 rfelker fixed bogus overloaded "q" parameter for lame mp3 encoding
Mon, 29 Apr 2002 20:07:53 +0000 arpi -xy,-zoom,-flip available in mencoder too
Sun, 28 Apr 2002 17:48:45 +0000 arpi do cpudetect before anything else
Fri, 26 Apr 2002 20:19:31 +0000 arpi volume setting with lame - patch by silicon@falcon.sch.bme.hu
Thu, 18 Apr 2002 17:28:48 +0000 arpi -srate for mp3 fixed
Thu, 18 Apr 2002 14:23:07 +0000 arpi cbr mp3 + wmp fixed (hopefully, untested)
Wed, 17 Apr 2002 22:17:32 +0000 arpi DVD subs fixed
Wed, 17 Apr 2002 21:51:18 +0000 arpi enabled new OSD code in -vop expand, subtitles rendering support to mencoder
Mon, 15 Apr 2002 02:33:05 +0000 arpi -skiplimit/-noskip options to disable fps correction
Mon, 15 Apr 2002 00:36:21 +0000 arpi -sb option re-added (noticed by Alexandre Oliva <oliva@lsd.ic.unicamp.br>)
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Fri, 12 Apr 2002 21:50:38 +0000 arpi -ovc libdv support
Fri, 12 Apr 2002 10:40:38 +0000 arpi BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
Fri, 12 Apr 2002 00:15:03 +0000 arpi VCODEC_RAW fixed
Thu, 11 Apr 2002 02:52:03 +0000 arpi video codecs moved to libmpencoders, crop/scale removed, use -vop for that
Wed, 10 Apr 2002 12:43:26 +0000 rfelker Dirty hack to fix mencoder until someone does all the new filter/vo stuff right :)
Sun, 07 Apr 2002 02:12:15 +0000 arpi vo_config_count now counts calls to vo->config()
Sat, 06 Apr 2002 22:05:01 +0000 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
Sun, 31 Mar 2002 22:12:39 +0000 arpi 10l
Sun, 31 Mar 2002 22:01:54 +0000 arpi -alang/-slang support in mencoder too
Fri, 29 Mar 2002 15:12:41 +0000 kmkaplan Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>
Fri, 29 Mar 2002 07:20:44 +0000 rfelker libavcodec 2pass broke mencoder if divx4encore was not available. fixed.
Fri, 29 Mar 2002 03:17:57 +0000 kmkaplan * New command line switch for mplayer & mencoder:
Fri, 29 Mar 2002 01:01:35 +0000 arpi 2-pass lavc encoding fixed
Thu, 28 Mar 2002 23:45:33 +0000 arpi 2-pass encoding with libavcodec - untested
Thu, 28 Mar 2002 05:01:09 +0000 michael libavcodec 4mv support
Mon, 25 Mar 2002 03:20:42 +0000 arpi reset selection
Sat, 23 Mar 2002 13:13:12 +0000 ksorim Support for cropping in mencoder. New options:
Wed, 20 Mar 2002 15:38:13 +0000 alex splitted mp_msg_init and mp_msg_set_level
Mon, 18 Mar 2002 01:51:47 +0000 arpi migrate to new init_video()
Mon, 18 Mar 2002 01:00:43 +0000 michael libavcodec bitrate is in kbit now ...
Sun, 17 Mar 2002 17:09:04 +0000 michael supporting ffmpegs "hopefully better bitrate control"
Sat, 16 Mar 2002 22:51:07 +0000 arpi removed pitches[] mess
Sun, 24 Feb 2002 17:10:06 +0000 nick exclude benchmark stuff execution from normal playback
Sun, 24 Feb 2002 15:54:13 +0000 nick frame dropping prediction with benchmarks
Sun, 24 Feb 2002 11:23:48 +0000 nick max & average benchmarks
Wed, 20 Feb 2002 17:02:31 +0000 albeu Options registration for mencoder
Mon, 18 Feb 2002 20:17:36 +0000 jaf we're in the year 2002
Sun, 17 Feb 2002 13:50:26 +0000 alex using mencoder_exit instead exit and return
Thu, 14 Feb 2002 22:03:42 +0000 arpi ehh
Sun, 10 Feb 2002 13:11:11 +0000 alex support swscaler for i420
Sun, 10 Feb 2002 12:20:50 +0000 arpi div3/vfw encoding fixed
Sun, 10 Feb 2002 00:55:10 +0000 arpi temp. workaround for VFW upside-down flip
Sun, 10 Feb 2002 00:07:34 +0000 rfelker initial seeking (-ss) support in mencoder
Thu, 07 Feb 2002 20:22:03 +0000 arpi VfW encoding support (very alpha yet)
Wed, 06 Feb 2002 22:55:47 +0000 pontscho fix spudec, faszom (C#)
Sun, 03 Feb 2002 09:28:58 +0000 nick Allows to users control direct rendering
Sat, 02 Feb 2002 23:39:53 +0000 rfelker config file support for mencoder
Fri, 01 Feb 2002 11:41:38 +0000 nick Minor fixes
Fri, 01 Feb 2002 08:50:45 +0000 nick Providing new tune info
Thu, 31 Jan 2002 00:38:53 +0000 arpi new video format: yuvrgb. patch by Fredrik Kuivinen <freku045@student.liu.se>
Tue, 29 Jan 2002 16:27:21 +0000 rfelker added constant-qscale encoding support with lavc, fixed slightly incorrect definition for the vme lavc option
Mon, 28 Jan 2002 07:29:17 +0000 nick New logic of HW equalizing:
Sun, 27 Jan 2002 21:46:06 +0000 arpi show actual video:audio bitrates at status line
Sun, 27 Jan 2002 21:37:46 +0000 arpi ETA/Esize for 3pass encoding from stdin
Sun, 27 Jan 2002 20:34:31 +0000 arpi status print fixes - DVD estimation worx, print remaining time instead of total
Sun, 27 Jan 2002 18:39:53 +0000 nick Support for HW equalizing
Sun, 27 Jan 2002 18:29:33 +0000 arpi ETA/Esize/fps and some more... - new statusline
Sun, 27 Jan 2002 14:35:48 +0000 arpi debug printfs... - 10l
Sun, 27 Jan 2002 14:16:32 +0000 arpi bitrate calculator fix?
Sun, 27 Jan 2002 02:31:06 +0000 arpi more audiocopy fixes (especially for .asf)
Sun, 27 Jan 2002 01:23:23 +0000 arpi audio copy fix
Sun, 27 Jan 2002 00:43:57 +0000 arpi bitrate calculator for 650/700 mb cdrom
Sat, 26 Jan 2002 22:30:02 +0000 arpi 3-pass encoding support (reads frame skip/dup control and audio stream from frameno.avi)
Sat, 26 Jan 2002 20:18:59 +0000 alex added better fourcc handling for lavc, exiting if no lavc video codec name specified
Sat, 26 Jan 2002 16:32:06 +0000 kmkaplan Add -nosound/-sound and -ovc null to mencoder.
Thu, 24 Jan 2002 23:02:59 +0000 kmkaplan Extended DVD chapter specification. Remove -last-chapter option.
Thu, 17 Jan 2002 01:02:41 +0000 arpi -lavcopts vme= option to set motion estimation method - patch by Rich Felker <dalias@aerifal.cx>
Tue, 15 Jan 2002 17:03:19 +0000 pontscho small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
Tue, 15 Jan 2002 00:20:50 +0000 arpi -endpos option, patch by Fredrik Kuivinen <freku045@student.liu.se>
Mon, 14 Jan 2002 23:38:49 +0000 arpi playtree-based config patch by Alban Bedel <albeu@free.fr>
Fri, 11 Jan 2002 16:06:45 +0000 kmkaplan Add DVD subtitles to menoder
Fri, 04 Jan 2002 14:03:02 +0000 lgb libcss support in mencoder, too
Sun, 30 Dec 2001 13:20:55 +0000 arpi divx4encore is detected
Wed, 26 Dec 2001 13:32:00 +0000 alex added support for I420 input (used by TV V4L) in lavc encoder
Tue, 25 Dec 2001 21:59:07 +0000 arpi search codecs.conf at CONFDIR
Mon, 24 Dec 2001 14:01:55 +0000 atmos4 fixed priority support, tested with -vfm -vc, etc.
Mon, 24 Dec 2001 10:54:11 +0000 alex supporting -ofps by lavc, using avcodec_find_encoder_by_name (latest libavcodec cvs)
Mon, 24 Dec 2001 02:11:49 +0000 arpi lavc quality fixed - using right fps
Mon, 24 Dec 2001 01:11:39 +0000 alex fixed scaling and colors with libavcodec (and some comments added)
Sun, 23 Dec 2001 11:58:57 +0000 atmos4 add support for priotity <int> in codecs.conf, higher numbers are better
Sat, 22 Dec 2001 16:59:10 +0000 alex made divx4 optional (also configure checking needed) and added avcodec_close
Sat, 22 Dec 2001 14:32:08 +0000 alex added libavcodec support (mjpeg,h263,rv10,mpeg1 codecs tested&working) and added -ffourcc option (force fourcc in ouput)
Mon, 17 Dec 2001 16:56:56 +0000 arpi precaching
Sun, 16 Dec 2001 11:37:23 +0000 pl Patch by Adam Di Carlo <adam@onshore-devel.com>:
Sat, 15 Dec 2001 17:12:20 +0000 alex support for RGB/BGR modes (tested with raw and divx4)
Thu, 13 Dec 2001 17:50:19 +0000 alex vcodec_raw added
Sat, 08 Dec 2001 13:30:06 +0000 alex fixed cbr audiocopy (if no sh_audio->wf)
Sat, 08 Dec 2001 12:21:23 +0000 alex fixed framecopy
Sat, 08 Dec 2001 02:47:55 +0000 alex no filename needed for tv grabbing
Sat, 08 Dec 2001 01:43:02 +0000 alex do not fault if 2pass VbrControl can't open the logfile
Fri, 07 Dec 2001 00:12:51 +0000 arpi set all frames to keyframes for -ovc frameno - allow seeking in resulting audio-only avi
Fri, 07 Dec 2001 00:11:12 +0000 arpi ehh. frame skipping fixed for -ovc frameno
Thu, 06 Dec 2001 23:59:46 +0000 arpi new video codec: frameno (just the number of frame - for 3-pass encoding)
Thu, 06 Dec 2001 22:27:09 +0000 arpi libmp3lame optional
Thu, 06 Dec 2001 21:50:35 +0000 arpi Using CBR stream format for CBR mp3 audio
Tue, 04 Dec 2001 21:35:18 +0000 arpi CPU detection added
Tue, 04 Dec 2001 20:35:31 +0000 arpi use return 1; if interrupted - patch by Artur Skawina <skawina@geocities.com>
Sat, 01 Dec 2001 12:24:46 +0000 michael bugfix if only -x or only -y is used
Sat, 01 Dec 2001 01:29:25 +0000 michael yv12 scaling (-x & -y)