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-07-16avformat/img2dec: fix buildPaul B Mahol
2022-07-16avcodec: add Radiance HDR image format supportPaul B Mahol
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-04-23avformat/image2: add Jpeg XL as image2 formatLeo Izen
2022-04-10avcodec/vbndec: add VBN decoderMarton Balint
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-04avformat/img2dec: increase probe score for GEM image fourcc variantsPeter Ross
2022-02-04avformat/img2dec: fix logic error in GEM Raster file probePeter Ross
2022-01-08avformat/img2dec: Don't include disabled demuxersAndreas Rheinhardt
2021-11-27avformat/img2dec: probe JFIF/Exif headerAlex Xu (Hello71)
2021-10-08avformat/img2dec: add GEM Raster image demuxerPeter Ross
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-07-08avformat/img2dec: Fix typo in AVClass nameAndreas Rheinhardt
2021-07-08avformat/img2dec: Deduplicate AVClassesAndreas Rheinhardt
2021-07-08avformat/img2dec: Make ff_img2pipe_options staticAndreas Rheinhardt
2021-05-07avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-11avformat/img2dec: set r_frame_rate in addition to avg_frame_rateJan Ekström
2021-03-19avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt
2021-02-15lavf/img2dec: Autodetect pfm images.Carl Eugen Hoyos
2021-02-06avformat/img2dec: improve xbm probingPaul B Mahol
2021-02-05avformat: add xbm_pipe demuxerPaul B Mahol
2020-12-24lavf/img2dec: Increase score for very large jpeg images.Carl Eugen Hoyos
2020-12-10img2dec: export avg_frame_rateAnton Khirnov
2020-10-28lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov
2020-10-08lavf/img2dec: Auto-detect Cintel scanner images.Carl Eugen Hoyos
2020-09-05lavf/img2dec: Auto-detect Kodak Photo CD image files.Carl Eugen Hoyos
2020-07-04libavformat/img2dec: Added pgx demuxerGautam Ramakrishnan
2020-05-28avformat/img2dec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2020-01-11avformat/img2dec: add option to provide metadata fields related to input pathAlexandre Heitor Schmidt
2019-06-25avformat/img2dec: Fix probe_buffer leak in ff_img_read_header()Michael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-20lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos
2019-02-10lavf/img2: Move "loop" into common options.Carl Eugen Hoyos
2019-02-10lavf/img2dec: Split img2 and img2pipe options.Carl Eugen Hoyos
2018-12-10avformat: add gif pipe demuxerPaul B Mahol
2018-05-25lavf/img2dec: Auto-detect xwd images.Carl Eugen Hoyos
2018-04-02lavf/img2dec: use new iteration APIJosh de Kock
2018-03-10avformat/img2dec: fix infinite loopMichael Niedermayer
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-10-07lavf/img2dec: Auto-detect svg images.Carl Eugen Hoyos
2017-05-22lavf/img2: Add svg and svgz to allow reading image sequences.Carl Eugen Hoyos
2017-05-16img2dec: use standard way to probe for svg/svgz filesRostislav Pehlivanov
2017-05-16img2dec: add support for piped SVG demuxingRostislav Pehlivanov
2017-03-12avcodec: add XPM decoder and demuxerParas Chadha
2017-01-27lavf/img2dec: Reduce the probe score for incomplete jpgs.Carl Eugen Hoyos
2017-01-01lavf/img2dec: Increase detection score of jpgs without EOI.Carl Eugen Hoyos