aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.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
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Remove unused variable from demux_mov.Gravatar reimar2009-03-08
* Fix a couple of unused variable warnings through the av_unused attribute.Gravatar diego2009-02-07
* Convert CONFIG_ZLIB into a 0/1 option.Gravatar diego2009-02-07
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* And a 1000l for r27263, swapped a condition, thus setting size toGravatar reimar2008-07-16
* 100l, fix calloc being called with the wrong argument due to reorderingGravatar reimar2008-07-16
* Change a broken check. FFMAX does not work as intended because trak->chunkmap...Gravatar reimar2008-07-14
* Reindent after last commitGravatar reimar2008-07-11
* Check size of tkdata before using it in mov demuxer.Gravatar reimar2008-07-11
* Add atom_len sanity check to mov demuxer.Gravatar reimar2008-07-11
* Quick hack to fix demux_mov crashes where easily possible.Gravatar reimar2008-07-11
* Check stdata_len before accessing stdata. Fixes bug #1125Gravatar reimar2008-07-04
* Do not use stdata before checking its lengthGravatar reimar2008-06-29
* 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