summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: remove per packet timestamp print trace, theres generic code do...Michael Niedermayer2015-04-20
* Merge commit '9286de045968ad456d4e752651eec22de5e89060'Michael Niedermayer2015-04-20
|\
| * mov: Double-check that alias path is not an absolute pathVittorio Giovara2015-04-19
* | Merge commit '376589e5dd72aa2dd42500f456fca303fcdcad85'Michael Niedermayer2015-04-20
|\|
| * mov: Read alternate absolute path in dref alisVittorio Giovara2015-04-19
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | Merge commit 'be089af38f65dc8b1fe3564f98020fc815577edb'Michael Niedermayer2015-04-09
|\|
| * mov: Rely on box type rather than file type for colr atomVittorio Giovara2015-04-09
* | lavf/mov: Do not overread iTunes metadata.Carl Eugen Hoyos2015-04-04
* | avformat/mov: check color parameter type explicitly.Jochen Strunk2015-03-24
* | Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827'Michael Niedermayer2015-03-24
|\|
| * mov: Write the display matrix in orderVittorio Giovara2015-03-23
| * mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis2015-03-18
| * mov: Fix little endian audio detectionVittorio Giovara2015-03-17
* | mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis2015-03-18
* | avformat/mov: fix mis-detection of jpeg2000Michael Niedermayer2015-03-17
* | avformat/mov: Disallow ".." in dref unless use_absolute_path is setMichael Niedermayer2015-03-16
* | avformat/mov: Check for string truncation in mov_open_dref()Michael Niedermayer2015-03-14
* | avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer2015-03-14
* | Merge commit '91eee2af87278b3c2008f7a86d2cdfe6934e9f42'Michael Niedermayer2015-03-02
|\|
| * Revert "mov: Change DTS-based seek into CTS-based seek."Martin Storsjö2015-03-02
* | Revert "avformat/mov: Bypass av_add_index_entry()"Michael Niedermayer2015-03-02
* | lavf/mov: correct printf specifierChristophe Gisquet2015-02-27
* | avformat/mov: Check ctts_count before useMichael Niedermayer2015-02-25
* | avformat/mov: Check av_add_index_entry() return valueMichael Niedermayer2015-02-23
* | avformat/mov: Add simple ACLR atom reading to set the color range of the inco...Kevin Wheatley2015-02-19
* | avformat/mov: Bypass av_add_index_entry()Michael Niedermayer2015-02-16
* | Merge commit '4abfa387b8234736f6e0e541951e3d5eb60eb843'Michael Niedermayer2015-02-16
|\|
| * mov: Change DTS-based seek into CTS-based seek.Yusuke Nakamura2015-02-15
| * mov: Fix compilation with DEBUG enabledDiego Biurrun2015-02-14
* | avformat/mov: print a warning if parsing udta failedMichael Niedermayer2015-02-14
* | avformat/mov: Heuristically detect raw udtaMichael Niedermayer2015-02-13
* | avformat/mov: Check dimensions before setting aspectMichael Niedermayer2015-02-09
* | Merge commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f'Michael Niedermayer2015-02-03
|\|
| * mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes2015-02-03
* | avformat/mov: simplify pasp value before setting SARMichael Niedermayer2015-02-03
* | avformat/mov: remove unneeded #include, there are no assert()Paul B Mahol2015-01-31
* | Merge commit '32125781487411ed3b1b28b32063d6cd4024d4fc'Michael Niedermayer2015-01-27
|\|
| * mov: export audio service type as side dataAnton Khirnov2015-01-27
| * mov: Do not compute negative SAR valuesVittorio Giovara2015-01-23
* | libavformat/mov.c: Handle timecode from tmcd atom in counter modeJon Morley2015-01-23
* | avformat/mov: Stricter sanity checks on the display_matrixMichael Niedermayer2015-01-22
* | avformat/mov: Do not set aspect ratios that would contain zerosMichael Niedermayer2015-01-15
* | avformat/mov: rewrite aspect from matrix codeMichael Niedermayer2015-01-15
* | Merge commit 'cf70ba37ba74089a18295b29e77dead0a3222c9e'Michael Niedermayer2015-01-15
|\|
| * mov: Check angle rather than full matrix when updating SARVittorio Giovara2015-01-14
* | Handle r10k endianess atom DpxE.Carl Eugen Hoyos2015-01-11
* | avformat/mov: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-06