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
2022-08-07avcodec: WBMP (Wireless Application Protocol Bitmap) image formatPeter Ross
2022-07-16avcodec: add Radiance HDR image format supportPaul B Mahol
2022-07-07avformat/img2enc: use unmatched filename for an invalid or missing sequence p...Marton Balint
2022-07-07avformat/img2enc: fix first image checkMarton Balint
2022-07-03avcodec: add PHM decoder and encoderPaul B Mahol
2022-06-05avcodec: add QOI decoder and demuxer and parser and encoder and muxerPaul B Mahol
2022-05-19avformat/img2: Add support for AVIF mux in image2Vignesh Venkatasubramanian
2022-04-23avformat/image2: add Jpeg XL as image2 formatLeo Izen
2022-04-10avcodec/vbnenc: add VBN encoderMarton Balint
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-12-12avformat/img2enc: do not ignore IO errorsMarton Balint
2021-12-07lavf/img2enc: avoid a useless copy of the urlAnton Khirnov
2021-10-03avformat/img2enc: Don't use sizeof(AVPacket)Andreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-02-18avcodec: add initial exr image encoderPaul B Mahol
2021-02-02avcodec: add PFM image encoderPaul B Mahol
2020-03-28ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt
2020-01-19avformat/img2enc: add support for specifying protocol optionsMarton Balint
2020-01-07avformat: remove avio_flush() calls from the end of write_packet functionsMarton Balint
2020-01-03avformat/img2enc: fix writing multiple streams in write_muxed_fileMarton Balint
2020-01-03avformat/img2enc: minor simplificationMarton Balint
2020-01-03avformat/img2enc: cleanup IO contexts on errorMarton Balint
2020-01-03avformat/img2enc: reindent after last commitMarton Balint
2020-01-03avformat/img2enc: factorize piped write_packetMarton Balint
2020-01-03avformat/img2enc: factorize writing fully muxed fileMarton Balint
2019-01-22avformat/img2enc: mention -frames:v in error messageLou Logan
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-11-13avformat/img2enc: add frame_pts option for make output filenameSteven Liu
2017-11-02lavf/img2enc: remove redundant option 'updatefirst'Gyan Doshi
2017-09-26avformat/img2enc: remove av_dup_packet() callJames Almer
2017-09-26avformat: replace all uses of av_copy_packet()James Almer
2017-08-30Add FITS MuxerParas Chadha
2016-11-02Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer
2016-11-02img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack
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