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-04Merge commit '27b99d929fe3440b4bba8e5d970c2802f274f328'Michael Niedermayer
2015-02-03Merge commit '75439bb31b3ab76f9a4d30c5de4ff9f407ec8128'Michael Niedermayer
2015-02-03avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc
2015-02-03avformat/tta: fix crash with corrupted fileswm4
2015-02-03siff: Return more meaningful error valuesDiego Biurrun
2015-02-03siff: K&R formatting cosmeticsDiego Biurrun
2015-02-03avformat/mpegtsenc: Fix build with msvcMatt Oliver
2015-02-03avformat/mov: simplify pasp value before setting SARMichael Niedermayer
2015-02-03avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer
2015-02-03Revert "avformat/mpegtsenc: Change the service_type field to enum"Michael Niedermayer
2015-02-03avformat/mpegtsenc: Change the service_type field to enumMichael Niedermayer
2015-02-03libavformat/mpegtsenc: allow to set service_type in sdtdhead666
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