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-02-01avformat/omadec: fix number suffixMichael Niedermayer
2015-02-01avformat/smacker: Fix number suffixMichael Niedermayer
2015-02-01avformat/matroskadec: Fix number suffixesMichael Niedermayer
2015-02-01avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer
2015-02-01avformat/oggenc: Simplify by using OFFSET and PARAMMichael Niedermayer
2015-02-01Merge commit 'f726fc21ef76a8ba3445448066f7b2a687fbca16'Michael Niedermayer
2015-02-01ogg: Provide an option to offset the serial numberLuca Barbato
2015-01-31avformat/cache: pass options to the underlying protocol via the url_open2Zhang Rui
2015-01-31avformat/movenc: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol
2015-01-31avformat/mov: remove unneeded #include, there are no assert()Paul B Mahol
2015-01-31avformat/mux: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol
2015-01-31avformat/asfenc: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol
2015-01-31avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol
2015-01-31avformat/utils: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol
2015-01-30avformat/rtpdec_qdm2: change assert to av_assert0()Paul B Mahol
2015-01-30avformat/nut: support WavPackPaul B Mahol
2015-01-30avformat/nut: add GIF[0]Paul B Mahol
2015-01-29Merge commit '08fa34bf75942f66796d770ff42a3721b2e3d2d4'Michael Niedermayer
2015-01-29yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara
2015-01-29avformat/concatdec: avoid NULL dereference when failed to open file.Zhang Rui
2015-01-28avformat/aviobuf: Allow seeking to the end of the buffer for read only buffersMichael Niedermayer
2015-01-28Merge commit '3c18a7b18807de81566381a1bcbe9f6103c0296b'Michael Niedermayer
2015-01-28avformat/nsvdec: remove case which is no longer possiblePaul B Mahol
2015-01-28avio: Do not consider the end-of-buffer position validLuca Barbato
2015-01-28avformat/mxfdec: Fix cleanup in mxf_free_metadataset()Carl Eugen Hoyos
2015-01-27Merge commit 'e71149a7a5b10ed7baa5a06f47d0313c7bd8df52'Michael Niedermayer
2015-01-27Merge commit '7c51d79ca7badfb370c410b8f44c9142b938e2e6'Michael Niedermayer
2015-01-27Merge commit '32125781487411ed3b1b28b32063d6cd4024d4fc'Michael Niedermayer
2015-01-27Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer
2015-01-27Merge commit '80a11de7dca315505bf203ce9c8c016e71724fd2'Michael Niedermayer
2015-01-27nuv: validate image sizeVittorio Giovara
2015-01-27nsvdec: validate channels and samplerateVittorio Giovara
2015-01-27Merge commit 'f771b3ab5d3c0b763ee356152be550f4121babd0'Michael Niedermayer
2015-01-27mov: export audio service type as side dataAnton Khirnov
2015-01-27lavf: add a convenience function for adding side data to a streamAnton Khirnov
2015-01-27nutenc: do not use has_b_framesAnton Khirnov
2015-01-27avidec: do not export stream_codec_tagAnton Khirnov
2015-01-26avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley
2015-01-26Decode Prores 4444 XQ with the existing Prores decoder.Carl Eugen Hoyos
2015-01-25avformat/movenc: Check failure of allocation of ctts_entries and propagate errorMichael Niedermayer
2015-01-25avformat/movenc: fix cleanup on insufficient reserved_moov_sizeMichael Niedermayer
2015-01-25avformat/matroskadec: Use av_malloc_array() for index_entriesMichael Niedermayer
2015-01-25avformat/matroskadec: Check av_mallocz() return valuesMichael Niedermayer
2015-01-24Merge commit '7915e6741dbe1cf3a8781cead3e68a7666de14f4'Michael Niedermayer
2015-01-23avformat/dv: check av_malloc() return codeMichael Niedermayer
2015-01-23avformat/librtmp: Fix build with --disable-network --enable-librtmpMichael Niedermayer
2015-01-23segment: Check av_get_frame_filename() return valueVittorio Giovara
2015-01-23hlsproto: Properly close avio buffer in case of errorVittorio Giovara
2015-01-23mov: Do not compute negative SAR valuesVittorio Giovara
2015-01-23libavformat/mov.c: Handle timecode from tmcd atom in counter modeJon Morley