| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: Fix extradata memleak | Michael Niedermayer | 2018-04-12 | 1 | -0/+6 |
* | avformat/mov: Fix parsing of tfdt when using sample descriptors. | Jacob Trimble | 2018-04-05 | 1 | -1/+1 |
* | avformat/mov: parse multiple iTunes cover images | Timo Teräs | 2018-04-01 | 1 | -0/+4 |
* | avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent... | Michael Niedermayer | 2018-03-26 | 1 | -1/+1 |
* | avformat/mov: Check STSC and remove invalid entries | Michael Niedermayer | 2018-03-20 | 1 | -0/+20 |
* | avformat/mov: Fix integer overflows related to sample_duration | Michael Niedermayer | 2018-03-12 | 1 | -5/+15 |
* | lavf/mov.c: Use the correct offset to shift timestamp when seeking. | Sasi Inguva | 2018-03-10 | 1 | -11/+16 |
* | avformat/mov: print the projection type when reporting it as unsupported | James Almer | 2018-03-09 | 1 | -1/+1 |
* | ffmpeg: Fix stts_data memory allocation | Xiaohan Wang | 2018-03-09 | 1 | -1/+1 |
* | avformat/mov: Fix integer overflow in mov_get_stsc_samples() | Michael Niedermayer | 2018-03-07 | 1 | -3/+4 |
* | avformat/mov: Initialize a potential gap in ctts_data in mov_build_index | Matt Wolenetz | 2018-03-05 | 1 | -0/+3 |
* | avformat/mov: Add manu/modl to mov_read_udta_string. | Tianqiang Liu | 2018-03-03 | 1 | -0/+2 |
* | ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2) | Xiaohan Wang | 2018-03-01 | 1 | -2/+4 |
* | avformat/mov: Fix ctts_index calculation | Xiaohan Wang | 2018-02-10 | 1 | -1/+1 |
* | avformat/mov: add VP8 codec support | James Almer | 2018-02-06 | 1 | -0/+1 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | lavf/mov: Use av_fast_realloc() in mov_read_stts(). | Carl Eugen Hoyos | 2018-01-01 | 1 | -4/+13 |
* | avformat/mov: simplify parsing of mdcv atom using av_make_q() | James Almer | 2017-12-21 | 1 | -14/+8 |
* | lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header. | Sasi Inguva | 2017-12-20 | 1 | -0/+56 |
* | avformat/mov: Fix the the typo | Michael Niedermayer | 2017-12-18 | 1 | -1/+1 |
* | lavf/mov: modify code indentation | tiejun.peng | 2017-12-09 | 1 | -7/+7 |
* | lavf/mov: add some useful warning log of eof | tiejun.peng | 2017-12-09 | 1 | -10/+33 |
* | lavf/mov: Fix missing newline. | Carl Eugen Hoyos | 2017-12-04 | 1 | -1/+2 |
* | lavf/mov: fix huge alloc in mov_read_ctts | John Stebbins | 2017-12-01 | 1 | -4/+27 |
* | avformat/mov: return correct value in mov_read_cmov | Pan Bian | 2017-11-28 | 1 | -0/+1 |
* | avformat/mov: set correct error code in mov_read_custom | Pan Bian | 2017-11-28 | 1 | -1/+3 |
* | mov: Support mdcv and clli boxes for mastering display an color light level | Vittorio Giovara | 2017-11-28 | 1 | -0/+71 |
* | libavformat/mov: Replace duplicate stream_nb check by assert | Michael Niedermayer | 2017-11-27 | 1 | -2/+1 |
* | lavf/mov: fix crash in mov_read_sidx | John Stebbins | 2017-11-25 | 1 | -1/+1 |
* | lavf/mov: Read aspect ratio from AVID jpeg2000 mov files. | Carl Eugen Hoyos | 2017-11-23 | 1 | -0/+1 |
* | avformat/mov: Increment stsd_count while processing stsd data; avoids leaks. | Dale Curtis | 2017-11-22 | 1 | -3/+4 |
* | avformat/mov: Propagate errors in mov_switch_root. | Jacob Trimble | 2017-11-21 | 1 | -2/+5 |
* | lavf/mov: Do not mix variable declaration and code. | Carl Eugen Hoyos | 2017-11-20 | 1 | -1/+2 |
* | lavf/mov: don't read outside frag_index bounds | John Stebbins | 2017-11-18 | 1 | -0/+4 |
* | Fix leak of frame_duration_buffer in mov_fix_index(). | Dale Curtis | 2017-11-18 | 1 | -0/+1 |
* | avformat/mov: Check size of STSC allocation | Fredrik Hubinette | 2017-11-16 | 1 | -0/+2 |
* | lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame... | Sasi Inguva | 2017-11-14 | 1 | -3/+1 |
* | lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index. | Sasi Inguva | 2017-11-11 | 1 | -11/+21 |
* | Merge commit 'defe307fb22beca60a632e976ab97e5edd4aee25' | James Almer | 2017-11-11 | 1 | -2/+5 |
|\ |
|
| * | mov: move stsd finalization to an appropriate place | Sean McGovern | 2017-07-31 | 1 | -2/+2 |
| * | mov: Do not set stsd_count if mov_read_stsd() fails | Sean McGovern | 2017-07-31 | 1 | -8/+17 |
| * | mov: log and return early on non-positive stsd entry counts | Sean McGovern | 2017-07-30 | 1 | -0/+5 |
* | | lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS. | Sasi Inguva | 2017-11-04 | 1 | -43/+86 |
* | | libavformat/mov.c: use calculated dts offset when seeking in streams | Jonas Licht | 2017-10-30 | 1 | -2/+4 |
* | | lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count. | Sasi Inguva | 2017-10-28 | 1 | -1/+20 |
* | | Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a' | James Almer | 2017-10-26 | 1 | -36/+0 |
|\| |
|
| * | mov: Move code shared with CAF to a separate file | Diego Biurrun | 2017-04-03 | 1 | -36/+0 |
| * | spherical: Change types of bounding and pad to uint32_t | Vittorio Giovara | 2017-03-23 | 1 | -4/+3 |
| * | mov: Export bounds and padding from spherical metadata | Vittorio Giovara | 2017-03-07 | 1 | -1/+26 |
| * | mov: Validate cubemap layout | Vittorio Giovara | 2017-03-07 | 1 | -1/+7 |