aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAge
* Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.Gravatar diego2008-03-15
* Use AV_RB*, reduces x86_64 code size by almost 1kB.Gravatar reimar2008-02-09
* Check that index is still within bounds of samples array.Gravatar reimar2008-01-29
* Make sure chunkmap values are within bounds when using them.Gravatar reimar2008-01-29
* Do not pointlessly read data, just skip it.Gravatar reimar2008-01-29
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Support mov subtitle format directly instead of converting to text in the dem...Gravatar reimar2008-01-27
* Simplify init_vobsub: pass palette via extradata.Gravatar reimar2008-01-26
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Codecdata must always be malloc'd, fixes free being called with anGravatar reimar2008-01-09
* Cosmetics: Fix indentation.Gravatar cehoyos2007-12-14
* Set correct image format for 24bit "raw " in mov files.Gravatar cehoyos2007-12-14
* warning fix:Gravatar diego2007-09-09
* Split lschunks function further, it is simply too huge to do any useful chang...Gravatar reimar2007-08-25
* warning fix:Gravatar diego2007-08-25
* 10l: r23399 broke mov/mp4 demuxingGravatar cehoyos2007-05-28
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* 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
* Fix audio samplerates below 7000 Hz.Gravatar uau2007-03-07
* 10l, avoid crash on invalid subtitle idGravatar reimar2007-02-24
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* English grammar fix: There is no 's' after "does not exist"Gravatar reimar2007-02-14
* 100l copy-and-paste bug. Do not print video info when the problem is with sub...Gravatar reimar2007-02-14
* Set sub_utf8 for mov subs.Gravatar reimar2007-02-05
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesGravatar reimar2007-01-06
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Fix 2 header bugs introduced by nplourde's previous commit:Gravatar uau2006-11-28
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...Gravatar nplourde2006-11-28
* Support multiple subs in movGravatar reimar2006-11-19
* Try reading palette for vobsubGravatar reimar2006-11-17
* Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa...Gravatar reimar2006-11-17
* 10l copy&Ãpaste bug in subtitle sh handlingGravatar reimar2006-11-14
* Incomplete support for vobsub (missing palette support) andGravatar reimar2006-11-13
* Add support for 13k Voice (Qclp) in 3g2 filesGravatar rtogni2006-08-11
* Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxerGravatar reimar2006-08-06
* Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.Gravatar diego2006-08-04
* auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on...Gravatar nicodvb2006-08-04
* Add simple edit list support to mov demuxer, it supports delay of audio and v...Gravatar atmos42006-07-23
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* support for vorbis in mp4/movGravatar nicodvb2006-06-09
* Disable unsecure dumping of generic track with -v -v -vGravatar rtogni2006-06-05
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* missing argument for mp_msg, fixes:Gravatar rathann2006-05-13
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...Gravatar rtognimp2006-05-11
* Partially revert 1.140, restoring the old behaviour for all codecsGravatar rtognimp2006-04-23
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22