log mplayer.c @ 1467:f352e1e951ba

age author description
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