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
2014-08-14Merge commit 'cc3e88a2b9e7ecf62e4ea1c41ce1623cea67ee96'Michael Niedermayer
2014-08-13mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone
2014-08-08avformat/mov: Support reading Avid's metadata for DNXHD codec.Marek Fort
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-08-08avformat/mov: read reel_name metadata from tmcd atomMark Reid
2014-08-07avformat/mov: XMP metadata suppor.Marek Fort
2014-07-30movdec: remove nonsensical snprintf.Reimar Döffinger
2014-07-22avformat/mov: Pass through iTunSMPB from MOV.Dale Curtis
2014-07-10Merge commit 'edb1af7c466ebb28bfdb0c076e498e527b43d24f'Michael Niedermayer
2014-07-09mov: free the dv demux context with avformat_free_context()Anton Khirnov
2014-07-08Merge commit '18fb38fb9ea7e2d5997c096fccfcd4cb43f70294'Michael Niedermayer
2014-07-08mov: Remove a variable that is set but never usedMartin Storsjö
2014-07-05Do not detect jp2 images as mov files.Carl Eugen Hoyos
2014-07-01Merge commit '20f95f21f9b9595608ba668a6eca78f2d508be67'Michael Niedermayer
2014-07-01mov: Support default-base-is-moof.Yusuke Nakamura
2014-06-06avformat/mov: fix "warning: variable altitude set but not used" warningMichael Niedermayer
2014-06-06Merge commit 'e7d6d0bf3c5cc1bc048b0ddbc169a91862568e0c'Michael Niedermayer
2014-06-06mov: Export geotag metadata fieldsMartin Storsjö
2014-05-31Read mov files where the moov atom is hidden within a free atom.Carl Eugen Hoyos
2014-05-26avformat/mov: allow seeking back to the begin even if nothing is marked as ke...Michael Niedermayer
2014-05-24avformat/mov: use av_display_rotation_get() for rotate metadata.Clément Bœsch
2014-05-23avformat/mov: Dont blindly trust the stream duration in seting chapter timesMichael Niedermayer
2014-05-19Merge commit '853cc025d63ee2539fc0460dab62c5b9a3fd2043'Michael Niedermayer
2014-05-19mov: store display matrix in a stream side dataVittorio Giovara
2014-05-15libavformat/mov: Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_...Alex Sukhanov
2014-05-01Merge commit '18f2514c4037befd37b02e4d4f10c159edf3b26f'Michael Niedermayer
2014-05-01mov: export stsd Compressorname in metadataAnton Khirnov
2014-04-10avformat/mov: merge mov_read_custom_metadata() and mov_read_custom()Michael Niedermayer
2014-04-10Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431'Michael Niedermayer
2014-04-10mov: read hydrogenaudio replaygain informationAnton Khirnov
2014-04-07avformat/mov: reset drefs_count in closeSchenk, Michael
2014-04-06avformat/mov: Fix width/height typoMichael Niedermayer
2014-04-02Merge commit 'f1c4a54f6ecbf77a29aaaee09ca70c5468d0c509'Michael Niedermayer
2014-04-02Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer
2014-04-02lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud
2014-04-02More correct printf format specifiersDiego Biurrun
2014-03-31Merge commit 'fce28c3c6d603b7f42a5dbe36bf240d0470469c8'Michael Niedermayer
2014-03-31mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer
2014-03-31mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer
2014-03-17avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions f...Michael Niedermayer
2014-03-17avformat/mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer
2014-03-15avformat/mov: decode compilation metadataPeter Ross
2014-03-12Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-03-12avformat: revert %c changes from d92024f18fa3d69937cb2575f3a8bf973df02430Michael Niedermayer
2014-03-12Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer
2014-03-11Revert "Allow stream-copying grayscale mov files."Carl Eugen Hoyos
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2014-03-09movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier
2014-02-27avformat/mov: simplify code setting needs_parsingMichael Niedermayer
2014-02-23Support old qclp-in-mov files that do not store bytes_per_frame in the header.Carl Eugen Hoyos