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