aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-4/+1
* fftools/ffplay: use correct buffersink channel layout parametersMarton Balint2024-03-191-0/+2
* fftools/ffplay: stop printing non-public AVCodecContext fieldsAnton Khirnov2024-03-041-4/+2
* fftools/ffplay: Fix output color_spaces of filterZhao Zhili2024-03-011-1/+2
* fftools/ffplay: constrain supported YUV color spacesNiklas Haas2024-02-091-0/+9
* fftools/ffplay: add missing YUV metadata to buffersrcNiklas Haas2024-02-021-2/+4
* fftools/cmdutils: drop alt_flags parameter from show_help_options()Anton Khirnov2024-01-201-2/+2
* fftools/ffplay: make option strings dynamically allocatedAnton Khirnov2024-01-201-6/+22
* fftools/ffplay: fix missing hw_frames_ctx when config avfilterZhao Zhili2024-01-121-0/+9
* fftool/ffplay: avoid same name in local variablexufuji4562024-01-051-5/+5
* fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARGAnton Khirnov2023-12-221-7/+7
* fftools: split off option types from other flagsAnton Khirnov2023-12-221-51/+51
* fftools/cmdutils: simplify handling of the HAS_ARG option flagAnton Khirnov2023-12-221-22/+22
* fftools/ffplay: add hwaccel decoding supportZhao Zhili2023-11-151-5/+91
* fftools/ffplay: stop injecting stream side data in packetsJames Almer2023-10-061-2/+0
* fftools/ffplay: stop using AVStream.side_dataJames Almer2023-10-061-2/+7
* ffplay: port to lavu/txLynne2023-09-011-15/+27
* fftools/ffplay: replace report_and_exit() with returning an error codeAnton Khirnov2023-07-201-2/+6
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-201-1/+1
* fftools/cmdutils: add error handling to filter_codec_opts()Anton Khirnov2023-07-201-1/+5
* fftools: handle errors in parse_options()Anton Khirnov2023-07-201-4/+8
* fftools: remove parse_time_or_die()Anton Khirnov2023-07-201-14/+2
* fftools: return errors from parse_number_or_die() instead of abortingAnton Khirnov2023-07-201-4/+21
* fftools/cmdutils: add error handling to GROW_ARRAY()Anton Khirnov2023-07-201-1/+4
* fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste...Anton Khirnov2023-07-201-1/+5
* fftools/ffplay: fix typo in frame_queue_destoryQiTong Li2023-07-061-4/+4
* fftools/ffplay: remove usage of internal AVInputFormat.read_seek fieldJames Almer2023-07-021-1/+1
* 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