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-09-15fftools/ffplay: fix rotation incorrect when frame contains the displaymatrixWang Yaqiang
2022-06-27fftools/ffplay: fix YUV conversion modeNiklas Haas
2022-03-22fftools: drop the fake "default" option from ffplay/ffprobeAnton Khirnov
2022-03-22fftools/ffplay: drop options deprecated since 2011Anton Khirnov
2022-03-22fftools/cmdutils: split common option handlers into their own fileAnton Khirnov
2022-03-21ffplay: don't shadow global variableZhao Zhili
2022-03-21ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytesZhao Zhili
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15ffplay: convert to new channel layout-APIJames Almer
2022-02-07ffplay: switch to new FIFO APIAnton Khirnov
2021-11-18fftools: Constify values from av_dict_get()Chad Fraleigh
2021-10-29fftools/ffplay: don't disable x11 compositingZane van Iperen
2021-09-16ffmpeg: use display matrix frame side data for autorotationJames Almer
2021-08-05fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-08fftools/ffplay: 240M matrix is not the same as BT.601Valerii Zapodovnikov
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-03-10fftools/ffplay: do not write out of rdft visualization textureMarton Balint
2021-03-02fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt
2021-02-28fftools/ffmpeg, ffplay: Don't set refcounted_framesAndreas Rheinhardt
2021-02-19fftools/ffplay: reindent and some minor cosmeticsMarton Balint
2021-02-19fftools/ffplay: use av_packet_alloc() to allocate packetsMarton Balint
2021-02-19fftools/ffplay: use context AVPacket in decoder_decode_frame()Marton Balint
2021-02-19fftools/ffplay: get rid of flush_pktMarton Balint
2020-09-08ffplay: fix autoexit doesn't work in the case of pb->errorZhao Zhili
2020-08-20ffplay: do not set redundant channel count on abuffersink.Nicolas George
2020-04-25ffplay: set stream_index to -1 earlier to prevent segfaultPeter Ross
2020-04-04ffplay: flush correct stream after stats updateGyan Doshi
2020-04-04ffplay: always show stats at all log levels if requested by userGyan Doshi
2020-03-28ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt
2020-03-08fftools/ffplay: fix possible memory leak in decoderMarton Balint
2019-08-14ffplay: properly detect all window size changesMarton Balint
2019-05-20ffplay: added option always on top for video windowDaniel Kucera
2019-02-08ffplay: add support for setting the number of filter threadsMarton Balint
2019-02-08ffplay: add missing avfilter_graph_alloc result checkMarton Balint
2019-02-08ffplay: use different decoder names for each media typeMarton Balint
2018-12-02ffplay: fix -x and -y options when only one of them is usedMarton Balint
2018-12-02ffplay: convert float math to int math in calculate_display_rectMarton Balint
2018-10-07ffplay: add options to specify window positionDave Rice
2018-09-05ffplay: add option to allow custom seek intervalGyan Doshi
2018-09-01ffplay: do not drain existing filters when seekingMarton Balint
2018-07-13ffplay: add support for various YUV conversion modesMarton Balint
2018-06-20ffplay: ignore keypress events before a window is createdMarton Balint
2018-05-30ffplay: Print codec_name if decoder for codec_id could not be found.Carl Eugen Hoyos
2018-04-18ffplay: Fix realloc_texture when input texture is NULL.Matt Oliver
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-01-29fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint
2017-12-26ffplay: drop lock manager usewm4
2017-11-15ffplay: remove usage of AVCodecContext accessorsJames Almer