Sat, 11 Aug 2001 22:49:18 +0000 |
arpi |
better fix - now it's backward compatible
|
Sat, 11 Aug 2001 22:44:12 +0000 |
arpi |
VCD fix
|
Sat, 11 Aug 2001 20:37:33 +0000 |
arpi |
AVI demuxer cleanups, fileformat-dependent stuff moved to priv_t
|
Sat, 11 Aug 2001 00:53:45 +0000 |
arpi |
AVI pts/seek fixes, VBR support, faster NI seek
|
Fri, 10 Aug 2001 01:27:02 +0000 |
arpi |
'too slow' message is fixed - better detection now based on both drop_cnt and A-V sync
|
Thu, 09 Aug 2001 01:17:24 +0000 |
arpi |
stream opening -> open.c, initialframes ignored
|
Wed, 08 Aug 2001 19:37:45 +0000 |
arpi |
format-specific seeking code moved to demuxer_ stuff
|
Wed, 08 Aug 2001 13:34:08 +0000 |
arpi |
ffmpeg12 fix - now passing sequence header
|
Tue, 07 Aug 2001 16:03:30 +0000 |
arpi |
printf stuff moved seek.c->mplayer.c, resetting drop_frame_cnt after seek
|
Tue, 07 Aug 2001 00:47:02 +0000 |
arpi |
old InitialFrames stuff disabled - should work without it
|
Mon, 06 Aug 2001 23:59:50 +0000 |
arpi |
printfs cleanup - moved to higher -v level or moved to stderr
|
Mon, 06 Aug 2001 00:33:30 +0000 |
arpi |
ehh. 10l again...
|
Mon, 06 Aug 2001 00:30:29 +0000 |
arpi |
-quiet option patch by Adam Tla/lka atlka@pg.gda.pl
|
Sat, 04 Aug 2001 13:52:41 +0000 |
arpi |
-autoq option...
|
Wed, 01 Aug 2001 09:14:02 +0000 |
arpi |
missing unistd.h (requires for off_t under freebsd)
|
Wed, 01 Aug 2001 01:02:33 +0000 |
arpi |
contrast/brightness/etc patch (temporary)
|
Tue, 31 Jul 2001 23:18:16 +0000 |
arpi |
largefile patch by Stephen Davies <steve@daviesfam.org>
|
Mon, 30 Jul 2001 02:00:54 +0000 |
arpi |
libvo2 support
|
Sun, 29 Jul 2001 21:07:34 +0000 |
arpi |
nosound avi seeking fixed
|
Sun, 29 Jul 2001 17:42:06 +0000 |
arpi |
removed obsolote frame_corr_* stuff
|
Sun, 29 Jul 2001 02:08:27 +0000 |
arpi |
using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)
|
Sat, 28 Jul 2001 22:08:38 +0000 |
arpi |
small cosmetics fix
|
Sat, 28 Jul 2001 21:57:21 +0000 |
arpi |
seeking code moved out from mplayer.c -> seek.c
|
Sat, 28 Jul 2001 21:21:54 +0000 |
arpi |
mpeg seeking fixed
|
Sat, 28 Jul 2001 21:18:21 +0000 |
arpi |
using sh_video->i_bps...
|
Sat, 28 Jul 2001 20:33:51 +0000 |
arpi |
stage2 step 1
|
Mon, 23 Jul 2001 20:02:58 +0000 |
arpi |
grab.mpg fixed
|
Sat, 21 Jul 2001 22:37:55 +0000 |
arpi |
file-format detection stuff moved out from mplayer.c to demuxer.c and dec_video.c
|
Sat, 21 Jul 2001 01:17:00 +0000 |
arpi |
a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used after initialization.
|
Fri, 20 Jul 2001 00:01:09 +0000 |
arpi |
Applied DATADIR patch by Vladimir Kushnir
|
Mon, 16 Jul 2001 20:21:26 +0000 |
arpi |
mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)
|
Mon, 16 Jul 2001 17:07:13 +0000 |
arpi |
some more cleanup
|
Mon, 16 Jul 2001 15:36:20 +0000 |
arpi |
ds->type removed - using id-based audio format detection in mplayer.c
|
Mon, 16 Jul 2001 15:09:34 +0000 |
arpi |
d_audio->type stuff fixed
|
Mon, 16 Jul 2001 12:53:48 +0000 |
arpi |
some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_audio
|
Tue, 10 Jul 2001 13:24:59 +0000 |
atmos4 |
Fixed a typo and wrong varname.
|
Sun, 08 Jul 2001 22:45:56 +0000 |
atmos4 |
As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc have higher precedence, so they can override -afm/-vfm.
|
Sun, 08 Jul 2001 13:11:01 +0000 |
arpi |
mpeg2 timing & fps fix for ffmpeg12 codec
|
Sun, 08 Jul 2001 12:34:08 +0000 |
arpi |
mpeg2 timing & fps fix for ffmpeg12 codec
|
Sun, 08 Jul 2001 00:21:20 +0000 |
arpi |
video codec stuff moved to dec_video.c
|
Sat, 07 Jul 2001 18:46:15 +0000 |
arpi |
some code clanup (first step to libdemuxer)
|
Sat, 07 Jul 2001 09:53:47 +0000 |
atmos4 |
Replaced LGBs video codec forcing change with mine for audio and video codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one.
|
Fri, 06 Jul 2001 21:17:22 +0000 |
lgb |
-vcodec option (maybe some other name would be better though) to select between driver types without editing codecs.conf. mplayer will default to normal codec search loop if it does not find codec for the specified driver type. config range checking for the parameter (an integer) should be cleaned, IMHO
|
Mon, 02 Jul 2001 19:25:34 +0000 |
alex |
-dsp option removed, displaying help text (-ao oss:dsp_path)
|
Sat, 30 Jun 2001 22:17:14 +0000 |
arpi |
libavcodec zero frame DivX flickering fixed
|
Sat, 30 Jun 2001 00:16:39 +0000 |
arpi |
optional libavcodec (ffmpeg) support
|
Fri, 29 Jun 2001 21:35:30 +0000 |
arpi |
-dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)
|
Wed, 27 Jun 2001 11:39:17 +0000 |
atmos4 |
Added some nice vo/ao info.
|
Sun, 24 Jun 2001 00:02:23 +0000 |
arpi_esp |
fatal-error printfs moved stdout->stderr
|
Sat, 23 Jun 2001 17:10:52 +0000 |
arpi_esp |
sub at key=0 fixed
|
Thu, 21 Jun 2001 23:03:03 +0000 |
al3x |
egy hulye kis checking kimaradt az strcspn fv. jovoltabol
|
Thu, 21 Jun 2001 22:34:02 +0000 |
al3x |
vo/ao_subdevice implemented
|
Thu, 21 Jun 2001 00:06:40 +0000 |
arpi_esp |
FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>
|
Mon, 18 Jun 2001 14:19:13 +0000 |
al3x |
has_audio checkings at reset and exit added
|
Wed, 13 Jun 2001 21:57:36 +0000 |
arpi_esp |
-frames 0 fixed
|
Wed, 13 Jun 2001 21:55:24 +0000 |
arpi_esp |
-frames and -benchmark options to make chl & gabucino happy
|
Fri, 08 Jun 2001 23:35:23 +0000 |
arpi_esp |
remoevd unneeded soundcard.h includes
|
Thu, 07 Jun 2001 13:22:06 +0000 |
arpi_esp |
libao2 uninit fixed
|
Wed, 06 Jun 2001 21:16:21 +0000 |
arpi_esp |
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
|
Wed, 06 Jun 2001 01:39:39 +0000 |
arpi_esp |
avi streaming fixed
|