2010-12-11 |
reimar |
Fix some unaligned writes and avoid some (incorrect due to alignment) casts.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-10-03 |
diego |
Remove unused hexdump() forward declaration.
|
2010-09-12 |
reimar |
Remove a useless cast.
|
2010-09-12 |
reimar |
Replace sizeof(type) by sizeof(*ptrvar)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-07-10 |
reimar |
Make the stream language an argument to the stream creation function
|
2010-06-23 |
diego |
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
|
2010-06-06 |
reimar |
Disable index reading in real demuxer if stream is not seekable.
|
2010-02-18 |
diego |
Add header for AVI print functions; avoids many forward declarations.
|
2010-02-17 |
diego |
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
|
2010-02-17 |
diego |
Add separate header for real_fix_timestamp(); avoids forward declarations.
|
2009-05-30 |
reimar |
In all demux_info_add calls change "name" to "title".
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-05-10 |
rtogni |
chunk size = 0 is valid for DATA chunks (used in live streams), don't
|
2009-05-08 |
diego |
Add standard license header to all files in libmpdemux.
|
2009-02-19 |
zuxy |
Be more robust against corrupted RM files that contain invalid packet length
|
2009-02-15 |
zuxy |
Fix a regression caused by r17933; RealMedia index tables could never be printed.
|
2009-02-15 |
zuxy |
Support seek in multirate RealMedia files.
|
2009-02-09 |
aurel |
change internal real video packetizing format to the more straight forward one
|
2008-12-03 |
diego |
Get rid of pointless 'extern' keywords.
|
2008-09-30 |
reimar |
Apply patch for oCERT #2008-013 / CVE-2008-3827
|
2008-07-17 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
2008-07-16 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
2008-04-12 |
uau |
demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
|
2008-02-25 |
diego |
FFmpeg now uses different (unified) #include paths.
|
2008-02-03 |
reimar |
Allow demuxers to choose a default value for correct_pts
|
2008-01-29 |
reimar |
Use defines to give names to the different seek flags.
|
2008-01-13 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
2008-01-06 |
rtogni |
Don't overread audio data
|
2008-01-06 |
rtogni |
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
|
2007-11-15 |
rtogni |
Print warning about encrypted audio tracks
|
2007-10-21 |
diego |
Remove unused code and fix warning:
|
2007-06-24 |
reimar |
Fix format string to match actual type.
|
2007-04-25 |
diego |
Declarations and code should not be mixed.
|
2007-04-20 |
nicodvb |
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-01-27 |
rtogni |
Call real_fix_timestamp() after seeking, to avoid video freezing
|
2007-01-24 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
2006-12-02 |
diego |
Remove superfluous bswap.h include.
|
2006-11-14 |
rtogni |
Fix extradata passing to lavc RV20 decoder
|
2006-11-09 |
uau |
Change some constants in pts arithmetic from float to double.
|
2006-11-09 |
uau |
Changed code that used pts=0 in demux packets to indicate "not known".
|
2006-10-29 |
rtogni |
Prevent segfault if video codec init fails
|
2006-10-29 |
reimar |
Quick hack to implement percent-based seeking, also fixes seeking with gmplayer
|
2006-10-15 |
rtogni |
Fix timestamps for streams where kf_base gets negative
|
2006-10-14 |
rtogni |
Remove useless assignements, thanks reimar for noticing them
|
2006-10-11 |
rtogni |
Remove old hack to search for .ar and VIDO, we know where they are
|
2006-10-10 |
rtogni |
Allows up to 8 bytes of extradata for cmsg24
|
2006-10-10 |
rtogni |
Fix extradata lenght when adding cmsg24 data
|
2006-10-10 |
rtogni |
Cleanup: remove some old commented out skips
|
2006-10-09 |
rtogni |
Fix problems on live streams with huge timestamps, causing overflows and
|
2006-09-24 |
reimar |
Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)
|
2006-09-23 |
reimar |
Missing part of previous patch to demux_real.c (revision 19958)
|
2006-09-23 |
reimar |
int->unsigned to avoid crash to sign extension, partially fixes bug #580
|
2006-05-14 |
rtognimp |
Fix some potential integer overflow in memory allocation (mot of these
|
2006-05-11 |
rtognimp |
Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
|
2006-04-22 |
reynaldo |
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
|
2006-04-15 |
reimar |
always cast stream IDs to unsigned before comparing to MAX_STREAMS.
|
2006-03-27 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|