summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mov: fix sidx with edit listsRodger Combs2016-05-011-1/+1
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-311-5/+17
* avformat/mov: Fix integer overflow in FFABSMichael Niedermayer2015-11-261-1/+1
* Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-11-261-1/+1
* avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer2015-07-281-0/+3
* avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer2015-06-191-0/+1
* avformat/mov: Fix parsing short lociMichael Niedermayer2015-05-211-1/+1
* avformat/mov: Print reason of loci parsing failureMichael Niedermayer2015-05-211-3/+9
* avformat/mov: Disallow ".." in dref unless use_absolute_path is setMichael Niedermayer2015-03-211-0/+3
* avformat/mov: Check for string truncation in mov_open_dref()Michael Niedermayer2015-03-211-1/+3
* avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer2015-03-211-2/+2
* avformat/mov: Fix mixed declaration and statement warningMichael Niedermayer2015-01-091-1/+2
* avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-091-5/+5
* mov: Fix negative size calculation in mov_read_default().Dale Curtis2015-01-091-1/+1
* avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer2015-01-091-1/+1
* mov: Fix overflow and error handling in read_tfra().Dale Curtis2015-01-091-15/+21
* mov: Avoid overflow with mov_metadata_raw()Dale Curtis2015-01-091-0/+3
* avformat/mov: fix integer overflow of sizeMichael Niedermayer2014-12-221-3/+3
* avformat/mov: check atom nesting depthMichael Niedermayer2014-12-221-1/+12
* Merge commit '3cec81f4d4f26b62bc2d22bb450bbf51ec3a7f09'Michael Niedermayer2014-12-021-1/+0
|\
| * mov: allocate the tag value dynamicallyThilo Borgmann2014-12-021-5/+10
* | Merge commit 'e352b293712ff7cbde67eba3ce3f8510b037de09'Michael Niedermayer2014-12-021-11/+9
|\ \ | |/
| * mov: Add an option for exporting all metadataVittorio Giovara2014-12-021-7/+18
* | Merge commit '5639ed9abb58311f82cf3499b682d228290adb09'Michael Niedermayer2014-12-021-1/+1
|\ \ | |/
| * mov: do not truncate the language-prefixed tagVittorio Giovara2014-12-021-1/+1
* | avformat/mov: change conjugation for "Duplicate"Clément Bœsch2014-11-271-7/+7
* | avformat/mov: strengthen some table allocationsClément Bœsch2014-11-271-21/+27
* | avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atomsMichael Niedermayer2014-11-261-0/+8
* | Merge commit '2007082d2db25f9305b8a345798b840ea7784fdb'Michael Niedermayer2014-11-181-3/+3
|\ \ | |/
| * mov: check ff_get_wav_header() return valueVittorio Giovara2014-11-181-3/+1
* | mov.c: fix handling of seek return in read_mfraMika Raento2014-11-151-8/+14
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer2014-10-261-2/+3
|\ \ | |/
| * Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-261-2/+3
* | Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920'Michael Niedermayer2014-10-261-2/+2
|\ \ | |/
| * lavf: Check the return value of strftimeMartin Storsjö2014-10-261-2/+2
* | Merge commit '50dbe6b3544fa64d5611e16553bf542fd71276b8'Michael Niedermayer2014-10-251-1/+1
|\ \ | |/
| * mov: fix assigment checkVittorio Giovara2014-10-241-1/+1
* | mov.c: reasonable bitrate for fragmented mp4Mika Raento2014-10-211-0/+11
* | lavf/mov.c: Prevent memory leak in case of invalid metadata reads.Thilo Borgmann2014-10-211-6/+8
* | lavf/mov.c: Allocate buffer in case of long metadata entries.Thilo Borgmann2014-10-201-6/+12
* | Merge commit '74b02377980321934e33969c84733ace7e9f4eeb'Michael Niedermayer2014-10-151-1/+2
|\ \ | |/
| * mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-151-1/+2
* | avformat/mov: auodetect "use_mfra_for"Michael Niedermayer2014-10-151-2/+27
* | Merge commit 'a74f8121d88e0bdf0d69c22e4b3713032da9300a'Michael Niedermayer2014-10-141-0/+31
|\ \ | |/
| * mov: Handle tfdt atomsMartin Storsjö2014-10-141-0/+31
* | avformat/mov: fix mix of declaration and statementMichael Niedermayer2014-10-131-1/+1
* | mov.c: allow reading fragment start dts/pts from fragmented mp4Mika Raento2014-10-131-0/+177
* | avformat/mov: E-AC-3 streams need parsing too.Benoit Fouet2014-10-091-0/+1
* | avformat/mov: Fix 'warning: format specifies type unsigned short but the argu...Michael Niedermayer2014-10-091-1/+1
* | Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6'Michael Niedermayer2014-10-091-0/+69
|\ \ | |/