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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-22avformat/mov: Stricter sanity checks on the display_matrixMichael Niedermayer
2015-01-15avformat/mov: Do not set aspect ratios that would contain zerosMichael Niedermayer
2015-01-15avformat/mov: rewrite aspect from matrix codeMichael Niedermayer
2015-01-15Merge commit 'cf70ba37ba74089a18295b29e77dead0a3222c9e'Michael Niedermayer
2015-01-14mov: Check angle rather than full matrix when updating SARVittorio Giovara
2015-01-11Handle r10k endianess atom DpxE.Carl Eugen Hoyos
2015-01-08avformat/mov: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/mov: Clear array to prevent potential out of array read from av_dlog()Michael Niedermayer
2015-01-06mov: Fix negative size calculation in mov_read_default().Dale Curtis
2015-01-06avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer
2015-01-06mov: Fix overflow and error handling in read_tfra().Dale Curtis
2015-01-02avformat/mov: reindent after previous commitClément Bœsch
2015-01-02avformat/mov: move edit list heuristics into mov_build_index()Clément Bœsch
2014-12-19Merge commit '64f7575fbd64e5b65d5c644347408588c776f1fe'Michael Niedermayer
2014-12-19mov: avoid a memleak when multiple stss boxes are presentAnton Khirnov
2014-12-18wavdec: RIFX file format supportThomas Volkert
2014-12-17avformat/mov: fix integer overflow of sizeMichael Niedermayer
2014-12-17avformat/mov: check atom nesting depthMichael Niedermayer
2014-12-16Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40'Michael Niedermayer
2014-12-16mov: Fix handling of zero-length metadata valuesMartin Storsjö
2014-12-13avformat/mov: Simplify code by using OFFSET() and FLAGS macrosMichael Niedermayer
2014-12-11avformat/mov: Disable XMP metadata by defaultMichael Niedermayer
2014-12-09Merge commit '3c01039e0bc7d269900e15551f8171c4328a0223'Michael Niedermayer
2014-12-09Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14'Michael Niedermayer
2014-12-09Merge commit 'b704b648f9ecb830874627db958a37e004107d1b'Michael Niedermayer
2014-12-09Merge commit '174c5fde90060faab67796a5eaef742630f1db6e'Michael Niedermayer
2014-12-08Merge commit '35384934d6e27e0334060a23a0c83a3cb5cef198'Michael Niedermayer
2014-12-08mov: further expand the list of parsed metadata tagsDave Rice
2014-12-08mov: expand the list of parsed metadata tagsVittorio Giovara
2014-12-08mov: parse XMP metadata on demandVittorio Giovara
2014-12-08mov: parse @PRM and @PRQ metadata tagsVittorio Giovara
2014-12-08mov: cosmetics: reorder the list of tagsVittorio Giovara
2014-12-05mov: skip version and flags attributes in mov_read_chan()Matthieu Bouron
2014-12-03Merge commit '3cec81f4d4f26b62bc2d22bb450bbf51ec3a7f09'Michael Niedermayer
2014-12-03Merge commit 'e352b293712ff7cbde67eba3ce3f8510b037de09'Michael Niedermayer
2014-12-02Merge commit '5639ed9abb58311f82cf3499b682d228290adb09'Michael Niedermayer
2014-12-02mov: allocate the tag value dynamicallyThilo Borgmann
2014-12-02mov: Add an option for exporting all metadataVittorio Giovara
2014-12-02mov: do not truncate the language-prefixed tagVittorio Giovara
2014-11-27avformat/mov: change conjugation for "Duplicate"Clément Bœsch
2014-11-27avformat/mov: strengthen some table allocationsClément Bœsch
2014-11-26avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atomsMichael Niedermayer
2014-11-18Merge commit '2007082d2db25f9305b8a345798b840ea7784fdb'Michael Niedermayer
2014-11-18mov: check ff_get_wav_header() return valueVittorio Giovara
2014-11-15mov.c: fix handling of seek return in read_mfraMika Raento
2014-10-26Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer
2014-10-26Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920'Michael Niedermayer
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2014-10-26lavf: Check the return value of strftimeMartin Storsjö