summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: fix "warning: variable altitude set but not used" warningMichael Niedermayer2014-06-061-1/+1
* Merge commit 'e7d6d0bf3c5cc1bc048b0ddbc169a91862568e0c'Michael Niedermayer2014-06-061-0/+40
|\
| * mov: Export geotag metadata fieldsMartin Storsjö2014-06-061-0/+41
* | Read mov files where the moov atom is hidden within a free atom.Carl Eugen Hoyos2014-05-311-0/+17
* | avformat/mov: allow seeking back to the begin even if nothing is marked as ke...Michael Niedermayer2014-05-261-1/+1
* | avformat/mov: use av_display_rotation_get() for rotate metadata.Clément Bœsch2014-05-231-16/+14
* | avformat/mov: Dont blindly trust the stream duration in seting chapter timesMichael Niedermayer2014-05-231-0/+5
* | Merge commit '853cc025d63ee2539fc0460dab62c5b9a3fd2043'Michael Niedermayer2014-05-191-10/+52
|\ \ | |/
| * mov: store display matrix in a stream side dataVittorio Giovara2014-05-191-10/+52
* | libavformat/mov: Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_...Alex Sukhanov2014-05-151-1/+1
* | Merge commit '18f2514c4037befd37b02e4d4f10c159edf3b26f'Michael Niedermayer2014-05-011-3/+8
|\ \ | |/
| * mov: export stsd Compressorname in metadataAnton Khirnov2014-05-011-3/+8
* | avformat/mov: merge mov_read_custom_metadata() and mov_read_custom()Michael Niedermayer2014-04-101-77/+21
* | Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431'Michael Niedermayer2014-04-101-0/+97
|\ \ | |/
| * mov: read hydrogenaudio replaygain informationAnton Khirnov2014-04-101-0/+97
* | avformat/mov: reset drefs_count in closeSchenk, Michael2014-04-071-0/+3
* | avformat/mov: Fix width/height typoMichael Niedermayer2014-04-051-1/+1
* | Merge commit 'f1c4a54f6ecbf77a29aaaee09ca70c5468d0c509'Michael Niedermayer2014-04-021-0/+1
|\ \ | |/
| * lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud2014-04-021-0/+1
* | Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer2014-04-021-1/+1
|\ \ | |/
| * More correct printf format specifiersDiego Biurrun2014-04-021-1/+1
| * mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer2014-03-311-0/+55
* | Merge commit 'fce28c3c6d603b7f42a5dbe36bf240d0470469c8'Michael Niedermayer2014-03-311-1/+2
|\ \ | |/
| * mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer2014-03-311-1/+13
* | avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions f...Michael Niedermayer2014-03-171-0/+55
* | avformat/mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer2014-03-171-0/+6
* | avformat/mov: decode compilation metadataPeter Ross2014-03-151-0/+2
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-03-121-0/+1
|\ \
| * | Revert "Allow stream-copying grayscale mov files."Carl Eugen Hoyos2014-03-111-0/+1
* | | avformat: revert %c changes from d92024f18fa3d69937cb2575f3a8bf973df02430Michael Niedermayer2014-03-121-1/+1
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-2/+3
|\ \ \ | |/ / |/| / | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-3/+4
| * movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier2014-03-091-1/+1
| * mov: do not set avg_frame_rate in the demuxerJustin Ruggles2014-01-201-4/+0
* | avformat/mov: simplify code setting needs_parsingMichael Niedermayer2014-02-271-4/+0
* | Support old qclp-in-mov files that do not store bytes_per_frame in the header.Carl Eugen Hoyos2014-02-231-0/+4
* | avformat/mov: make invalid sampledelta error more verboseMichael Niedermayer2014-02-201-1/+2
* | avformat/mov: fix avg_frame_rate calculationMichael Niedermayer2014-02-161-1/+1
* | avformat/mov: fix keyframe flags for sample from chromium Issue 340865Michael Niedermayer2014-02-121-0/+5
* | avformat/mov: redesign the fps calculationMichael Niedermayer2014-01-221-4/+8
* | avformat/mov: Ignore the last frame for duration and fps calculation if it lo...Michael Niedermayer2014-01-211-0/+6
* | Merge commit '2620df13104ddaa136158eb6bb1195adbf9d7692'Michael Niedermayer2014-01-151-0/+1
|\ \ | |/
| * mov: Free an earlier allocated array if allocating a new oneMartin Storsjö2014-01-151-0/+1
* | Merge commit 'd51f09962d5b4bc999fb70c040f330dd1873212e'Michael Niedermayer2014-01-151-3/+5
|\ \ | |/
| * mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö2014-01-151-0/+8
* | avcodec/flashsv: check avio_read() return in mov_read_udta_string()Michael Niedermayer2014-01-141-1/+3
* | avformat/mov: clear padding area in mov_read_extradata()Michael Niedermayer2013-12-281-0/+1
* | avformat/mov: check avio_read() return in mov_read_dref()Michael Niedermayer2013-12-271-1/+2
* | avformat/mov: use ff_get_extradata()Michael Niedermayer2013-12-251-15/+9
* | avformat/mov: check avio_read return in mov_read_dvc1()Michael Niedermayer2013-12-251-1/+5
OpenPOWER on IntegriCloud