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