aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAge
* libmpdemux: remove demux_real, demux_viv, demux_audioGravatar wm42012-08-20
* demux_real: set aspect ratioGravatar mplayer-svn2012-08-03
* demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Gravatar Uoti Urpala2011-07-30
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* fix compilation with old FFmpeg versionsGravatar Uoti Urpala2011-02-08
* demux_real: fix some unaligned writesGravatar reimar2010-12-16
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* 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