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-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ö
2014-10-25Merge commit '50dbe6b3544fa64d5611e16553bf542fd71276b8'Michael Niedermayer
2014-10-25mov: fix assigment checkVittorio Giovara
2014-10-21mov.c: reasonable bitrate for fragmented mp4Mika Raento
2014-10-21lavf/mov.c: Prevent memory leak in case of invalid metadata reads.Thilo Borgmann
2014-10-20lavf/mov.c: Allocate buffer in case of long metadata entries.Thilo Borgmann
2014-10-15Merge commit '74b02377980321934e33969c84733ace7e9f4eeb'Michael Niedermayer
2014-10-15avformat/mov: auodetect "use_mfra_for"Michael Niedermayer
2014-10-15mov: Correctly check the color transfer characteristics rangeVittorio Giovara
2014-10-15Merge commit 'a74f8121d88e0bdf0d69c22e4b3713032da9300a'Michael Niedermayer
2014-10-14mov: Handle tfdt atomsMartin Storsjö
2014-10-13avformat/mov: fix mix of declaration and statementMichael Niedermayer
2014-10-13mov.c: allow reading fragment start dts/pts from fragmented mp4Mika Raento
2014-10-09avformat/mov: E-AC-3 streams need parsing too.Benoit Fouet
2014-10-09avformat/mov: Fix 'warning: format specifies type unsigned short but the argu...Michael Niedermayer
2014-10-09Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6'Michael Niedermayer
2014-10-08mov: support the Color Parameter Atoms 'colr'Vittorio Giovara
2014-10-06avformat/mov: do not overwrite extradata in mov_read_glbl()Michael Niedermayer
2014-10-02Support decoding 32bit pcm audio in mov.Carl Eugen Hoyos
2014-08-24Do not print a useless error number if mov header reading fails.Carl Eugen Hoyos
2014-08-21avformat/mov: use 64bit for size in mov_skip_multiple_stsd()Michael Niedermayer
2014-08-19Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea'Michael Niedermayer
2014-08-19mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
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