Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-16avformat/mov: fix "correctly" typoMichael Niedermayer
2013-10-16lavf/mov: Support HEVC demuxing.Yusuke Nakamura
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-10-05Merge commit 'b698542ad83284fbb8c22404e3cafeb2dd739d38'Michael Niedermayer
2013-10-05mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö
2013-10-04avformat/mov: force parsing of headers if stts is absentMichael Niedermayer
2013-10-02mov: fix trun / pseudo_stream_id handlingMichael Niedermayer
2013-09-30Merge commit 'c231987662194d009dd91bfc57c678e0e70ca161'Michael Niedermayer
2013-09-29mov: Make sure the read sample count is nonnegativeMartin Storsjö
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-22avformat/mov: reset extradata size when extradata gets deallocated due to rea...Michael Niedermayer
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-09-17Merge commit '7f8d41eb097e8d4223c9caf97dd332a2fdb29d52'Michael Niedermayer
2013-09-17mov: Don't use a negative duration for setting other fieldsMartin Storsjö
2013-09-11Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-08-26Merge commit '5b41eb91e0083755de8c35e8cd005896ec3ab31f'Michael Niedermayer
2013-08-26Merge commit '0b5af5cf1224add1769b1094b9924ecf10de3d7d'Michael Niedermayer
2013-08-26Merge commit '08504380ddf25d6905e189e9bf52e7a4c771a415'Michael Niedermayer
2013-08-26Merge commit 'dc518a3ae21e7b6420131b813cfc6bcdcad26b7e'Michael Niedermayer
2013-08-26Merge commit 'ef196beeb50e8e024ed5a560a1d39eff4a296ce4'Michael Niedermayer
2013-08-26Merge commit 'a3b53ff062eaccdaa28964899c63520ef2978c2e'Michael Niedermayer
2013-08-26Merge commit 'bf9856250584228678963ce8f11c54f85005d783'Michael Niedermayer
2013-08-25mov: Parse tmcd extradataLuca Barbato
2013-08-24mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato
2013-08-24mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato
2013-08-24mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato
2013-08-24mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato
2013-08-24mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato
2013-08-24mov: Refactor codec id selection in mov_codec_idLuca Barbato
2013-08-23Merge commit '1f70a5ad284b33e8b3e2b40a5cb33055419781b7'Michael Niedermayer
2013-08-23mov: use tkhd enabled flag to set the default trackJohn Stebbins
2013-08-19Fix frame width and height for some targa_y216 samples.Carl Eugen Hoyos
2013-07-16Merge commit '31931520df35a6f9606fe8293c8a39e2d1fabedf'Michael Niedermayer
2013-07-16Merge commit '5b4eb243bce10a3e8345401a353749e0414c54ca'Michael Niedermayer
2013-07-15mov: Do not allow updating the time scale after it has been setMartin Storsjö
2013-07-15mov: Seek back if overreading an individual atomMartin Storsjö
2013-07-12libavformat/mov.c: Skipped duplicated MOOV atomThierry Foucu
2013-07-09Force correct extradata for AVID AVCI50 in mov.Carl Eugen Hoyos
2013-07-08avformat/mov: read stream bitrates from isml manifestAlexandre Sicard
2013-07-07avformat/mov: Fix duration of fragmented movMichael Niedermayer
2013-06-30Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos
2013-06-28Set block_align when reading QDM2 in mov.Carl Eugen Hoyos
2013-06-12avformat/mov: ignore samples overflowing next_root_atomAlexandre Sicard
2013-06-07avformat/mov: compute dts_shift with trun ctsAlexandre Sicard
2013-05-30avformat/mov: Try to detect and support files with invalid sample sizesMichael Niedermayer
2013-05-25avformat/mov: Rename alt_sample_size so its name matches what it isMichael Niedermayer
2013-05-18mov: set block_align for MACE 3:1 and MACE 6:1Piotr Bandurski
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer