Tue, 29 Nov 2011 13:02:45 +0000 |
ranma |
edl_seek_type is used as CONF_TYPE_FLAG, which is a 32bit-Type (fixes possible memory corruption).
|
Tue, 25 Oct 2011 20:45:09 +0000 |
reimar |
Sanitize include option behaviour.
|
Thu, 18 Aug 2011 18:56:09 +0000 |
reimar |
Another attempt to make up timestamps for video filters.
|
Thu, 18 Aug 2011 18:37:07 +0000 |
reimar |
Try using sh_video->pts instead of v_muxer_time for filter timestamp.
|
Thu, 11 Aug 2011 17:45:25 +0000 |
diego |
Move cfg_inc_verbose and cfg_include into mpcommon.c.
|
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.
|