Mon, 24 Dec 2007 16:27:52 +0000 |
reimar |
Add some const/static qualifiers as appropriate
|
Thu, 13 Dec 2007 12:51:05 +0000 |
ulion |
Add demuxer functions for chapter feature.
|
Tue, 04 Dec 2007 13:05:25 +0000 |
lu_zero |
Make libnemesi use specific struct and DEMUXER_TYPE
|
Mon, 02 Jul 2007 22:34:45 +0000 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
Sun, 24 Jun 2007 10:20:42 +0000 |
reimar |
make opt argument of demux_info_get const.
|
Wed, 20 Jun 2007 16:52:32 +0000 |
uau |
Fix demuxer.h multiple inclusion guard
|
Mon, 04 Jun 2007 09:39:55 +0000 |
zuxy |
Use 'static inline' instead of 'inline static' to avoid warnings
|
Sat, 02 Jun 2007 16:04:56 +0000 |
zuxy |
Make realloc_struct inline as other functions defined in demuxer.h
|
Sat, 14 Apr 2007 10:03:42 +0000 |
reimar |
Add lavf_preferred demuxer for lavf formats we want to be probed
|
Mon, 05 Feb 2007 18:25:28 +0000 |
reimar |
Another round of subtitle code cleanup
|
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
|
Sat, 18 Nov 2006 14:31:31 +0000 |
nicodvb |
new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
|
Thu, 16 Nov 2006 21:23:06 +0000 |
nicodvb |
added code to switch video stream
|
Mon, 13 Nov 2006 18:38:29 +0000 |
reimar |
Move sh_sub_t to stheader.h, where all the other sh structs are defined
|
Mon, 13 Nov 2006 16:15:23 +0000 |
reimar |
Make subtitle stream handling more similar to audio and video streams.
|
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:51:18 +0000 |
nicodvb |
added definition of DEMUXER_CTRL_RESYNC
|
Sun, 17 Sep 2006 09:32:28 +0000 |
ods15 |
Add demux_nut to MPlayer repo
|
Mon, 21 Aug 2006 19:19:00 +0000 |
nicodvb |
demuxer_seek_chapter() returns informations about chapters count and name
|
Fri, 18 Aug 2006 16:48:22 +0000 |
nicodvb |
added first revision of demuxer_seek_chapter()
|
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
|
Fri, 07 Jul 2006 18:26:51 +0000 |
eugeni |
Initial libass release (without mencoder support).
|
Fri, 07 Jul 2006 18:02:49 +0000 |
eugeni |
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
|
Thu, 06 Jul 2006 06:58:17 +0000 |
uau |
Add a new video pts tracking mode, enabled by option -correct-pts.
|
Sun, 04 Jun 2006 22:41:27 +0000 |
rtogni |
Fix potential integer overflows in memory allocation.
|
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 10:36:29 +0000 |
rtognimp |
3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to
|
Fri, 17 Feb 2006 01:57:41 +0000 |
corey |
Second-try commit of this patch.
|
Sun, 12 Feb 2006 17:01:30 +0000 |
henry |
do not forget to initialize dp->buffer
|
Sun, 12 Feb 2006 10:51:04 +0000 |
henry |
forgotten cast (blows on gcc4)
|
Sun, 12 Feb 2006 09:28:09 +0000 |
reimar |
add some sanity checks to new/resize_demux_packet
|
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
|
Sat, 17 Sep 2005 18:05:55 +0000 |
reimar |
add a demux_peekc function that allows to just "have a look" at the next
|
Sat, 03 Sep 2005 08:58:34 +0000 |
reimar |
faster mpg and much faster gxf demuxing
|
Fri, 02 Sep 2005 08:32:32 +0000 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
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.
|
Fri, 05 Aug 2005 19:57:47 +0000 |
rtognimp |
Demuxer modularization
|
Sun, 10 Jul 2005 17:14:12 +0000 |
reimar |
musepack demuxing and decoding support (demuxing is v7 bitstream only).
|
Mon, 13 Jun 2005 20:40:29 +0000 |
nicodvb |
added AAC ADTS demuxer
|
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
|
Sun, 13 Feb 2005 13:39:19 +0000 |
faust3 |
avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
|
Wed, 29 Dec 2004 19:51:56 +0000 |
rtognimp |
TwinVQ decoder and demuxer
|
Wed, 15 Dec 2004 18:39:51 +0000 |
iive |
disable demuxer_bmp,
|
Wed, 24 Nov 2004 18:55:03 +0000 |
nicodvb |
merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
|
Tue, 28 Sep 2004 14:00:49 +0000 |
joey |
show ogg subtitle language on OSD, if available
|
Tue, 24 Aug 2004 21:20:24 +0000 |
mosu |
Do not use globals. Put the variables into the appropriate demuxer struct instead.
|
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
|
Mon, 08 Dec 2003 19:33:38 +0000 |
arpi |
LML-M4 mpeg4 capture card raw stream format support
|
Wed, 22 Oct 2003 19:01:37 +0000 |
alex |
Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>
|
Fri, 29 Aug 2003 08:03:56 +0000 |
mosu |
Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libero.it>.
|
Thu, 28 Aug 2003 13:31:44 +0000 |
mosu |
Updated highest demuxer number.
|
Sun, 24 Aug 2003 18:08:54 +0000 |
arpi |
- initial support for MPEG4 in TS (M4V is working, but not AAC yet)
|
Mon, 09 Jun 2003 00:24:49 +0000 |
arpi |
TiVo demuxer and sub-cc/osd decoder
|
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.
|
Fri, 04 Apr 2003 15:38:46 +0000 |
michael |
H264-ES demuxer
|
Sun, 16 Mar 2003 20:13:28 +0000 |
arpi |
this is a combo patch that:
|
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)
|
Sun, 22 Dec 2002 21:01:01 +0000 |
arpi |
XMMS Input plugin support
|
Sat, 16 Nov 2002 03:42:14 +0000 |
arpi |
demuxer_control(), percent position and time length query implemented in
|
Sat, 02 Nov 2002 00:45:12 +0000 |
arpi |
cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,
|
Thu, 17 Oct 2002 00:54:13 +0000 |
arpi |
fill the extra bytes with zero
|
Wed, 16 Oct 2002 14:50:45 +0000 |
arpi |
ds_tell_block()
|
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
|
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>
|
Sun, 04 Aug 2002 00:15:58 +0000 |
arpi |
new_demux_packet: allocate 8 bytes too much
|
Fri, 02 Aug 2002 17:44:16 +0000 |
arpi |
count blocks by rounded-up chunksizes instead of chunks -
|
Tue, 11 Jun 2002 14:29:51 +0000 |
albeu |
Support for playing audio cds using cdparanoia. Include a raw audio
|
Wed, 29 May 2002 17:14:38 +0000 |
arpi |
off_t fields reordered, to avoid problems due to struct padding
|
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.
|
Wed, 03 Apr 2002 15:40:13 +0000 |
arpi |
don't alloc/free NULL
|
Wed, 27 Mar 2002 12:12:24 +0000 |
alex |
incremented PACK_BYTES for BSDBT848 - by Charles Henrich
|
Wed, 20 Mar 2002 05:15:53 +0000 |
melanson |
added a BMP file demuxer...yeah, that's right, a static image BMP file
|
Sat, 16 Mar 2002 14:32:03 +0000 |
albeu |
Initial ogg demuxer. No seeking, a/v sync is broken. Support avi
|
Sun, 03 Mar 2002 18:47:29 +0000 |
nick |
're-include' possibility
|
Thu, 21 Feb 2002 13:14:52 +0000 |
albeu |
Support for retriving mp3 playlist from the network
|
Wed, 20 Feb 2002 16:59:25 +0000 |
albeu |
Demuxers demuxer support for using external audiofile (or muxed subtitles).
|
Thu, 14 Feb 2002 13:04:35 +0000 |
albeu |
Audio file demuxer. Extended version for demuxer info.
|
Sun, 10 Feb 2002 18:09:20 +0000 |
alex |
check for overflow in new_sh_video and new_sh_audio
|
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
|
Wed, 16 Jan 2002 03:25:07 +0000 |
melanson |
initial support for FILM file demuxing
|
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
|
Sat, 24 Nov 2001 23:58:12 +0000 |
melanson |
mostly complete support for loading and decoding FLI/FLC animations
|
Thu, 22 Nov 2001 15:43:24 +0000 |
alex |
added demux_info
|
Wed, 21 Nov 2001 16:14:14 +0000 |
alex |
added demuxer_info
|
Fri, 09 Nov 2001 23:46:06 +0000 |
alex |
added tv subsystem
|
Sun, 04 Nov 2001 16:57:09 +0000 |
arpi |
vivo demuxer
|
Tue, 30 Oct 2001 17:03:11 +0000 |
arpi |
config.h cleanup, few things added to steram/demuxer headers
|
Tue, 23 Oct 2001 13:55:49 +0000 |
arpi |
compressed mov audio fixed
|
Sat, 20 Oct 2001 18:49:08 +0000 |
arpi |
libdemuxer...
base
demuxer.h@99993b55fbeb
|