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-06-08Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5'Michael Niedermayer
2015-06-08mov: Check memory allocationVittorio Giovara
2015-06-03avformat/mov: Retry same packet on IO failure to avoid loosing a packetMichael Niedermayer
2015-06-01Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'Michael Niedermayer
2015-06-01Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'Michael Niedermayer
2015-05-31mov: always check avio_read return valueAndreas Cadhalpun
2015-05-31mov: Correctly allocate ctts_dataLuca Barbato
2015-05-31mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-31mov: Fix two memleaksAndreas Cadhalpun
2015-05-30avformat/mov: Also export loci altitudeMichael Niedermayer
2015-05-30avformat/mov: Append place name instead of overwriting for lociMichael Niedermayer
2015-05-29mov: fix DTS calculation for samples with negative stts durationAndreas Cadhalpun
2015-05-29avformat/mov: Avoid float usage in yuv_to_rgba()Michael Niedermayer
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