aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAge
* In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* chunk size = 0 is valid for DATA chunks (used in live streams), don't Gravatar rtogni2009-05-10
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Be more robust against corrupted RM files that contain invalid packet lengthGravatar zuxy2009-02-19
* Fix a regression caused by r17933; RealMedia index tables could never be prin...Gravatar zuxy2009-02-15
* Support seek in multirate RealMedia files.Gravatar zuxy2009-02-15
* change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Apply patch for oCERT #2008-013 / CVE-2008-3827Gravatar reimar2008-09-30
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* demux_real.c: Always use MP_NOPTS_VALUE for unknown ptsGravatar uau2008-04-12
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Allow demuxers to choose a default value for correct_ptsGravatar reimar2008-02-03
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Don't overread audio dataGravatar rtogni2008-01-06
* Don't dynamically allocate sub_packet_lengths[] in raac demuxing.Gravatar rtogni2008-01-06
* Print warning about encrypted audio tracksGravatar rtogni2007-11-15
* Remove unused code and fix warning:Gravatar diego2007-10-21
* Fix format string to match actual type.Gravatar reimar2007-06-24
* Declarations and code should not be mixed.Gravatar diego2007-04-25
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...Gravatar nicodvb2007-04-20
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Call real_fix_timestamp() after seeking, to avoid video freezing Gravatar rtogni2007-01-27
* Use interleaver id to select the correct interleaver instead of guessing Gravatar rtogni2007-01-24
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Fix extradata passing to lavc RV20 decoderGravatar rtogni2006-11-14
* Change some constants in pts arithmetic from float to double.Gravatar uau2006-11-09
* Changed code that used pts=0 in demux packets to indicate "not known".Gravatar uau2006-11-09
* Prevent segfault if video codec init failsGravatar rtogni2006-10-29
* Quick hack to implement percent-based seeking, also fixes seeking with gmplayerGravatar reimar2006-10-29
* Fix timestamps for streams where kf_base gets negativeGravatar rtogni2006-10-15
* Remove useless assignements, thanks reimar for noticing themGravatar rtogni2006-10-14
* Remove old hack to search for .ar and VIDO, we know where they areGravatar rtogni2006-10-11
* Allows up to 8 bytes of extradata for cmsg24Gravatar rtogni2006-10-10
* Fix extradata lenght when adding cmsg24 dataGravatar rtogni2006-10-10
* Cleanup: remove some old commented out skipsGravatar rtogni2006-10-10
* Fix problems on live streams with huge timestamps, causing overflows and Gravatar rtogni2006-10-09
* Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)Gravatar reimar2006-09-24
* Missing part of previous patch to demux_real.c (revision 19958)Gravatar reimar2006-09-23
* int->unsigned to avoid crash to sign extension, partially fixes bug #580Gravatar reimar2006-09-23
* Fix some potential integer overflow in memory allocation (mot of theseGravatar rtognimp2006-05-14
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...Gravatar rtognimp2006-05-11
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* always cast stream IDs to unsigned before comparing to MAX_STREAMS.Gravatar reimar2006-04-15
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Only MAX_STREAMS streams are allowed (cid 115)Gravatar rtognimp2006-03-11