| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: add QOI decoder and demuxer and parser and encoder and muxer | Paul B Mahol | 2022-06-05 | 1 | -0/+18 |
* | avformat/image2: add Jpeg XL as image2 format | Leo Izen | 2022-04-23 | 1 | -0/+20 |
* | avcodec/vbndec: add VBN decoder | Marton Balint | 2022-04-10 | 1 | -0/+12 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avformat/img2dec: increase probe score for GEM image fourcc variants | Peter Ross | 2022-02-04 | 1 | -4/+3 |
* | avformat/img2dec: fix logic error in GEM Raster file probe | Peter Ross | 2022-02-04 | 1 | -2/+2 |
* | avformat/img2dec: Don't include disabled demuxers | Andreas Rheinhardt | 2022-01-08 | 1 | -31/+42 |
* | avformat/img2dec: probe JFIF/Exif header | Alex Xu (Hello71) | 2021-11-27 | 1 | -2/+6 |
* | avformat/img2dec: add GEM Raster image demuxer | Peter Ross | 2021-10-08 | 1 | -0/+22 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -3/+3 |
* | avformat/img2dec: Fix typo in AVClass name | Andreas Rheinhardt | 2021-07-08 | 1 | -3/+3 |
* | avformat/img2dec: Deduplicate AVClasses | Andreas Rheinhardt | 2021-07-08 | 1 | -12/+6 |
* | avformat/img2dec: Make ff_img2pipe_options static | Andreas Rheinhardt | 2021-07-08 | 1 | -3/+3 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -2/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/img2dec: set r_frame_rate in addition to avg_frame_rate | Jan Ekström | 2021-04-11 | 1 | -1/+1 |
* | avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t | Andreas Rheinhardt | 2021-03-19 | 1 | -1/+2 |
* | lavf/img2dec: Autodetect pfm images. | Carl Eugen Hoyos | 2021-02-15 | 1 | -1/+1 |
* | avformat/img2dec: improve xbm probing | Paul B Mahol | 2021-02-05 | 1 | -0/+3 |
* | avformat: add xbm_pipe demuxer | Paul B Mahol | 2021-02-05 | 1 | -0/+8 |
* | lavf/img2dec: Increase score for very large jpeg images. | Carl Eugen Hoyos | 2020-12-24 | 1 | -1/+1 |
* | img2dec: export avg_frame_rate | Anton Khirnov | 2020-12-10 | 1 | -1/+3 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | lavf/img2dec: Auto-detect Cintel scanner images. | Carl Eugen Hoyos | 2020-10-08 | 1 | -0/+12 |
* | lavf/img2dec: Auto-detect Kodak Photo CD image files. | Carl Eugen Hoyos | 2020-09-05 | 1 | -0/+12 |
* | libavformat/img2dec: Added pgx demuxer | Gautam Ramakrishnan | 2020-07-03 | 1 | -0/+9 |
* | avformat/img2dec: Avoid duplicating buffer when adding side-data | Andreas Rheinhardt | 2020-05-28 | 1 | -7/+5 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | avformat/img2dec: add option to provide metadata fields related to input path | Alexandre Heitor Schmidt | 2020-01-10 | 1 | -0/+39 |
* | avformat/img2dec: Fix probe_buffer leak in ff_img_read_header() | Michael Niedermayer | 2019-06-25 | 1 | -0/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -27/+27 |
* | lavf: Constify AVInputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -1/+1 |
* | lavf/img2: Move "loop" into common options. | Carl Eugen Hoyos | 2019-02-10 | 1 | -1/+1 |
* | lavf/img2dec: Split img2 and img2pipe options. | Carl Eugen Hoyos | 2019-02-10 | 1 | -10/+16 |
* | avformat: add gif pipe demuxer | Paul B Mahol | 2018-12-10 | 1 | -0/+15 |
* | lavf/img2dec: Auto-detect xwd images. | Carl Eugen Hoyos | 2018-05-25 | 1 | -0/+32 |
* | lavf/img2dec: use new iteration API | Josh de Kock | 2018-04-02 | 1 | -2/+3 |
* | avformat/img2dec: fix infinite loop | Michael Niedermayer | 2018-03-10 | 1 | -1/+5 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | lavf/img2dec: Auto-detect svg images. | Carl Eugen Hoyos | 2017-10-07 | 1 | -2/+12 |
* | lavf/img2: Add svg and svgz to allow reading image sequences. | Carl Eugen Hoyos | 2017-05-22 | 1 | -1/+1 |
* | img2dec: use standard way to probe for svg/svgz files | Rostislav Pehlivanov | 2017-05-16 | 1 | -20/+8 |
* | img2dec: add support for piped SVG demuxing | Rostislav Pehlivanov | 2017-05-16 | 1 | -0/+20 |
* | avcodec: add XPM decoder and demuxer | Paras Chadha | 2017-03-12 | 1 | -0/+10 |
* | lavf/img2dec: Reduce the probe score for incomplete jpgs. | Carl Eugen Hoyos | 2017-01-27 | 1 | -1/+1 |
* | lavf/img2dec: Increase detection score of jpgs without EOI. | Carl Eugen Hoyos | 2017-01-01 | 1 | -0/+2 |
* | avformat/img2dec: Remove dead code from psd_probe() | Michael Niedermayer | 2016-12-21 | 1 | -4/+1 |
* | libavformat : add Photoshop PSD demuxer. | Martin Vignali | 2016-12-14 | 1 | -0/+32 |
* | lavf/img2dec: Skip DQT segment when auto-detecting jpg. | Carl Eugen Hoyos | 2016-09-03 | 1 | -0/+1 |