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-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-18avformat/movenc: Drop redundant bit exact field from contextMichael Niedermayer
2015-07-09avformat/movenc: fix mime-types in movenc.ccompn
2015-06-30Merge commit 'e95c7a61852cc5b9ce5445ff034b87553e61958a'Michael Niedermayer
2015-06-30mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato
2015-06-21avformat/movenc: Check return code of ff_iso8601_to_unix_time()Michael Niedermayer
2015-06-11avformat/movenc: Make static packed_size, const staticMichael Niedermayer
2015-06-10movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau
2015-06-01avformat/movenc: Fix potential signed overflowsMichael Niedermayer
2015-05-30avformat/movenc: Add loction/xyz support to allow copying data between mov filesMichael Niedermayer
2015-05-29avformat/movenc: Check that track_width_1616 fits within the available 32bit ...Michael Niedermayer
2015-05-29avformat/movenc: avoid floats in width/height/aspect ratio computationsMichael Niedermayer
2015-05-27avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user sets st...Michael Niedermayer
2015-05-26avformat/movenc: Avoid floats & float rounding in tmcd nb_frames calculationMichael Niedermayer
2015-05-24avformat/movenc: Remove float use from rgb_to_yuv()Michael Niedermayer
2015-05-21lavf/mov: Use AVCOL_SPC constants when checking color_space.Carl Eugen Hoyos
2015-05-21lavf/mov: Write colour matrix "6" for color_space bt470bg.Carl Eugen Hoyos
2015-03-23Merge commit 'e0046bc9c96150fa06146ace9093f06857dd7b23'Michael Niedermayer
2015-03-23movenc: Write the make and model metadata keys for mov style filesMartin Storsjö
2015-03-21avformat/movenc: avoid using uninitialized display_matrix_sizeMichael Niedermayer
2015-03-20Merge commit 'cf18e777aed9f73011c7ab7cbab8003189d4b9d8'Michael Niedermayer
2015-03-19movenc: write the display transform matrixAnton Khirnov
2015-03-19Merge commit '67a2912307c3c08f2725ccae162cfe3426b80184'Michael Niedermayer
2015-03-19Merge commit '5c337353a2546416631a87de4881850d99141c39'Michael Niedermayer
2015-03-19Merge commit 'eee13d653953083553cceadbbedf6222ef78a006'Michael Niedermayer
2015-03-19Merge commit '5cf892d6946b19a87bcd00d6b76ce81f45960fdb'Michael Niedermayer
2015-03-19Merge commit 'b81b0cc22b22413760423e239ea644c9afdbfa2d'Michael Niedermayer
2015-03-19Merge commit '2889c5e16711770437f380f1bead5f72c6a0b17a'Michael Niedermayer
2015-03-19movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö
2015-03-19movenc: Move sidx edit list timestamp adjustment into a blockMartin Storsjö
2015-03-19movenc: Only adjust the cts offset at the start of fragments if necessaryMartin Storsjö
2015-03-19movenc: Write pts timestamps in tfxd, instead of dts timestampsMartin Storsjö
2015-03-19movenc: Set the last packet duration based on the next packet when autoflushingMartin Storsjö
2015-03-19movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö
2015-03-17Merge commit '2cb9c2fc59c9267ad2631c07c81c188058502259'Michael Niedermayer
2015-03-16Merge commit '50ff0c05b691524d1fd044a2f2eefb706932fc98'Michael Niedermayer
2015-03-16movenc: Allow interleaving samples when writing fragmented filesMartin Storsjö
2015-03-16movenc: Support writing multiple trun atomsMartin Storsjö
2015-03-10Merge commit '448c8cfe4c53e9e806effd8505b46d57fa707061'Michael Niedermayer
2015-03-10Merge commit '0c5e380c2c266d2e8a13c000cc527529db837f10'Michael Niedermayer
2015-03-10movenc: Support setting fragment_index before the moov atom is writtenMartin Storsjö
2015-03-10movenc: Don't rely on the fragment index for vc1 info gatheringMartin Storsjö
2015-03-09Merge commit '46d4d8575979a24a8d026d9805039b724e0e3e5f'Michael Niedermayer
2015-03-09Merge commit '00d751d4fc20ec88d2cc2c9f39ec8b9e9c8cdeba'Michael Niedermayer
2015-03-09movenc: Avoid writing separate flags for the first sample if not necessaryMartin Storsjö
2015-03-09movenc: Set tfhd default sample flags based on actual samples, if possibleMartin Storsjö
2015-03-06Merge commit '9731cf4001377fa2f75c279072cc2b0cbd57bf8e'Michael Niedermayer
2015-03-06movenc: Keep writing zero-entry stts atoms as intendedMartin Storsjö
2015-03-05avformat/movenc: Add support for writing 'gama' atom to QuickTime .mov files.Kevin Wheatley