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-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-16fftools/ffprobe: Remove check on show_frames and show_packets in XML writerTobias Rapp
2021-04-15ffprobe: only print exported private decoder optionsJames Almer
2021-03-31fftools/ffprobe: Add missing dispositionsAndreas Rheinhardt
2021-03-17fftools/ffprobe: use av_packet_alloc() to allocate packetsJames Almer
2021-03-05ffprobe: switch to av_bprint_escape for XML escapingJan Ekström
2021-03-02fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt
2021-02-22ffprobe: stop setting AVCodecContext.framerateAnton Khirnov
2021-02-22ffprobe: stop printing deprecated fieldsAnton Khirnov
2021-02-22ffprobe: drop code accessing deprecated AVStream.codecAnton Khirnov
2021-02-22ffprobe: do not use deprecated AVStream.codec for max bitrateAnton Khirnov
2021-02-22ffprobe: remove an unnecessary deprecation guardAnton Khirnov
2020-12-06fftools/ffprobe: add support for HDR10+ metadataMohammad Izadi
2020-09-13fftools/ffprobe: use av_timecode_make_smpte_tc_string2Marton Balint
2020-07-02ffprobe: Allow unknown format private AVOptionsDerek Buitenhuis
2020-05-02fftools/ffprobe: show closed caption info in the stream dumpvectronic
2020-04-23fftools/ffprobe: support DOVI sidedataJun Zhao
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-02-14fftools/ffprobe: Remove unneeded castsAndreas Rheinhardt
2019-12-18ffprobe: Fix fate tests for ffprobe in cases where TARGET_PATH differs from t...Martin Storsjö
2019-10-15ffprobe: fix output of packets_and_frames section in JSON formatJames Almer
2019-08-15fftools: Use right function signature and pointersAndreas Rheinhardt
2019-06-21ffprobe: Fix memory leakDerek Buitenhuis
2019-05-27fftools/ffprobe: Add S12M Timecode output as side data (such as SEI TC)Antonin Gouzer
2018-11-27fftools/ffprobe: Indent the code.Jun Zhao
2018-05-09ffprobe: fix SEGV when new streams are addedAman Gupta
2018-04-17ffprobe: report unavailable SAR correctly in stream infoTimo Teräs
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-03-12ffprobe: fix infinite loop in subtitle decodingMarton Balint
2018-02-02ffprobe: remove usage of deprecation warning removal pragmasJames Almer
2018-02-02ffprobe: Initialize coded_width/heightZhong Li
2018-01-29fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint
2017-11-15ffprobe: remove usage of AVCodecContext accessorsJames Almer
2017-10-29ffprobe: remove usage of deprecated getter functionsJames Almer
2017-10-29avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer
2017-10-02Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer