summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5'Michael Niedermayer2015-06-08
|\
| * mov: Check memory allocationVittorio Giovara2015-06-08
* | avformat/mov: Retry same packet on IO failure to avoid loosing a packetMichael Niedermayer2015-06-03
* | Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'Michael Niedermayer2015-06-01
|\|
| * mov: always check avio_read return valueAndreas Cadhalpun2015-05-31
| * mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-31
* | Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'Michael Niedermayer2015-06-01
|\|
| * mov: Correctly allocate ctts_dataLuca Barbato2015-05-31
| * mov: Fix two memleaksAndreas Cadhalpun2015-05-31
* | avformat/mov: Also export loci altitudeMichael Niedermayer2015-05-30
* | avformat/mov: Append place name instead of overwriting for lociMichael Niedermayer2015-05-30
* | mov: fix DTS calculation for samples with negative stts durationAndreas Cadhalpun2015-05-29
* | avformat/mov: Avoid float usage in yuv_to_rgba()Michael Niedermayer2015-05-29
* | mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-26
* | avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer2015-05-25
* | mov: always check avio_read return valueAndreas Cadhalpun2015-05-24
* | mov: fix two memleaksAndreas Cadhalpun2015-05-24
* | avformat/mov: check result of avio_seekZhang Rui2015-05-21
* | lavf/mov: Tell users about the use_absolute_path option.Carl Eugen Hoyos2015-05-17
* | avformat/mov: Fix parsing short lociMichael Niedermayer2015-05-16
* | avformat/mov: Print reason of loci parsing failureMichael Niedermayer2015-05-16
* | avformat/mov: Use open_cb() if setMichael Niedermayer2015-05-11
* | avformat/mov: Pass MovContext into mov_open_dref()Michael Niedermayer2015-05-11
* | avformat/mov: Do not read ACLR into extradata for H.264Michael Niedermayer2015-04-30
* | avformat/mov.c: Use %d to print an enum, not PRIu8Chris Watkins2015-04-21
* | 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