Fri, 05 Jan 2007 15:24:38 +0000 |
reimar |
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
|
Sun, 31 Dec 2006 17:24:14 +0000 |
nicodvb |
removed unused variable
|
Sun, 31 Dec 2006 11:09:53 +0000 |
nicodvb |
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
|
Sun, 31 Dec 2006 11:05:26 +0000 |
nicodvb |
added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
|
Thu, 28 Dec 2006 23:44:38 +0000 |
aurel |
don't compile demux_mpc.c when libmpcdec is disabled
|
Thu, 16 Nov 2006 21:23:06 +0000 |
nicodvb |
added code to switch video stream
|
Mon, 13 Nov 2006 16:15:23 +0000 |
reimar |
Make subtitle stream handling more similar to audio and video streams.
|
Sun, 12 Nov 2006 17:19:56 +0000 |
nicodvb |
consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
|
Sat, 11 Nov 2006 13:57:09 +0000 |
nicodvb |
removed duplicated check in demuxer_seek_chapter
|
Sat, 11 Nov 2006 11:53:32 +0000 |
nicodvb |
in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESYNC to notify the demuxer of the change
|
Tue, 07 Nov 2006 22:55:49 +0000 |
nicodvb |
added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
|
Tue, 07 Nov 2006 22:54:28 +0000 |
nicodvb |
now demux_seek() tries to seek aided by the stream layer, if possible
|
Fri, 20 Oct 2006 19:36:59 +0000 |
reimar |
Cosmetics: indentation fix indentation broken by last two demuxer.c commits
|
Fri, 20 Oct 2006 19:31:52 +0000 |
reimar |
Fix opening of demuxers without check_file function, broken by r20309.
|
Thu, 19 Oct 2006 18:20:12 +0000 |
reimar |
Try other demuxers if open() fails.
|
Thu, 05 Oct 2006 21:31:21 +0000 |
reimar |
Simplify: replace malloc + memset 0 by calloc
|
Sun, 17 Sep 2006 10:22:23 +0000 |
ods15 |
conditional declerations are unnecessary
|
Sun, 17 Sep 2006 09:32:28 +0000 |
ods15 |
Add demux_nut to MPlayer repo
|
Sat, 26 Aug 2006 19:17:04 +0000 |
reimar |
Get rid of demux_aid_vid_mismatch mess.
|
Mon, 21 Aug 2006 19:52:11 +0000 |
nicodvb |
100l: *chapter_name was copied from the pointer rather than strupd()-ed (and next free()d in mplayer.c
|
Mon, 21 Aug 2006 19:19:00 +0000 |
nicodvb |
demuxer_seek_chapter() returns informations about chapters count and name
|
Fri, 18 Aug 2006 19:03:59 +0000 |
nicodvb |
clarification in a comment
|
Fri, 18 Aug 2006 19:03:31 +0000 |
nicodvb |
support relative seeking in the stream-driven case
|
Fri, 18 Aug 2006 16:48:22 +0000 |
nicodvb |
added first revision of demuxer_seek_chapter()
|
Wed, 16 Aug 2006 23:32:39 +0000 |
reimar |
Update information and print new value when demux_info_add is called
|
Sun, 06 Aug 2006 18:55:34 +0000 |
eugeni |
Add matroska chapter seeking capability.
|
Thu, 13 Jul 2006 05:03:43 +0000 |
reynaldo |
marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
|
Thu, 06 Jul 2006 06:58:17 +0000 |
uau |
Add a new video pts tracking mode, enabled by option -correct-pts.
|
Tue, 04 Jul 2006 21:26:41 +0000 |
reimar |
move some ill-behaving demuxers further down the list
|
Wed, 14 Jun 2006 14:05:59 +0000 |
uau |
Change free_sh_audio() to take demuxer and stream id as parameters
|
Mon, 08 May 2006 21:41:15 +0000 |
diego |
Unconditionally compile the Matroska demuxer.
|
Thu, 27 Apr 2006 11:13:21 +0000 |
uau |
Change common pts variables from floats to doubles. Individual demuxers
|
Mon, 24 Apr 2006 10:58:40 +0000 |
rtognimp |
4 - Implement a better way to calculate current audio pts and use it for
|
Mon, 24 Apr 2006 07:20:34 +0000 |
reynaldo |
Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
|
Mon, 17 Apr 2006 13:47:57 +0000 |
gpoirier |
fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Fri, 17 Feb 2006 01:57:41 +0000 |
corey |
Second-try commit of this patch.
|
Thu, 09 Feb 2006 19:39:51 +0000 |
corey |
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
|
Tue, 07 Feb 2006 20:22:44 +0000 |
corey |
1. Include audio_delay as an argument to demux_seek.
|
Tue, 17 Jan 2006 20:04:49 +0000 |
reimar |
function to read from a demuxer up to (and including) the specified
|
Thu, 12 Jan 2006 20:04:36 +0000 |
rathann |
massive attack: mp_msg printf format fixes
|
Mon, 09 Jan 2006 19:35:44 +0000 |
nicodvb |
added support for external libavformat
|
Sat, 17 Dec 2005 10:46:48 +0000 |
reimar |
include fastmemcpy.h before stream.h, so it is used for the stream_read
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Sun, 06 Nov 2005 14:14:53 +0000 |
reimar |
estimate total time also for audio-only files.
|
Sun, 30 Oct 2005 09:19:05 +0000 |
reimar |
move resync_audio_stream after seeking to demuxer.c
|
Fri, 23 Sep 2005 22:35:04 +0000 |
rsf |
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
|
Mon, 19 Sep 2005 16:33:39 +0000 |
gpoirier |
Prints -identify output for:
|
Tue, 13 Sep 2005 18:13:58 +0000 |
diego |
Make the fourcc output endianness-independent.
|
Tue, 06 Sep 2005 19:50:21 +0000 |
reimar |
execute the check function even when a demuxer is forced, to avoid crashes.
|
Tue, 06 Sep 2005 19:46:48 +0000 |
reimar |
Forgotten mpc demuxer
|
Fri, 02 Sep 2005 08:32:32 +0000 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
Wed, 31 Aug 2005 13:04:22 +0000 |
reimar |
Fix move playlists (control must be returned to mplayer.c, with the demuxer
|
Tue, 30 Aug 2005 23:56:24 +0000 |
reimar |
Allow forcing of demuxers and codecs by prepending '+'
|
Fri, 26 Aug 2005 17:40:02 +0000 |
reimar |
support MPEG in GXF container with extension-based detection.
|
Tue, 23 Aug 2005 08:03:26 +0000 |
reimar |
Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).
|
Thu, 11 Aug 2005 17:01:13 +0000 |
ods15 |
fix brokeness caused by demuxer patch, this code is useless for
|
Fri, 05 Aug 2005 19:57:47 +0000 |
rtognimp |
Demuxer modularization
|
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
|
Sun, 10 Jul 2005 17:14:12 +0000 |
reimar |
musepack demuxing and decoding support (demuxing is v7 bitstream only).
|
Thu, 07 Jul 2005 17:35:05 +0000 |
ranma |
-identify variable names should follow [A-Z_][A-Z0-9_]* convention
|
Mon, 20 Jun 2005 23:07:35 +0000 |
gpoirier |
adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
|
Mon, 20 Jun 2005 14:16:59 +0000 |
reimar |
fix memleak when playing mov files
|
Mon, 13 Jun 2005 20:40:29 +0000 |
nicodvb |
added AAC ADTS demuxer
|
Mon, 06 Jun 2005 21:30:53 +0000 |
nicodvb |
moved mpeg-ps/es probing code to demux_mpg.c
|
Fri, 27 May 2005 12:38:29 +0000 |
reimar |
setting sh_audio to NULL is nonsense, since it is only a local variable,
|
Fri, 29 Apr 2005 21:57:05 +0000 |
rfelker |
revert one line of version 1.182 patch (caused use of already-freed
|
Thu, 28 Apr 2005 14:43:19 +0000 |
reimar |
adds a parameter to the switch_audio command to directly select a track.
|
Sun, 03 Apr 2005 14:08:28 +0000 |
gpoirier |
Added support of audio stream switching in the MPEG demuxer using the #-key
|
Wed, 09 Mar 2005 20:29:50 +0000 |
rtognimp |
Rather simple patch for RAWDV demuxer which lets it say whats the total
|
Sun, 13 Feb 2005 13:39:19 +0000 |
faust3 |
avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
|
Sun, 06 Feb 2005 10:30:10 +0000 |
reimar |
Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).
|
Sat, 15 Jan 2005 16:11:45 +0000 |
reimar |
Move generic length and percent pos calculation to demuxer.c
|
Wed, 29 Dec 2004 19:51:56 +0000 |
rtognimp |
TwinVQ decoder and demuxer
|
Mon, 27 Dec 2004 17:30:15 +0000 |
alex |
removing AFMT_ dependancy
|
Tue, 21 Dec 2004 12:25:59 +0000 |
reimar |
Use demuxer_get_percent_pos for the OSD position bar
|
Wed, 15 Dec 2004 18:39:51 +0000 |
iive |
disable demuxer_bmp,
|
Thu, 25 Nov 2004 22:24:00 +0000 |
mosu |
Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
|
Wed, 24 Nov 2004 18:55:03 +0000 |
nicodvb |
merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
|
Mon, 15 Nov 2004 09:09:29 +0000 |
diego |
Reduce excessive verbosity.
|
Sat, 23 Oct 2004 00:05:38 +0000 |
aurel |
seeking based on the largest timestamp in an mpeg stream
|
Tue, 19 Oct 2004 01:21:54 +0000 |
diego |
Remove redundant ASF status line, there is another for all formats.
|
Mon, 18 Oct 2004 18:51:35 +0000 |
rtognimp |
Fix segfault for unexistant/unreachable rtsp streams
|
Fri, 08 Oct 2004 21:28:19 +0000 |
rtognimp |
Support ON2 variation of AVI format (.vp5 files)
|
Fri, 01 Oct 2004 19:51:03 +0000 |
reimar |
fixed small memleak
|
Thu, 23 Sep 2004 23:01:48 +0000 |
rathann |
missing extern
|
Thu, 16 Sep 2004 19:51:13 +0000 |
reimar |
moved sh_audio initialization from dec_audio to demuxer.c to fix
|
Fri, 10 Sep 2004 02:07:16 +0000 |
rfelker |
show video format for all demuxers, not just avi (move this somewhere else if you prefer)
|
Thu, 12 Aug 2004 12:36:08 +0000 |
rtognimp |
DTS support via lavc and libdts
|
Fri, 16 Jul 2004 20:31:17 +0000 |
iive |
cache min fill adjustment, based on patch by Jeremy Huddleston
|
Fri, 07 May 2004 08:31:39 +0000 |
mosu |
Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" with "Ogg" as it is a name, not an abbreviation/acronym.
|
Sat, 17 Apr 2004 16:46:41 +0000 |
rtognimp |
Respect -playlist for asx streams
|
Mon, 12 Apr 2004 14:19:12 +0000 |
rtognimp |
nsv (Nullsoft streaming video) demuxer
|
Sun, 11 Apr 2004 14:26:04 +0000 |
michael |
demux_lavf
|
Sun, 22 Feb 2004 06:20:48 +0000 |
rsf |
Added support for multiplexed (audio+video) RTP streams.
|
Mon, 08 Dec 2003 19:33:38 +0000 |
arpi |
LML-M4 mpeg4 capture card raw stream format support
|
Mon, 08 Dec 2003 09:51:10 +0000 |
mosu |
Fixes for a couple of warnings.
|
Mon, 08 Dec 2003 09:47:15 +0000 |
mosu |
Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>.
|
Sat, 15 Nov 2003 22:27:02 +0000 |
rathann |
missing extern
|
Wed, 12 Nov 2003 10:27:16 +0000 |
luran |
seek in realmedia files
|
Sat, 20 Sep 2003 12:50:25 +0000 |
lumag |
Fixed 'reading after EOF'. demuxers didn't check, how many they've read!
|
Fri, 19 Sep 2003 19:40:46 +0000 |
faust3 |
get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen at c-s.fr>
|
Sun, 24 Aug 2003 18:08:54 +0000 |
arpi |
- initial support for MPEG4 in TS (M4V is working, but not AAC yet)
|
Thu, 07 Aug 2003 12:40:15 +0000 |
henry |
10l - some forgotten ifdefs
|
Sat, 19 Jul 2003 17:39:47 +0000 |
alex |
inconsistency
|
Sat, 05 Jul 2003 11:37:25 +0000 |
arpi |
fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachar
|
Thu, 19 Jun 2003 18:20:15 +0000 |
rathann |
fix one missing #include, one missing extern and one 10l error.
|
Mon, 09 Jun 2003 22:01:33 +0000 |
arpi |
tivo demuxer moved down, its fileformat detection is unstable (misdetects mpeg-ps)
|
Mon, 09 Jun 2003 00:24:49 +0000 |
arpi |
TiVo demuxer and sub-cc/osd decoder
|
Sat, 31 May 2003 17:41:45 +0000 |
alex |
warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>
|
Fri, 23 May 2003 13:29:54 +0000 |
alex |
10l
|
Wed, 30 Apr 2003 19:50:46 +0000 |
rtognimp |
Add support for Realaudio files
|
Wed, 30 Apr 2003 11:39:32 +0000 |
mosu |
Added Matroska demuxing support.
|
Mon, 14 Apr 2003 01:38:36 +0000 |
michael |
10l
|
Fri, 04 Apr 2003 15:38:46 +0000 |
michael |
H264-ES demuxer
|
Sun, 30 Mar 2003 17:12:11 +0000 |
albeu |
Fix all demuxers wich where using a global var to enable themself.
|
Thu, 27 Mar 2003 20:38:14 +0000 |
albeu |
Fix rawvideo and -audiofile
|
Sun, 16 Mar 2003 20:13:28 +0000 |
arpi |
this is a combo patch that:
|
Sun, 16 Feb 2003 10:00:42 +0000 |
michael |
enabling mpeg4-es autodetection (if we dont enable it, then we will never know if it works ...)
|
Tue, 28 Jan 2003 00:12:23 +0000 |
arpi |
libgif/libungif based demuxer support for libmpdemux.
|
Thu, 23 Jan 2003 02:12:15 +0000 |
arpi |
raw mpeg4-es support (you need to set -fps manually!)
|
Wed, 22 Jan 2003 23:51:04 +0000 |
arpi |
raw video demuxer, requested by Michael
|
Sun, 19 Jan 2003 00:21:54 +0000 |
arpi |
extension-based filetype detection for headerless files (mp3 vs mpeg, etc)
|
Mon, 13 Jan 2003 02:42:06 +0000 |
arpi |
patch adds support for MOV-Reference-Files.
|
Sun, 12 Jan 2003 19:55:59 +0000 |
pontscho |
upsz :))))))))))))))
|
Sun, 12 Jan 2003 19:41:38 +0000 |
arpi |
this patch adds an fallback to playlist (any but the plaintext-list format)
|
Mon, 06 Jan 2003 14:54:36 +0000 |
filon |
10l (was segfaulting on non-dv file)
|
Sun, 22 Dec 2002 21:01:01 +0000 |
arpi |
XMMS Input plugin support
|
Wed, 11 Dec 2002 20:48:51 +0000 |
arpi |
10l - demux_avi handles AVI_NI and AVI_NINI too
|
Sat, 07 Dec 2002 01:07:11 +0000 |
arpi |
10l
|
Sat, 16 Nov 2002 03:42:14 +0000 |
arpi |
demuxer_control(), percent position and time length query implemented in
|
Wed, 06 Nov 2002 23:54:29 +0000 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
Sat, 02 Nov 2002 19:52:59 +0000 |
arpi |
A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains
|
Sat, 02 Nov 2002 00:45:12 +0000 |
arpi |
cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,
|
Wed, 23 Oct 2002 17:21:01 +0000 |
arpi |
cleanup config option handling in libmpdemux.
|
Wed, 16 Oct 2002 16:51:03 +0000 |
arpi |
ss_div/ss_mul defaults to 0
|
Fri, 04 Oct 2002 19:23:36 +0000 |
arpi |
This just corrects a function name to match the other demuxer's
|
Sun, 29 Sep 2002 19:26:40 +0000 |
arpi |
some cleanup - made private vars/funcs static, removed obsolete externs
|
Sun, 22 Sep 2002 14:28:29 +0000 |
jaf |
changed 'detected fileformat' messages to a message with %s
|
Sun, 22 Sep 2002 00:35:35 +0000 |
arpi |
get_sh_audio/get_sh_video removed (never used, also useless)
|
Sun, 15 Sep 2002 22:38:30 +0000 |
arpi |
removed dummy OGG functions - use #ifdef instead
|
Fri, 13 Sep 2002 18:58:14 +0000 |
alex |
added smjpeg demuxer only for nexus' request
|
Tue, 10 Sep 2002 21:50:03 +0000 |
arpi |
.PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer
|
Sun, 08 Sep 2002 23:00:01 +0000 |
arpi |
removed messy global 'tv_handle', use stream->priv for that purpose
|
Wed, 21 Aug 2002 21:31:20 +0000 |
arpi |
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
|
Wed, 14 Aug 2002 21:55:48 +0000 |
arpi |
typo fixes by Ross Finlayson <finlayson@live.com>
|
Thu, 08 Aug 2002 13:55:15 +0000 |
jaf |
messages moved again
|
Tue, 06 Aug 2002 22:01:45 +0000 |
arpi |
10l
|
Tue, 06 Aug 2002 21:21:14 +0000 |
arpi |
detection reordered. note: raw DV detection should be more reliable.
|
Mon, 05 Aug 2002 17:21:35 +0000 |
arpi |
raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>
|
Mon, 05 Aug 2002 00:39:07 +0000 |
arpi |
applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com>
|
Fri, 02 Aug 2002 17:44:16 +0000 |
arpi |
count blocks by rounded-up chunksizes instead of chunks -
|
Fri, 26 Jul 2002 12:36:13 +0000 |
albeu |
Add uninit to the avi demuxer
|
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
|
Fri, 09 Nov 2001 23:46:06 +0000 |
alex |
added tv subsystem
|
Sun, 04 Nov 2001 16:57:09 +0000 |
arpi |
vivo demuxer
|
Wed, 31 Oct 2001 15:04:36 +0000 |
arpi |
pts_from_bps fix
|
Tue, 23 Oct 2001 13:55:49 +0000 |
arpi |
compressed mov audio fixed
|
Sun, 21 Oct 2001 15:47:31 +0000 |
arpi |
includes cleanup
|
Sat, 20 Oct 2001 20:03:10 +0000 |
arpi |
libdemux cleanup part 1
|
Sat, 20 Oct 2001 18:49:08 +0000 |
arpi |
libdemuxer...
base
demuxer.c@a038df3a5787
|