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
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
2016-12-22avformat/img2dec: Remove dead code from psd_probe()Michael Niedermayer
2016-12-14libavformat : add Photoshop PSD demuxer.Martin Vignali
2016-09-03lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos
2016-07-15lavf/img2dec: Also auto-detect (unusual) uncompressed pcx.Carl Eugen Hoyos
2016-06-22lavf/img2dec: add pnm pipe demuxersClément Bœsch
2016-06-09avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-22lavf/img2dec: Skip COM when auto-detecting jpeg.Carl Eugen Hoyos
2016-03-07lavf/img2dec: Use jpeg constants in jpeg_probe().Carl Eugen Hoyos
2016-02-29lavf: Add pcx auto-detection.Carl Eugen Hoyos