aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/img2dec: Clear padding data after EOFMichael Niedermayer2024-08-051-0/+1
* avformat/img2dec: assert no pipe on ts_from_fileMichael Niedermayer2024-07-021-0/+2
* avformat/img2dec: Little JFIF / Exif cleanupMichael Niedermayer2024-06-121-2/+4
* avformat/img2dec: Move DQT after unrelated if()Michael Niedermayer2024-06-121-1/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-071-23/+25
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-9/+9
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+2
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-2/+0
* avformat/internal: Don't auto-include os_support.hAndreas Rheinhardt2023-09-021-0/+1
* avformat/jpegxl: remove jpegxl_probe, instead call avcodec/jpegxl_parseLeo Izen2023-08-271-2/+2
* avformat/jpegxl_anim_dec: add animated JPEG XL demuxerLeo Izen2023-06-051-1/+1
* avformat/img2dec: fix unable to find svg format when the svg resources start ...Wang Yaqiang2023-03-091-2/+7
* avformat/img2dec: fix buildPaul B Mahol2022-07-161-1/+1
* avcodec: add Radiance HDR image format supportPaul B Mahol2022-07-161-0/+8
* avcodec: add PHM decoder and encoderPaul B Mahol2022-07-031-1/+15
* avcodec: add QOI decoder and demuxer and parser and encoder and muxerPaul B Mahol2022-06-051-0/+18
* avformat/image2: add Jpeg XL as image2 formatLeo Izen2022-04-231-0/+20
* avcodec/vbndec: add VBN decoderMarton Balint2022-04-101-0/+12
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avformat/img2dec: increase probe score for GEM image fourcc variantsPeter Ross2022-02-041-4/+3
* avformat/img2dec: fix logic error in GEM Raster file probePeter Ross2022-02-041-2/+2
* avformat/img2dec: Don't include disabled demuxersAndreas Rheinhardt2022-01-081-31/+42
* avformat/img2dec: probe JFIF/Exif headerAlex Xu (Hello71)2021-11-271-2/+6
* avformat/img2dec: add GEM Raster image demuxerPeter Ross2021-10-081-0/+22
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-3/+3
* avformat/img2dec: Fix typo in AVClass nameAndreas Rheinhardt2021-07-081-3/+3
* avformat/img2dec: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-12/+6
* avformat/img2dec: Make ff_img2pipe_options staticAndreas Rheinhardt2021-07-081-3/+3
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-2/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-3/+3
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avformat/img2dec: set r_frame_rate in addition to avg_frame_rateJan Ekström2021-04-111-1/+1
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-191-1/+2
* lavf/img2dec: Autodetect pfm images.Carl Eugen Hoyos2021-02-151-1/+1
* avformat/img2dec: improve xbm probingPaul B Mahol2021-02-051-0/+3
* avformat: add xbm_pipe demuxerPaul B Mahol2021-02-051-0/+8
* lavf/img2dec: Increase score for very large jpeg images.Carl Eugen Hoyos2020-12-241-1/+1
* img2dec: export avg_frame_rateAnton Khirnov2020-12-101-1/+3
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-1/+1
* lavf/img2dec: Auto-detect Cintel scanner images.Carl Eugen Hoyos2020-10-081-0/+12
* lavf/img2dec: Auto-detect Kodak Photo CD image files.Carl Eugen Hoyos2020-09-051-0/+12
* libavformat/img2dec: Added pgx demuxerGautam Ramakrishnan2020-07-031-0/+9
* avformat/img2dec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-281-7/+5
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* avformat/img2dec: add option to provide metadata fields related to input pathAlexandre Heitor Schmidt2020-01-101-0/+39
* avformat/img2dec: Fix probe_buffer leak in ff_img_read_header()Michael Niedermayer2019-06-251-0/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-27/+27
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* lavf/img2: Move "loop" into common options.Carl Eugen Hoyos2019-02-101-1/+1