Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Sun, 03 Oct 2010 15:35:41 +0000 |
diego |
Remove unused hexdump() forward declaration.
|
Sun, 12 Sep 2010 13:14:18 +0000 |
reimar |
Remove a useless cast.
|
Sun, 12 Sep 2010 13:13:36 +0000 |
reimar |
Replace sizeof(type) by sizeof(*ptrvar)
|
Sun, 12 Sep 2010 13:10:12 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Wed, 23 Jun 2010 10:59:26 +0000 |
diego |
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
|
Sun, 06 Jun 2010 11:08:46 +0000 |
reimar |
Disable index reading in real demuxer if stream is not seekable.
|
Thu, 18 Feb 2010 00:18:50 +0000 |
diego |
Add header for AVI print functions; avoids many forward declarations.
|
Wed, 17 Feb 2010 22:52:31 +0000 |
diego |
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
|
Wed, 17 Feb 2010 22:22:51 +0000 |
diego |
Add separate header for real_fix_timestamp(); avoids forward declarations.
|
Sat, 30 May 2009 13:18:57 +0000 |
reimar |
In all demux_info_add calls change "name" to "title".
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 10 May 2009 21:13:15 +0000 |
rtogni |
chunk size = 0 is valid for DATA chunks (used in live streams), don't
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Thu, 19 Feb 2009 11:42:05 +0000 |
zuxy |
Be more robust against corrupted RM files that contain invalid packet length
|
Sun, 15 Feb 2009 11:01:26 +0000 |
zuxy |
Fix a regression caused by r17933; RealMedia index tables could never be printed.
|
Sun, 15 Feb 2009 10:50:26 +0000 |
zuxy |
Support seek in multirate RealMedia files.
|
Mon, 09 Feb 2009 22:00:57 +0000 |
aurel |
change internal real video packetizing format to the more straight forward one
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Tue, 30 Sep 2008 10:44:50 +0000 |
reimar |
Apply patch for oCERT #2008-013 / CVE-2008-3827
|
Thu, 17 Jul 2008 17:14:12 +0000 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
Wed, 16 Jul 2008 16:18:25 +0000 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
Sat, 12 Apr 2008 15:51:15 +0000 |
uau |
demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Sun, 03 Feb 2008 12:14:29 +0000 |
reimar |
Allow demuxers to choose a default value for correct_pts
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Sun, 06 Jan 2008 14:30:25 +0000 |
rtogni |
Don't overread audio data
|
Sun, 06 Jan 2008 14:10:30 +0000 |
rtogni |
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
|
Thu, 15 Nov 2007 22:16:41 +0000 |
rtogni |
Print warning about encrypted audio tracks
|
Sun, 21 Oct 2007 12:38:18 +0000 |
diego |
Remove unused code and fix warning:
|
Sun, 24 Jun 2007 14:08:22 +0000 |
reimar |
Fix format string to match actual type.
|
Wed, 25 Apr 2007 00:03:27 +0000 |
diego |
Declarations and code should not be mixed.
|
Fri, 20 Apr 2007 21:49:49 +0000 |
nicodvb |
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Sat, 27 Jan 2007 22:34:27 +0000 |
rtogni |
Call real_fix_timestamp() after seeking, to avoid video freezing
|
Wed, 24 Jan 2007 21:20:08 +0000 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
Sat, 02 Dec 2006 12:32:44 +0000 |
diego |
Remove superfluous bswap.h include.
|
Tue, 14 Nov 2006 22:40:35 +0000 |
rtogni |
Fix extradata passing to lavc RV20 decoder
|
Thu, 09 Nov 2006 01:52:11 +0000 |
uau |
Change some constants in pts arithmetic from float to double.
|
Thu, 09 Nov 2006 01:42:52 +0000 |
uau |
Changed code that used pts=0 in demux packets to indicate "not known".
|
Sun, 29 Oct 2006 14:26:23 +0000 |
rtogni |
Prevent segfault if video codec init fails
|
Sun, 29 Oct 2006 12:32:12 +0000 |
reimar |
Quick hack to implement percent-based seeking, also fixes seeking with gmplayer
|
Sun, 15 Oct 2006 13:35:46 +0000 |
rtogni |
Fix timestamps for streams where kf_base gets negative
|
Sat, 14 Oct 2006 00:43:28 +0000 |
rtogni |
Remove useless assignements, thanks reimar for noticing them
|
Wed, 11 Oct 2006 21:19:24 +0000 |
rtogni |
Remove old hack to search for .ar and VIDO, we know where they are
|
Tue, 10 Oct 2006 22:15:01 +0000 |
rtogni |
Allows up to 8 bytes of extradata for cmsg24
|
Tue, 10 Oct 2006 21:37:06 +0000 |
rtogni |
Fix extradata lenght when adding cmsg24 data
|
Tue, 10 Oct 2006 21:29:15 +0000 |
rtogni |
Cleanup: remove some old commented out skips
|
Mon, 09 Oct 2006 20:00:02 +0000 |
rtogni |
Fix problems on live streams with huge timestamps, causing overflows and
|
Sun, 24 Sep 2006 14:26:31 +0000 |
reimar |
Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)
|
Sat, 23 Sep 2006 17:00:09 +0000 |
reimar |
Missing part of previous patch to demux_real.c (revision 19958)
|
Sat, 23 Sep 2006 16:43:57 +0000 |
reimar |
int->unsigned to avoid crash to sign extension, partially fixes bug #580
|
Sun, 14 May 2006 15:51:05 +0000 |
rtognimp |
Fix some potential integer overflow in memory allocation (mot of these
|
Thu, 11 May 2006 18:50:46 +0000 |
rtognimp |
Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
|
Sat, 22 Apr 2006 05:12:10 +0000 |
reynaldo |
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
|
Sat, 15 Apr 2006 21:09:29 +0000 |
reimar |
always cast stream IDs to unsigned before comparing to MAX_STREAMS.
|
Mon, 27 Mar 2006 17:25:41 +0000 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Sat, 11 Mar 2006 16:42:46 +0000 |
rtognimp |
Only MAX_STREAMS streams are allowed (cid 115)
|
Thu, 09 Mar 2006 22:09:03 +0000 |
rtognimp |
Fix potential read from an unitialized pointer (CID: 236)
|
Wed, 08 Mar 2006 13:26:36 +0000 |
reimar |
stream_id == MAX_STREAMS is invalid, since counting starts with 0.
|
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.
|
Sun, 15 Jan 2006 22:00:53 +0000 |
rtognimp |
Print some more useful data from header in verbose mode
|
Sat, 14 Jan 2006 22:47:38 +0000 |
reimar |
Always try to parse index chunk, no reason to check for movi_end
|
Sat, 14 Jan 2006 19:24:55 +0000 |
rtognimp |
Fix printing of audio fourcc in hex format
|
Sat, 14 Jan 2006 16:57:52 +0000 |
rtognimp |
Print audio 4cc for every stream, print 4cc of selected audio track
|
Thu, 12 Jan 2006 20:04:36 +0000 |
rathann |
massive attack: mp_msg printf format fixes
|
Sun, 08 Jan 2006 14:03:42 +0000 |
nicodvb |
include the right avcodec.h, consistently with the rest of mplayer
|
Wed, 04 Jan 2006 23:36:36 +0000 |
rtognimp |
Don't leak memory (free audio reordering buffers)
|
Wed, 04 Jan 2006 22:49:23 +0000 |
rtognimp |
Remove assumption that all audio packets in a block have the same
|
Wed, 04 Jan 2006 22:21:32 +0000 |
rtognimp |
1000.0l timestamps are float
|
Mon, 19 Dec 2005 19:38:28 +0000 |
henry |
malloc padding to avoid access beyond allocated memory
|
Sun, 11 Dec 2005 17:21:02 +0000 |
wanderer |
make demuxer seek and close functions return void, patch by Dominik Mierzejewski
|
Fri, 09 Dec 2005 16:25:37 +0000 |
rtognimp |
Move audio packets reordering from codec interface to demuxers for real
|
Sun, 30 Oct 2005 09:19:05 +0000 |
reimar |
move resync_audio_stream after seeking to demuxer.c
|
Fri, 02 Sep 2005 08:32:32 +0000 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
Fri, 05 Aug 2005 19:57:47 +0000 |
rtognimp |
Demuxer modularization
|
Thu, 03 Mar 2005 10:23:28 +0000 |
reimar |
Fix rm files with a really big index chunk.
|
Mon, 24 Jan 2005 21:57:07 +0000 |
rtognimp |
Do not read any more data at eof: if got eof in the middle of an audio
|
Mon, 24 Jan 2005 21:52:24 +0000 |
rtognimp |
Be less verbose with -v (do not print a line for each demuxed packet)
|
Sat, 22 Jan 2005 18:12:40 +0000 |
diego |
Reduce excessive verbosity.
|
Sat, 22 Jan 2005 00:06:59 +0000 |
rtognimp |
Play RV30 with 8-elements cmsg24
|
Sat, 15 Jan 2005 15:07:24 +0000 |
rtognimp |
Decode MP3 in rm files
|
Thu, 06 Jan 2005 17:08:52 +0000 |
rtognimp |
Reduce index verbosity
|
Thu, 06 Jan 2005 16:29:46 +0000 |
rtognimp |
Real multirate files support
|
Thu, 06 Jan 2005 13:10:10 +0000 |
reimar |
Print waveheader only when verbose
|
Mon, 01 Nov 2004 13:49:07 +0000 |
rtognimp |
Memleak fix: free index data at demuxer_close
|
Tue, 10 Aug 2004 20:13:44 +0000 |
reimar |
do not attempt to seek backward in stream on MDPR chunk with no codec data
|
Fri, 25 Jun 2004 18:45:56 +0000 |
alex |
index creation/reading behaviour just like the avi demuxer, patch based on work by Reza Jelveh, Moritz Bunkus und myself
|
Sat, 01 May 2004 01:28:31 +0000 |
rtognimp |
100l for me. Header seek is not needed to fix 28_8 and can cause sig11
|
Tue, 27 Apr 2004 20:04:26 +0000 |
rtognimp |
Fix for 28_8 in rm files and header length != 0x4e
|
Sun, 28 Mar 2004 11:23:53 +0000 |
mosu |
Stop reading the file if an INDX chunk is found instead of a data packet.
|
Sun, 22 Feb 2004 23:28:03 +0000 |
rtognimp |
Support for v3 audio section (used with 14_4 codec) in real files
|
Fri, 30 Jan 2004 03:44:00 +0000 |
rfelker |
1000000000l reported by Steven Schultz (thanks!)
|
Thu, 29 Jan 2004 12:11:13 +0000 |
attila |
add support for aac in real media files
|
Thu, 29 Jan 2004 10:13:35 +0000 |
attila |
continue playing real files after errors
|
Fri, 16 Jan 2004 22:38:55 +0000 |
rtognimp |
Fix for Real files with header size == 0x10 (normally is 0x12)
|
Tue, 09 Dec 2003 09:15:08 +0000 |
alex |
1000l to me
|
Mon, 08 Dec 2003 22:03:49 +0000 |
alex |
Proper runtime index generation with support for growing files. Patch by rgselk <rgselknospam@yahoo.com>
|
Wed, 12 Nov 2003 10:27:16 +0000 |
luran |
seek in realmedia files
|
Sun, 31 Aug 2003 18:51:05 +0000 |
alex |
serious bugs - 1l absinth (changed to absinth against cola inflation)
|
Sat, 02 Aug 2003 18:45:24 +0000 |
arpi |
BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu>
|
Thu, 03 Jul 2003 20:22:51 +0000 |
alex |
removing my (nonworking) email address
|
Sat, 28 Jun 2003 19:16:57 +0000 |
diego |
typo in console output
|
Sat, 17 May 2003 11:34:37 +0000 |
arpi |
skip dnet/ac3 byteswapping
|
Wed, 30 Apr 2003 19:48:38 +0000 |
rtognimp |
Support codecs 14_4 and 28_8
|
Mon, 10 Mar 2003 00:10:05 +0000 |
arpi |
- fixed playback of files with bad WxH in header (tricky! we can always read the
|
Sun, 09 Mar 2003 19:01:20 +0000 |
arpi |
Hopefully fixed all RV30/RV40 A-V sync issues
|
Sun, 09 Mar 2003 17:21:30 +0000 |
arpi |
Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)
|
Fri, 07 Mar 2003 02:05:59 +0000 |
michael |
rv40 pict_type parser
|
Fri, 21 Feb 2003 12:55:26 +0000 |
alex |
commented out nonsense
|
Tue, 04 Feb 2003 15:45:45 +0000 |
arpi |
disable num_of_packets check, it's unreliable
|
Sun, 12 Jan 2003 20:03:48 +0000 |
arpi |
sanity check
|
Thu, 26 Dec 2002 16:27:38 +0000 |
arpi |
fixed playback of pnm:// streamed files
|
Sat, 23 Nov 2002 10:58:14 +0000 |
michael |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
|
Wed, 06 Nov 2002 23:54:29 +0000 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|