summaryrefslogtreecommitdiff
path: root/fftools/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffplay: stop using AVFrame.pkt_posAnton Khirnov2023-03-201-2/+24
* fftools/ffplay: depend on avfilterAnton Khirnov2023-03-201-74/+6
* fftools/ffplay: drop an unused function argumentAnton Khirnov2023-03-201-2/+3
* fftools/ffplay: prefer fd over pipe for seek supportZhao Zhili2023-01-111-1/+1
* fftools: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* fftools/ffplay: fix rotation incorrect when frame contains the displaymatrixWang Yaqiang2022-09-151-2/+8
* fftools/ffplay: fix YUV conversion modeNiklas Haas2022-06-271-2/+4
* fftools: drop the fake "default" option from ffplay/ffprobeAnton Khirnov2022-03-221-1/+0
* fftools/ffplay: drop options deprecated since 2011Anton Khirnov2022-03-221-14/+0
* fftools/cmdutils: split common option handlers into their own fileAnton Khirnov2022-03-221-0/+1
* ffplay: don't shadow global variableZhao Zhili2022-03-211-2/+2
* ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytesZhao Zhili2022-03-211-1/+3
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* ffplay: convert to new channel layout-APIJames Almer2022-03-151-76/+64
* ffplay: switch to new FIFO APIAnton Khirnov2022-02-071-13/+9
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-181-4/+4
* fftools/ffplay: don't disable x11 compositingZane van Iperen2021-10-291-0/+4
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-161-1/+2
* fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu2021-08-051-2/+0
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-3/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* fftools/ffplay: 240M matrix is not the same as BT.601Valerii Zapodovnikov2021-06-081-2/+2
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-3/+4
* fftools/ffplay: do not write out of rdft visualization textureMarton Balint2021-03-101-2/+2
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-021-1/+1
* fftools/ffmpeg, ffplay: Don't set refcounted_framesAndreas Rheinhardt2021-02-281-2/+0
* fftools/ffplay: reindent and some minor cosmeticsMarton Balint2021-02-191-50/+45
* fftools/ffplay: use av_packet_alloc() to allocate packetsMarton Balint2021-02-191-64/+76
* fftools/ffplay: use context AVPacket in decoder_decode_frame()Marton Balint2021-02-191-12/+9
* fftools/ffplay: get rid of flush_pktMarton Balint2021-02-191-18/+11
* ffplay: fix autoexit doesn't work in the case of pb->errorZhao Zhili2020-09-081-2/+6
* ffplay: do not set redundant channel count on abuffersink.Nicolas George2020-08-201-1/+1
* ffplay: set stream_index to -1 earlier to prevent segfaultPeter Ross2020-04-251-3/+3
* ffplay: flush correct stream after stats updateGyan Doshi2020-04-041-1/+1
* ffplay: always show stats at all log levels if requested by userGyan Doshi2020-04-041-12/+24
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-281-1/+1
* fftools/ffplay: fix possible memory leak in decoderMarton Balint2020-03-081-1/+4
* ffplay: properly detect all window size changesMarton Balint2019-08-141-1/+1
* ffplay: added option always on top for video windowDaniel Kucera2019-05-201-0/+8
* ffplay: add support for setting the number of filter threadsMarton Balint2019-02-071-0/+4
* ffplay: add missing avfilter_graph_alloc result checkMarton Balint2019-02-071-11/+6
* ffplay: use different decoder names for each media typeMarton Balint2019-02-071-5/+5
* ffplay: fix -x and -y options when only one of them is usedMarton Balint2018-12-021-8/+7
* ffplay: convert float math to int math in calculate_display_rectMarton Balint2018-12-021-13/+9
* ffplay: add options to specify window positionDave Rice2018-10-071-1/+5
* ffplay: add option to allow custom seek intervalGyan Doshi2018-09-051-3/+5
* ffplay: do not drain existing filters when seekingMarton Balint2018-09-011-0/+2
* ffplay: add support for various YUV conversion modesMarton Balint2018-07-131-0/+18
* ffplay: ignore keypress events before a window is createdMarton Balint2018-06-201-5/+4
* ffplay: Print codec_name if decoder for codec_id could not be found.Carl Eugen Hoyos2018-05-301-1/+1