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
2015-05-26mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-25avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer
2015-05-24mov: always check avio_read return valueAndreas Cadhalpun
2015-05-24mov: fix two memleaksAndreas Cadhalpun
2015-05-21avformat/mov: check result of avio_seekZhang Rui
2015-05-17lavf/mov: Tell users about the use_absolute_path option.Carl Eugen Hoyos
2015-05-16avformat/mov: Fix parsing short lociMichael Niedermayer
2015-05-16avformat/mov: Print reason of loci parsing failureMichael Niedermayer
2015-05-11avformat/mov: Use open_cb() if setMichael Niedermayer
2015-05-11avformat/mov: Pass MovContext into mov_open_dref()Michael Niedermayer
2015-04-30avformat/mov: Do not read ACLR into extradata for H.264Michael Niedermayer
2015-04-22avformat/mov.c: Use %d to print an enum, not PRIu8Chris Watkins
2015-04-20avformat/mov: remove per packet timestamp print trace, theres generic code do...Michael Niedermayer
2015-04-20Merge commit '9286de045968ad456d4e752651eec22de5e89060'Michael Niedermayer
2015-04-20Merge commit '376589e5dd72aa2dd42500f456fca303fcdcad85'Michael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-20mov: Double-check that alias path is not an absolute pathVittorio Giovara
2015-04-20mov: Read alternate absolute path in dref alisVittorio Giovara
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-09Merge commit 'be089af38f65dc8b1fe3564f98020fc815577edb'Michael Niedermayer
2015-04-09mov: Rely on box type rather than file type for colr atomVittorio Giovara
2015-04-04lavf/mov: Do not overread iTunes metadata.Carl Eugen Hoyos
2015-03-24avformat/mov: check color parameter type explicitly.Jochen Strunk
2015-03-24Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827'Michael Niedermayer
2015-03-23mov: Write the display matrix in orderVittorio Giovara
2015-03-18mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis
2015-03-18mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis
2015-03-17avformat/mov: fix mis-detection of jpeg2000Michael Niedermayer
2015-03-17mov: Fix little endian audio detectionVittorio Giovara
2015-03-16avformat/mov: Disallow ".." in dref unless use_absolute_path is setMichael Niedermayer
2015-03-14avformat/mov: Check for string truncation in mov_open_dref()Michael Niedermayer
2015-03-14avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer
2015-03-02Merge commit '91eee2af87278b3c2008f7a86d2cdfe6934e9f42'Michael Niedermayer
2015-03-02Revert "avformat/mov: Bypass av_add_index_entry()"Michael Niedermayer
2015-03-02Revert "mov: Change DTS-based seek into CTS-based seek."Martin Storsjö
2015-02-27lavf/mov: correct printf specifierChristophe Gisquet
2015-02-25avformat/mov: Check ctts_count before useMichael Niedermayer
2015-02-24avformat/mov: Check av_add_index_entry() return valueMichael Niedermayer
2015-02-19avformat/mov: Add simple ACLR atom reading to set the color range of the inco...Kevin Wheatley
2015-02-16avformat/mov: Bypass av_add_index_entry()Michael Niedermayer
2015-02-16Merge commit '4abfa387b8234736f6e0e541951e3d5eb60eb843'Michael Niedermayer
2015-02-15mov: Change DTS-based seek into CTS-based seek.Yusuke Nakamura
2015-02-14mov: Fix compilation with DEBUG enabledDiego Biurrun
2015-02-14avformat/mov: print a warning if parsing udta failedMichael Niedermayer
2015-02-13avformat/mov: Heuristically detect raw udtaMichael Niedermayer
2015-02-09avformat/mov: Check dimensions before setting aspectMichael Niedermayer
2015-02-04Merge commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f'Michael Niedermayer
2015-02-03mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes
2015-02-03avformat/mov: simplify pasp value before setting SARMichael Niedermayer
2015-01-31avformat/mov: remove unneeded #include, there are no assert()Paul B Mahol