summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f'Michael Niedermayer2015-02-031-4/+5
|\
| * mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes2015-02-031-0/+16
* | avformat/mov: simplify pasp value before setting SARMichael Niedermayer2015-02-031-2/+2
* | avformat/mov: remove unneeded #include, there are no assert()Paul B Mahol2015-01-311-4/+0
* | Merge commit '32125781487411ed3b1b28b32063d6cd4024d4fc'Michael Niedermayer2015-01-271-4/+20
|\ \ | |/
| * mov: export audio service type as side dataAnton Khirnov2015-01-271-4/+20
| * mov: Do not compute negative SAR valuesVittorio Giovara2015-01-231-7/+6
* | libavformat/mov.c: Handle timecode from tmcd atom in counter modeJon Morley2015-01-231-0/+7
* | avformat/mov: Stricter sanity checks on the display_matrixMichael Niedermayer2015-01-221-1/+2
* | avformat/mov: Do not set aspect ratios that would contain zerosMichael Niedermayer2015-01-151-1/+2
* | avformat/mov: rewrite aspect from matrix codeMichael Niedermayer2015-01-151-13/+10
* | Merge commit 'cf70ba37ba74089a18295b29e77dead0a3222c9e'Michael Niedermayer2015-01-151-9/+4
|\ \ | |/
| * mov: Check angle rather than full matrix when updating SARVittorio Giovara2015-01-141-8/+4
* | Handle r10k endianess atom DpxE.Carl Eugen Hoyos2015-01-111-0/+6
* | avformat/mov: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* | avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-5/+5
* | avformat/mov: Clear array to prevent potential out of array read from av_dlog()Michael Niedermayer2015-01-061-1/+1
* | mov: Fix negative size calculation in mov_read_default().Dale Curtis2015-01-061-1/+1
* | avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer2015-01-061-1/+1
* | mov: Fix overflow and error handling in read_tfra().Dale Curtis2015-01-061-15/+21
* | avformat/mov: reindent after previous commitClément Bœsch2015-01-021-13/+13
* | avformat/mov: move edit list heuristics into mov_build_index()Clément Bœsch2015-01-021-30/+48
* | Merge commit '64f7575fbd64e5b65d5c644347408588c776f1fe'Michael Niedermayer2014-12-191-1/+3
|\ \ | |/
| * mov: avoid a memleak when multiple stss boxes are presentAnton Khirnov2014-12-191-0/+1
* | wavdec: RIFX file format supportThomas Volkert2014-12-181-1/+1
* | avformat/mov: fix integer overflow of sizeMichael Niedermayer2014-12-161-3/+3
* | avformat/mov: check atom nesting depthMichael Niedermayer2014-12-161-1/+12
* | Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40'Michael Niedermayer2014-12-161-1/+1
|\ \ | |/
| * mov: Fix handling of zero-length metadata valuesMartin Storsjö2014-12-151-1/+1
* | avformat/mov: Simplify code by using OFFSET() and FLAGS macrosMichael Niedermayer2014-12-131-9/+9
* | avformat/mov: Disable XMP metadata by defaultMichael Niedermayer2014-12-111-1/+1
* | Merge commit '3c01039e0bc7d269900e15551f8171c4328a0223'Michael Niedermayer2014-12-091-0/+16
|\ \ | |/
| * mov: further expand the list of parsed metadata tagsDave Rice2014-12-081-0/+18
* | Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14'Michael Niedermayer2014-12-081-0/+19
|\ \ | |/
| * mov: expand the list of parsed metadata tagsVittorio Giovara2014-12-081-0/+23
* | Merge commit 'b704b648f9ecb830874627db958a37e004107d1b'Michael Niedermayer2014-12-081-13/+4
|\ \ | |/
| * mov: parse XMP metadata on demandVittorio Giovara2014-12-081-0/+4
* | Merge commit '174c5fde90060faab67796a5eaef742630f1db6e'Michael Niedermayer2014-12-081-7/+7
|\ \ | |/
| * mov: parse @PRM and @PRQ metadata tagsVittorio Giovara2014-12-081-3/+6
* | Merge commit '35384934d6e27e0334060a23a0c83a3cb5cef198'Michael Niedermayer2014-12-081-36/+36
|\ \ | |/
| * mov: cosmetics: reorder the list of tagsVittorio Giovara2014-12-081-29/+29
| * mov: skip version and flags attributes in mov_read_chan()Matthieu Bouron2014-12-051-0/+3
* | 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
OpenPOWER on IntegriCloud