Tue, 02 Jul 2002 22:31:50 +0000 |
pontscho |
add -audiofile support for gui
|
Tue, 11 Jun 2002 14:29:51 +0000 |
albeu |
Support for playing audio cds using cdparanoia. Include a raw audio
|
Sat, 25 May 2002 22:13:23 +0000 |
arpi |
clone_demux_packet(), using refcounting to avoid memcpy()
|
Thu, 02 May 2002 10:25:48 +0000 |
albeu |
Fix frame_time for variable fps movies as it was the last frame duration.
|
Mon, 29 Apr 2002 13:36:18 +0000 |
albeu |
Add support for another AVI with ogg/vorbis audio (0x674F)
|
Wed, 24 Apr 2002 17:28:23 +0000 |
albeu |
Uninit added
|
Wed, 24 Apr 2002 15:36:07 +0000 |
albeu |
Added demuxer uninit
|
Tue, 23 Apr 2002 23:21:19 +0000 |
arpi |
more strict check for .mp3
|
Sun, 21 Apr 2002 02:38:50 +0000 |
jaf |
mplayer was not compileable without, i tested it with and without vorbis, i hope it's ok
|
Sat, 20 Apr 2002 17:50:11 +0000 |
albeu |
Seeking implemented
|
Fri, 12 Apr 2002 10:40:38 +0000 |
arpi |
BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
|
Wed, 03 Apr 2002 17:49:40 +0000 |
arpi |
added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outflux.net>
|
Wed, 03 Apr 2002 15:40:13 +0000 |
arpi |
don't alloc/free NULL
|
Mon, 01 Apr 2002 17:11:59 +0000 |
arpi |
freeing codec in/out buffers is job of libmpcodecs, not demuxer
|
Sun, 31 Mar 2002 02:45:14 +0000 |
arpi |
added soem debug prints, and fixed 10l bug of Alban
|
Wed, 20 Mar 2002 05:15:53 +0000 |
melanson |
added a BMP file demuxer...yeah, that's right, a static image BMP file
|
Sun, 17 Mar 2002 02:59:04 +0000 |
melanson |
FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on
|
Sun, 17 Mar 2002 02:04:06 +0000 |
arpi |
don't free our_out_buffer - it's obsoleted
|
Sat, 16 Mar 2002 14:32:03 +0000 |
albeu |
Initial ogg demuxer. No seeking, a/v sync is broken. Support avi
|
Fri, 15 Mar 2002 21:38:54 +0000 |
alex |
spelling type fix by Anders Rune Jensen
|
Fri, 15 Mar 2002 15:53:11 +0000 |
alex |
added get_sh_video/audio and realmedia seeking
|
Thu, 14 Mar 2002 11:18:19 +0000 |
arpi |
mp3 detection fixed...
|
Wed, 20 Feb 2002 16:59:25 +0000 |
albeu |
Demuxers demuxer support for using external audiofile (or muxed subtitles).
|
Sun, 17 Feb 2002 02:11:14 +0000 |
arpi |
ehh, i forgot to commit this...
|
Thu, 14 Feb 2002 16:09:36 +0000 |
arpi |
10l... it detected mpeg1/2 ps files as mpeg audio...
|
Thu, 14 Feb 2002 13:04:35 +0000 |
albeu |
Audio file demuxer. Extended version for demuxer info.
|
Mon, 11 Feb 2002 12:11:48 +0000 |
albeu |
A whole bunch of free_demuxer in demux_open
|
Sun, 10 Feb 2002 18:09:20 +0000 |
alex |
check for overflow in new_sh_video and new_sh_audio
|
Fri, 08 Feb 2002 16:00:14 +0000 |
albeu |
Audio only support. Include a fix in the asf demuxer opening.
|
Thu, 07 Feb 2002 12:07:47 +0000 |
pontscho |
finalize mfi support.
|
Wed, 06 Feb 2002 20:16:35 +0000 |
pontscho |
add mfi support
|
Fri, 01 Feb 2002 05:35:16 +0000 |
melanson |
implemented RoQ file demuxing
|
Sun, 27 Jan 2002 20:10:28 +0000 |
arpi |
DVD start position handling changed (progbar/eta fix)
|
Thu, 17 Jan 2002 00:32:46 +0000 |
arpi |
reverted old seeking method - ask Holm why...
|
Wed, 16 Jan 2002 03:25:07 +0000 |
melanson |
initial support for FILM file demuxing
|
Wed, 09 Jan 2002 17:09:21 +0000 |
alex |
seek patch by Panagoitis Issaris
|
Fri, 28 Dec 2001 22:58:49 +0000 |
alex |
Applied Rik Snel's seeking patch
|
Fri, 28 Dec 2001 16:49:10 +0000 |
arpi |
asf<->y4m detection swapped
|
Fri, 28 Dec 2001 01:38:40 +0000 |
arpi |
don't reset timer at seek - req. for dxr3
|
Thu, 27 Dec 2001 21:24:56 +0000 |
alex |
added NuppelVideo demuxer, based on Panagiotis Issaris' patch
|
Thu, 27 Dec 2001 02:08:31 +0000 |
arpi |
yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>
|
Wed, 26 Dec 2001 22:57:51 +0000 |
alex |
added real demuxer
|
Wed, 26 Dec 2001 20:44:56 +0000 |
arpi |
mpeg startpos (-ss, -chapter) fixed
|
Wed, 26 Dec 2001 16:34:06 +0000 |
arpi |
mpeg VDR vs. BIN fixed?
|
Mon, 17 Dec 2001 00:24:03 +0000 |
arpi |
fli seeking implemented
|
Mon, 17 Dec 2001 00:03:50 +0000 |
arpi |
reset ds eof flags at seeking - requires for mpeg -loop
|
Sun, 09 Dec 2001 19:11:42 +0000 |
alex |
10l
|
Sat, 01 Dec 2001 22:12:58 +0000 |
arpi |
file format detection reordered to get better hits
|
Tue, 27 Nov 2001 00:42:39 +0000 |
arpi |
bad malloc+strcpy => strdup
|
Sat, 24 Nov 2001 23:58:12 +0000 |
melanson |
mostly complete support for loading and decoding FLI/FLC animations
|
Fri, 23 Nov 2001 18:51:32 +0000 |
alex |
fixed tv detection in demux_open
|
Thu, 22 Nov 2001 15:43:24 +0000 |
alex |
added demux_info
|
Thu, 22 Nov 2001 14:24:17 +0000 |
alex |
it wanted to be strcasecmp not strncmp and i dunno why it compiled for me with strncmp :(
|
Wed, 21 Nov 2001 22:56:38 +0000 |
atmos4 |
10l for al3x :-P
|
Wed, 21 Nov 2001 16:14:14 +0000 |
alex |
added demuxer_info
|
Fri, 16 Nov 2001 21:30:10 +0000 |
alex |
tv interface update
|
Tue, 13 Nov 2001 21:38:29 +0000 |
arpi |
001.vdr fix
|
Tue, 13 Nov 2001 21:10:51 +0000 |
arpi |
qt/mov detection first
|
Sun, 11 Nov 2001 15:45:23 +0000 |
alex |
tuning worx (can set frequency)
|
Sat, 10 Nov 2001 23:32:10 +0000 |
alex |
tv update
|