| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: merge mov_read_custom_metadata() and mov_read_custom() | Michael Niedermayer | 2014-04-10 | 1 | -77/+21 |
* | Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431' | Michael Niedermayer | 2014-04-10 | 1 | -0/+97 |
|\ |
|
| * | mov: read hydrogenaudio replaygain information | Anton Khirnov | 2014-04-10 | 1 | -0/+97 |
* | | avformat/mov: reset drefs_count in close | Schenk, Michael | 2014-04-07 | 1 | -0/+3 |
* | | avformat/mov: Fix width/height typo | Michael Niedermayer | 2014-04-05 | 1 | -1/+1 |
* | | Merge commit 'f1c4a54f6ecbf77a29aaaee09ca70c5468d0c509' | Michael Niedermayer | 2014-04-02 | 1 | -0/+1 |
|\| |
|
| * | lavf: add supported extension to avi and mov demuxers | Marc-Antoine Arnaud | 2014-04-02 | 1 | -0/+1 |
* | | Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' | Michael Niedermayer | 2014-04-02 | 1 | -1/+1 |
|\| |
|
| * | More correct printf format specifiers | Diego Biurrun | 2014-04-02 | 1 | -1/+1 |
| * | mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd | Michael Niedermayer | 2014-03-31 | 1 | -0/+55 |
* | | Merge commit 'fce28c3c6d603b7f42a5dbe36bf240d0470469c8' | Michael Niedermayer | 2014-03-31 | 1 | -1/+2 |
|\| |
|
| * | mov: fill in subtitle dimensions after parsing tkhd | Michael Niedermayer | 2014-03-31 | 1 | -1/+13 |
* | | avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions f... | Michael Niedermayer | 2014-03-17 | 1 | -0/+55 |
* | | avformat/mov: fill in subtitle dimensions after parsing tkhd | Michael Niedermayer | 2014-03-17 | 1 | -0/+6 |
* | | avformat/mov: decode compilation metadata | Peter Ross | 2014-03-15 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-03-12 | 1 | -0/+1 |
|\ \ |
|
| * | | Revert "Allow stream-copying grayscale mov files." | Carl Eugen Hoyos | 2014-03-11 | 1 | -0/+1 |
* | | | avformat: revert %c changes from d92024f18fa3d69937cb2575f3a8bf973df02430 | Michael Niedermayer | 2014-03-12 | 1 | -1/+1 |
* | | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -2/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -3/+4 |
| * | movdec: handle 0x7fff langcode as macintosh per the specs | Baptiste Coudurier | 2014-03-09 | 1 | -1/+1 |
| * | mov: do not set avg_frame_rate in the demuxer | Justin Ruggles | 2014-01-20 | 1 | -4/+0 |
* | | avformat/mov: simplify code setting needs_parsing | Michael Niedermayer | 2014-02-27 | 1 | -4/+0 |
* | | Support old qclp-in-mov files that do not store bytes_per_frame in the header. | Carl Eugen Hoyos | 2014-02-23 | 1 | -0/+4 |
* | | avformat/mov: make invalid sampledelta error more verbose | Michael Niedermayer | 2014-02-20 | 1 | -1/+2 |
* | | avformat/mov: fix avg_frame_rate calculation | Michael Niedermayer | 2014-02-16 | 1 | -1/+1 |
* | | avformat/mov: fix keyframe flags for sample from chromium Issue 340865 | Michael Niedermayer | 2014-02-12 | 1 | -0/+5 |
* | | avformat/mov: redesign the fps calculation | Michael Niedermayer | 2014-01-22 | 1 | -4/+8 |
* | | avformat/mov: Ignore the last frame for duration and fps calculation if it lo... | Michael Niedermayer | 2014-01-21 | 1 | -0/+6 |
* | | Merge commit '2620df13104ddaa136158eb6bb1195adbf9d7692' | Michael Niedermayer | 2014-01-15 | 1 | -0/+1 |
|\| |
|
| * | mov: Free an earlier allocated array if allocating a new one | Martin Storsjö | 2014-01-15 | 1 | -0/+1 |
* | | Merge commit 'd51f09962d5b4bc999fb70c040f330dd1873212e' | Michael Niedermayer | 2014-01-15 | 1 | -3/+5 |
|\| |
|
| * | mov: Free intermediate arrays in the normal cleanup function | Martin Storsjö | 2014-01-15 | 1 | -0/+8 |
* | | avcodec/flashsv: check avio_read() return in mov_read_udta_string() | Michael Niedermayer | 2014-01-14 | 1 | -1/+3 |
* | | avformat/mov: clear padding area in mov_read_extradata() | Michael Niedermayer | 2013-12-28 | 1 | -0/+1 |
* | | avformat/mov: check avio_read() return in mov_read_dref() | Michael Niedermayer | 2013-12-27 | 1 | -1/+2 |
* | | avformat/mov: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -15/+9 |
* | | avformat/mov: check avio_read return in mov_read_dvc1() | Michael Niedermayer | 2013-12-25 | 1 | -1/+5 |
* | | Allow stream-copying grayscale mov files. | Carl Eugen Hoyos | 2013-12-24 | 1 | -1/+0 |
* | | avformat/mov: Do not compute a grayscale palette for cinepak in mov. | Carl Eugen Hoyos | 2013-12-24 | 1 | -3/+3 |
* | | avformat/mov: Check avio_read() return code in mov_read_extradata() and shrin... | Michael Niedermayer | 2013-12-15 | 1 | -1/+7 |
* | | avformat/mov: use rfps_add_frame() only for video | Michael Niedermayer | 2013-12-07 | 1 | -1/+1 |
* | | avformat/mov: calculate rfps from the first 100 frames of the index | Michael Niedermayer | 2013-12-05 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+1 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
* | | avformat/mov: Check that we have a stream before accessing it in mov_read_ares() | Michael Niedermayer | 2013-11-22 | 1 | -9/+11 |
* | | Merge commit 'ecf442a58b09bdb1dc1d2c3904b82ac5f79b2878' | Michael Niedermayer | 2013-11-14 | 1 | -2/+4 |
|\| |
|
| * | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 1 | -0/+8 |
| * | mov: Support HEVC demuxing | Yusuke Nakamura | 2013-10-31 | 1 | -1/+4 |
* | | avformat/mov: only force parsing for video tracks if stss is empty | Hendrik Leppkes | 2013-11-08 | 1 | -1/+1 |