aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: Check that we have a stream before accessing it in mov_read_ares()Michael Niedermayer2014-01-081-9/+11
* avformat/mov: fix "correctly" typoMichael Niedermayer2013-10-161-1/+1
* lavf/mov: Support HEVC demuxing.Yusuke Nakamura2013-10-161-3/+7
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-19/+5
* Merge commit 'b698542ad83284fbb8c22404e3cafeb2dd739d38'Michael Niedermayer2013-10-051-1/+1
|\
| * mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö2013-10-051-1/+1
* | avformat/mov: force parsing of headers if stts is absentMichael Niedermayer2013-10-041-0/+2
* | mov: fix trun / pseudo_stream_id handlingMichael Niedermayer2013-10-021-1/+1
* | Merge commit 'c231987662194d009dd91bfc57c678e0e70ca161'Michael Niedermayer2013-09-301-0/+5
|\|
| * mov: Make sure the read sample count is nonnegativeMartin Storsjö2013-09-291-0/+4
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+3
* | avformat/mov: reset extradata size when extradata gets deallocated due to rea...Michael Niedermayer2013-09-221-1/+3
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-191-5/+4
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-5/+4
* | Merge commit '7f8d41eb097e8d4223c9caf97dd332a2fdb29d52'Michael Niedermayer2013-09-171-1/+1
|\|
| * mov: Don't use a negative duration for setting other fieldsMartin Storsjö2013-09-171-2/+2
* | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer2013-09-111-18/+22
|\|
| * avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-101-18/+22
* | Merge commit '5b41eb91e0083755de8c35e8cd005896ec3ab31f'Michael Niedermayer2013-08-261-17/+32
|\|
| * mov: Parse tmcd extradataLuca Barbato2013-08-251-4/+22
* | Merge commit '0b5af5cf1224add1769b1094b9924ecf10de3d7d'Michael Niedermayer2013-08-261-14/+27
|\|
| * mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato2013-08-241-15/+26
* | Merge commit '08504380ddf25d6905e189e9bf52e7a4c771a415'Michael Niedermayer2013-08-261-67/+74
|\|
| * mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato2013-08-241-58/+65
* | Merge commit 'dc518a3ae21e7b6420131b813cfc6bcdcad26b7e'Michael Niedermayer2013-08-261-8/+17
|\|
| * mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato2013-08-241-8/+17
* | Merge commit 'ef196beeb50e8e024ed5a560a1d39eff4a296ce4'Michael Niedermayer2013-08-261-80/+90
|\|
| * mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato2013-08-241-78/+87
* | Merge commit 'a3b53ff062eaccdaa28964899c63520ef2978c2e'Michael Niedermayer2013-08-261-112/+113
|\|
| * mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato2013-08-241-107/+108
* | Merge commit 'bf9856250584228678963ce8f11c54f85005d783'Michael Niedermayer2013-08-261-22/+34
|\|
| * mov: Refactor codec id selection in mov_codec_idLuca Barbato2013-08-241-20/+32
* | Merge commit '1f70a5ad284b33e8b3e2b40a5cb33055419781b7'Michael Niedermayer2013-08-231-7/+3
|\|
| * mov: use tkhd enabled flag to set the default trackJohn Stebbins2013-08-231-7/+3
* | Fix frame width and height for some targa_y216 samples.Carl Eugen Hoyos2013-08-181-0/+15
* | Merge commit '31931520df35a6f9606fe8293c8a39e2d1fabedf'Michael Niedermayer2013-07-161-0/+5
|\|
| * mov: Do not allow updating the time scale after it has been setMartin Storsjö2013-07-151-0/+5
* | Merge commit '5b4eb243bce10a3e8345401a353749e0414c54ca'Michael Niedermayer2013-07-161-2/+4
|\|
| * mov: Seek back if overreading an individual atomMartin Storsjö2013-07-151-0/+6
* | libavformat/mov.c: Skipped duplicated MOOV atomThierry Foucu2013-07-121-0/+6
* | Force correct extradata for AVID AVCI50 in mov.Carl Eugen Hoyos2013-07-091-1/+17
* | avformat/mov: read stream bitrates from isml manifestAlexandre Sicard2013-07-081-0/+74
* | avformat/mov: Fix duration of fragmented movMichael Niedermayer2013-07-071-1/+1
* | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-301-2/+2
* | Set block_align when reading QDM2 in mov.Carl Eugen Hoyos2013-06-281-0/+1
* | avformat/mov: ignore samples overflowing next_root_atomAlexandre Sicard2013-06-121-0/+5
* | avformat/mov: compute dts_shift with trun ctsAlexandre Sicard2013-06-071-2/+10
* | avformat/mov: Try to detect and support files with invalid sample sizesMichael Niedermayer2013-05-301-0/+12
* | avformat/mov: Rename alt_sample_size so its name matches what it isMichael Niedermayer2013-05-251-2/+2
* | mov: set block_align for MACE 3:1 and MACE 6:1Piotr Bandurski2013-05-181-0/+2