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
2016-08-05avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-14avformat/img2enc: remove unused variableMichael Niedermayer
2016-02-14avformat/img2enc: disable atomic file creation by defaultMarton Balint
2016-02-14avformat/img2enc: return error if image rename failsMarton Balint
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-12-21lavf/img2enc: add atomic_writing optionClément Bœsch
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-28avformat/img2enc: re enable atomic writes with split planesMichael Niedermayer
2015-10-27avformat/img2enc: Fix img2enc atomic implementation to work with split planesMichael Niedermayer
2015-10-27avformat/img2enc: Disable rename&atomic writing for non file protocol and spl...Michael Niedermayer
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit '22f4d9c303ede1a240538fd105c97047db40dc86'Hendrik Leppkes
2015-10-23img2enc: Make sure the images are atomically writtenLuca Barbato
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-07avformat: implement query_codec for the image2 muxer.tab
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-01-08avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-02avformat/img2enc: Use localtime_r() for thread safteyMichael Niedermayer
2014-11-02avformat/img2enc: remove webp extension as we have a dedicated webp muxerMichael Niedermayer
2014-04-05Allow .y as extension for image2.Carl Eugen Hoyos
2014-03-27Merge commit 'e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b'Michael Niedermayer
2014-03-27Alias PIX image encoder and decoderVittorio Giovara
2014-03-17img2: add j2c file extensionJean First
2013-12-22Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b'Michael Niedermayer
2013-12-22Add a libwebp encoderJustin Ruggles
2013-11-07avformat/img2enc: simplify split planes extension selection.Clément Bœsch
2013-11-07avformat/img2enc: reindent after previous commit.Clément Bœsch
2013-11-07avformat/image2: allow muxing gif files.Clément Bœsch
2013-09-21avformat: remove duplicate includesMichael Niedermayer
2013-08-22lavf/image2: extend start_number range to accept zeroStefano Sabatini
2013-07-19img2enc: add option to use strftime() for filenameRamiro Polla
2013-05-17lavf/img2enc: use FF_CEIL_RSHIFT().Clément Bœsch
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-04-29Recognize j2k as file suffix for the image2 muxer.Carl Eugen Hoyos
2013-04-11Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'Michael Niedermayer
2013-04-11img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov
2013-01-25lavf/img2enc: extend current options documentationStefano Sabatini
2012-12-22img2enc: fix typoMichael Niedermayer
2012-12-22better failure message for img2encrogerdpack
2012-11-30Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'Michael Niedermayer
2012-11-29img2: K&R formatting cosmeticsDiego Biurrun
2012-11-18img2enc: remove dead codePaul B Mahol
2012-11-06img2enc: support 16bit per sample yuv in split planes.Michael Niedermayer
2012-11-06img2enc: support storing alpha planes too in split plane modeMichael Niedermayer
2012-11-06img2enc: Fix yuva with yuv split planes.Michael Niedermayer