| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -12/+13 |
* | avcodec: WBMP (Wireless Application Protocol Bitmap) image format | Peter Ross | 2022-08-07 | 1 | -1/+1 |
* | avcodec: add Radiance HDR image format support | Paul B Mahol | 2022-07-16 | 1 | -1/+1 |
* | avformat/img2enc: use unmatched filename for an invalid or missing sequence p... | Marton Balint | 2022-07-07 | 1 | -7/+11 |
* | avformat/img2enc: fix first image check | Marton Balint | 2022-07-07 | 1 | -2/+4 |
* | avcodec: add PHM decoder and encoder | Paul B Mahol | 2022-07-03 | 1 | -1/+1 |
* | avcodec: add QOI decoder and demuxer and parser and encoder and muxer | Paul B Mahol | 2022-06-05 | 1 | -1/+1 |
* | avformat/img2: Add support for AVIF mux in image2 | Vignesh Venkatasubramanian | 2022-05-19 | 1 | -1/+3 |
* | avformat/image2: add Jpeg XL as image2 format | Leo Izen | 2022-04-23 | 1 | -3/+3 |
* | avcodec/vbnenc: add VBN encoder | Marton Balint | 2022-04-10 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avformat/img2enc: do not ignore IO errors | Marton Balint | 2021-12-12 | 1 | -14/+19 |
* | lavf/img2enc: avoid a useless copy of the url | Anton Khirnov | 2021-12-07 | 1 | -9/+6 |
* | avformat/img2enc: Don't use sizeof(AVPacket) | Andreas Rheinhardt | 2021-10-03 | 1 | -5/+5 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: add initial exr image encoder | Paul B Mahol | 2021-02-18 | 1 | -1/+1 |
* | avcodec: add PFM image encoder | Paul B Mahol | 2021-02-02 | 1 | -1/+1 |
* | ffplay, avcodec, avformat: Don't initialize before av_packet_ref() | Andreas Rheinhardt | 2020-03-28 | 1 | -4/+4 |
* | avformat/img2enc: add support for specifying protocol options | Marton Balint | 2020-01-18 | 1 | -1/+12 |
* | avformat: remove avio_flush() calls from the end of write_packet functions | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | avformat/img2enc: fix writing multiple streams in write_muxed_file | Marton Balint | 2020-01-03 | 1 | -3/+8 |
* | avformat/img2enc: minor simplification | Marton Balint | 2020-01-03 | 1 | -6/+4 |
* | avformat/img2enc: cleanup IO contexts on error | Marton Balint | 2020-01-03 | 1 | -3/+10 |
* | avformat/img2enc: reindent after last commit | Marton Balint | 2020-01-03 | 1 | -45/+41 |
* | avformat/img2enc: factorize piped write_packet | Marton Balint | 2020-01-03 | 1 | -12/+18 |
* | avformat/img2enc: factorize writing fully muxed file | Marton Balint | 2020-01-03 | 1 | -28/+37 |
* | avformat/img2enc: mention -frames:v in error message | Lou Logan | 2019-01-22 | 1 | -1/+2 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | avformat/img2enc: add frame_pts option for make output filename | Steven Liu | 2017-11-13 | 1 | -0/+7 |
* | lavf/img2enc: remove redundant option 'updatefirst' | Gyan Doshi | 2017-11-01 | 1 | -2/+1 |
* | avformat/img2enc: remove av_dup_packet() call | James Almer | 2017-09-25 | 1 | -1/+0 |
* | avformat: replace all uses of av_copy_packet() | James Almer | 2017-09-25 | 1 | -1/+1 |
* | Add FITS Muxer | Paras Chadha | 2017-08-30 | 1 | -0/+2 |
* | Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam" | Michael Niedermayer | 2016-11-01 | 1 | -4/+2 |
* | img2 encoder: allow %t in filename, based on patch from Yuval Adam | rogerdpack | 2016-11-01 | 1 | -2/+4 |
* | avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: | Michael Niedermayer | 2016-08-04 | 1 | -1/+3 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -8/+8 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -8/+8 |
* | | avformat/img2enc: remove unused variable | Michael Niedermayer | 2016-02-14 | 1 | -1/+0 |
* | | avformat/img2enc: disable atomic file creation by default | Marton Balint | 2016-02-14 | 1 | -4/+1 |
* | | avformat/img2enc: return error if image rename fails | Marton Balint | 2016-02-14 | 1 | -1/+3 |
* | | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -6/+5 |
|\| |
|
| * | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -5/+4 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | | lavf/img2enc: add atomic_writing option | Clément Bœsch | 2015-12-21 | 1 | -1/+3 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -3/+3 |
* | | avformat/img2enc: re enable atomic writes with split planes | Michael Niedermayer | 2015-10-28 | 1 | -4/+0 |
* | | avformat/img2enc: Fix img2enc atomic implementation to work with split planes | Michael Niedermayer | 2015-10-27 | 1 | -6/+12 |
* | | avformat/img2enc: Disable rename&atomic writing for non file protocol and spl... | Michael Niedermayer | 2015-10-27 | 1 | -3/+13 |