summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-03-12
|\
| * Revert "Allow stream-copying grayscale mov files."Carl Eugen Hoyos2014-03-11
* | avformat: revert %c changes from d92024f18fa3d69937cb2575f3a8bf973df02430Michael Niedermayer2014-03-12
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-11
|\ \ | |/ |/|
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-11
| * movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier2014-03-09
| * mov: do not set avg_frame_rate in the demuxerJustin Ruggles2014-01-20
* | avformat/mov: simplify code setting needs_parsingMichael Niedermayer2014-02-27
* | Support old qclp-in-mov files that do not store bytes_per_frame in the header.Carl Eugen Hoyos2014-02-23
* | avformat/mov: make invalid sampledelta error more verboseMichael Niedermayer2014-02-20
* | avformat/mov: fix avg_frame_rate calculationMichael Niedermayer2014-02-16
* | avformat/mov: fix keyframe flags for sample from chromium Issue 340865Michael Niedermayer2014-02-12
* | avformat/mov: redesign the fps calculationMichael Niedermayer2014-01-22
* | avformat/mov: Ignore the last frame for duration and fps calculation if it lo...Michael Niedermayer2014-01-21
* | Merge commit '2620df13104ddaa136158eb6bb1195adbf9d7692'Michael Niedermayer2014-01-15
|\|
| * mov: Free an earlier allocated array if allocating a new oneMartin Storsjö2014-01-15
* | Merge commit 'd51f09962d5b4bc999fb70c040f330dd1873212e'Michael Niedermayer2014-01-15
|\|
| * mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö2014-01-15
* | avcodec/flashsv: check avio_read() return in mov_read_udta_string()Michael Niedermayer2014-01-14
* | avformat/mov: clear padding area in mov_read_extradata()Michael Niedermayer2013-12-28
* | avformat/mov: check avio_read() return in mov_read_dref()Michael Niedermayer2013-12-27
* | avformat/mov: use ff_get_extradata()Michael Niedermayer2013-12-25
* | avformat/mov: check avio_read return in mov_read_dvc1()Michael Niedermayer2013-12-25
* | Allow stream-copying grayscale mov files.Carl Eugen Hoyos2013-12-24
* | avformat/mov: Do not compute a grayscale palette for cinepak in mov.Carl Eugen Hoyos2013-12-24
* | avformat/mov: Check avio_read() return code in mov_read_extradata() and shrin...Michael Niedermayer2013-12-15
* | avformat/mov: use rfps_add_frame() only for videoMichael Niedermayer2013-12-07
* | avformat/mov: calculate rfps from the first 100 frames of the indexMichael Niedermayer2013-12-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* | avformat/mov: Check that we have a stream before accessing it in mov_read_ares()Michael Niedermayer2013-11-22
* | Merge commit 'ecf442a58b09bdb1dc1d2c3904b82ac5f79b2878'Michael Niedermayer2013-11-14
|\|
| * lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-14
| * mov: Support HEVC demuxingYusuke Nakamura2013-10-31
* | avformat/mov: only force parsing for video tracks if stss is emptyHendrik Leppkes2013-11-08
* | avformat/mov: fix "correctly" typoMichael Niedermayer2013-10-16
* | lavf/mov: Support HEVC demuxing.Yusuke Nakamura2013-10-16
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | Merge commit 'b698542ad83284fbb8c22404e3cafeb2dd739d38'Michael Niedermayer2013-10-05
|\|
| * mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö2013-10-05
* | avformat/mov: force parsing of headers if stts is absentMichael Niedermayer2013-10-04
* | mov: fix trun / pseudo_stream_id handlingMichael Niedermayer2013-10-02
* | Merge commit 'c231987662194d009dd91bfc57c678e0e70ca161'Michael Niedermayer2013-09-30
|\|
| * mov: Make sure the read sample count is nonnegativeMartin Storsjö2013-09-29
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* | avformat/mov: reset extradata size when extradata gets deallocated due to rea...Michael Niedermayer2013-09-22
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* | Merge commit '7f8d41eb097e8d4223c9caf97dd332a2fdb29d52'Michael Niedermayer2013-09-17
|\|
| * mov: Don't use a negative duration for setting other fieldsMartin Storsjö2013-09-17