summaryrefslogtreecommitdiff
path: root/libavformat/img2enc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-12/+13
* avcodec: WBMP (Wireless Application Protocol Bitmap) image formatPeter Ross2022-08-071-1/+1
* avcodec: add Radiance HDR image format supportPaul B Mahol2022-07-161-1/+1
* avformat/img2enc: use unmatched filename for an invalid or missing sequence p...Marton Balint2022-07-071-7/+11
* avformat/img2enc: fix first image checkMarton Balint2022-07-071-2/+4
* avcodec: add PHM decoder and encoderPaul B Mahol2022-07-031-1/+1
* avcodec: add QOI decoder and demuxer and parser and encoder and muxerPaul B Mahol2022-06-051-1/+1
* avformat/img2: Add support for AVIF mux in image2Vignesh Venkatasubramanian2022-05-191-1/+3
* avformat/image2: add Jpeg XL as image2 formatLeo Izen2022-04-231-3/+3
* avcodec/vbnenc: add VBN encoderMarton Balint2022-04-101-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avformat/img2enc: do not ignore IO errorsMarton Balint2021-12-121-14/+19
* lavf/img2enc: avoid a useless copy of the urlAnton Khirnov2021-12-071-9/+6
* avformat/img2enc: Don't use sizeof(AVPacket)Andreas Rheinhardt2021-10-031-5/+5
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avcodec: add initial exr image encoderPaul B Mahol2021-02-181-1/+1
* avcodec: add PFM image encoderPaul B Mahol2021-02-021-1/+1
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-281-4/+4
* avformat/img2enc: add support for specifying protocol optionsMarton Balint2020-01-181-1/+12
* avformat: remove avio_flush() calls from the end of write_packet functionsMarton Balint2020-01-071-1/+0
* avformat/img2enc: fix writing multiple streams in write_muxed_fileMarton Balint2020-01-031-3/+8
* avformat/img2enc: minor simplificationMarton Balint2020-01-031-6/+4
* avformat/img2enc: cleanup IO contexts on errorMarton Balint2020-01-031-3/+10
* avformat/img2enc: reindent after last commitMarton Balint2020-01-031-45/+41
* avformat/img2enc: factorize piped write_packetMarton Balint2020-01-031-12/+18
* avformat/img2enc: factorize writing fully muxed fileMarton Balint2020-01-031-28/+37
* avformat/img2enc: mention -frames:v in error messageLou Logan2019-01-221-1/+2
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* avformat/img2enc: add frame_pts option for make output filenameSteven Liu2017-11-131-0/+7
* lavf/img2enc: remove redundant option 'updatefirst'Gyan Doshi2017-11-011-2/+1
* avformat/img2enc: remove av_dup_packet() callJames Almer2017-09-251-1/+0
* avformat: replace all uses of av_copy_packet()James Almer2017-09-251-1/+1
* Add FITS MuxerParas Chadha2017-08-301-0/+2
* Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-011-4/+2
* img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-011-2/+4
* avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer2016-08-041-1/+3
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-8/+8
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-8/+8
* | avformat/img2enc: remove unused variableMichael Niedermayer2016-02-141-1/+0
* | avformat/img2enc: disable atomic file creation by defaultMarton Balint2016-02-141-4/+1
* | avformat/img2enc: return error if image rename failsMarton Balint2016-02-141-1/+3
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-6/+5
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-5/+4
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* | lavf/img2enc: add atomic_writing optionClément Bœsch2015-12-211-1/+3
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-3/+3
* | avformat/img2enc: re enable atomic writes with split planesMichael Niedermayer2015-10-281-4/+0
* | avformat/img2enc: Fix img2enc atomic implementation to work with split planesMichael Niedermayer2015-10-271-6/+12
* | avformat/img2enc: Disable rename&atomic writing for non file protocol and spl...Michael Niedermayer2015-10-271-3/+13