log demuxer.c @ 2127:e6ce221dee06

age author description
Sun, 07 Oct 2001 21:59:49 +0000 arpi .mov support can be disabled
Sat, 06 Oct 2001 11:29:18 +0000 arpi ehh. 10l. required for MOV
Tue, 02 Oct 2001 21:45:41 +0000 arpi -Wall warnings fixed
Wed, 26 Sep 2001 21:35:14 +0000 arpi all error/warn/info messages moved to help_mp-en.h for translation
Thu, 23 Aug 2001 13:20:25 +0000 arpi num_elementary_packets1xx reset
Thu, 23 Aug 2001 12:47:23 +0000 arpi freeing video buffer
Wed, 22 Aug 2001 23:54:57 +0000 arpi free demux/ds/sh
Wed, 22 Aug 2001 19:40:46 +0000 arpi exit() -> return NULL
Wed, 22 Aug 2001 19:03:15 +0000 arpi seeking flags implemented: 0x1=rel/abs and 0x2=time/percent
Wed, 22 Aug 2001 16:42:37 +0000 arpi added demuxer->seekable flag to generalize seeking ability test
Sat, 18 Aug 2001 20:32:09 +0000 arpi more messages for translator :)
Fri, 17 Aug 2001 00:40:25 +0000 arpi printf->mp_msg/mp_dbg
Sun, 12 Aug 2001 17:28:16 +0000 arpi seek.c moved to demuxer.c, stream_reset in new_demuxer()
Sun, 12 Aug 2001 15:46:09 +0000 arpi cleanup...
Sun, 12 Aug 2001 01:58:05 +0000 arpi MOV file support - not works yet
Sat, 11 Aug 2001 20:37:33 +0000 arpi AVI demuxer cleanups, fileformat-dependent stuff moved to priv_t
Mon, 06 Aug 2001 23:59:50 +0000 arpi printfs cleanup - moved to higher -v level or moved to stderr
Wed, 01 Aug 2001 09:14:02 +0000 arpi missing unistd.h (requires for off_t under freebsd)
Tue, 31 Jul 2001 23:18:16 +0000 arpi largefile patch by Stephen Davies <steve@daviesfam.org>
Sun, 29 Jul 2001 21:07:34 +0000 arpi nosound avi seeking fixed
Sat, 28 Jul 2001 21:18:21 +0000 arpi using sh_video->i_bps...
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
Mon, 16 Jul 2001 15:36:20 +0000 arpi ds->type removed - using id-based audio format detection in mplayer.c
Sun, 03 Jun 2001 23:37:20 +0000 arpi_esp keyframe flag added
Sun, 27 May 2001 00:02:12 +0000 arpi_esp AVI -bps desync problem solved
Thu, 17 May 2001 22:15:00 +0000 arpi_esp added pts_bytes=0 to ds_free_packs
Thu, 10 May 2001 03:39:54 +0000 arpi_esp new audio playback and A-V sync code
Mon, 23 Apr 2001 21:25:09 +0000 arpi_esp OSD seekbar fixed for mpeg/VCD
Mon, 23 Apr 2001 03:42:17 +0000 arpi_esp stage#1 completed: c files no more included from mplayer.c
Fri, 20 Apr 2001 23:00:11 +0000 arpi_esp dvd sub parser move dto mplayer.c
Fri, 20 Apr 2001 22:35:15 +0000 arpi_esp dvd sub support reading
Fri, 06 Apr 2001 01:18:59 +0000 arpi_esp sh_audio/sh_video added, general codec cleanup
Sat, 24 Feb 2001 20:28:24 +0000 arpi_esp Initial revision