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.
|