aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAge
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
| * Add header file for store_ughvlc(); avoids forward declarations.Gravatar diego2010-02-17
| * Mark mov_build_index() as static; it is not used outside of the file.Gravatar diego2010-02-17
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,Gravatar reimar2009-09-04
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | 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
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Remove unused variable from demux_mov.Gravatar reimar2009-03-08
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * 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
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r27332Gravatar Uoti Urpala2008-07-21
|\|
| * 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
* | Merge svn changes up to r27281Gravatar Uoti Urpala2008-07-15
|\|
| * 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
* | Merge svn changes up to r27202Gravatar Uoti Urpala2008-07-05
|\|
| * Check stdata_len before accessing stdata. Fixes bug #1125Gravatar reimar2008-07-04
* | Merge svn changes up to r27184Gravatar Uoti Urpala2008-07-01
|\|
| * Do not use stdata before checking its lengthGravatar reimar2008-06-29
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
|/
* 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