aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAge
* demux_real.c: Remove unused hexdump() forward declarationGravatar diego2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* demux_real: use MKTAG definition from libavutilGravatar diego2010-11-02
* demux_real: Don't try to read index if stream is not seekableGravatar reimar2010-10-27
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
* | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| * Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
| * libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
| * Add separate header for real_fix_timestamp(); avoids forward declarations.Gravatar diego2010-02-17
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * 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