summaryrefslogtreecommitdiff
path: root/fftools/ffplay.c
Commit message (Expand)AuthorAge
* fftools/ffplay: add hwaccel decoding supportZhao Zhili2023-11-15
* fftools/ffplay: stop injecting stream side data in packetsJames Almer2023-10-06
* fftools/ffplay: stop using AVStream.side_dataJames Almer2023-10-06
* ffplay: port to lavu/txLynne2023-09-01
* fftools/ffplay: replace report_and_exit() with returning an error codeAnton Khirnov2023-07-20
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-20
* fftools/cmdutils: add error handling to filter_codec_opts()Anton Khirnov2023-07-20
* fftools: handle errors in parse_options()Anton Khirnov2023-07-20
* fftools: remove parse_time_or_die()Anton Khirnov2023-07-20
* fftools: return errors from parse_number_or_die() instead of abortingAnton Khirnov2023-07-20
* fftools/cmdutils: add error handling to GROW_ARRAY()Anton Khirnov2023-07-20
* fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste...Anton Khirnov2023-07-20
* fftools/ffplay: fix typo in frame_queue_destoryQiTong Li2023-07-06
* fftools/ffplay: remove usage of internal AVInputFormat.read_seek fieldJames Almer2023-07-02
* fftools/ffplay: stop using AVFrame.pkt_posAnton Khirnov2023-03-20
* fftools/ffplay: depend on avfilterAnton Khirnov2023-03-20
* fftools/ffplay: drop an unused function argumentAnton Khirnov2023-03-20
* fftools/ffplay: prefer fd over pipe for seek supportZhao Zhili2023-01-11
* fftools: use av_dict_iterateMarvin Scholz2022-12-01
* fftools/ffplay: fix rotation incorrect when frame contains the displaymatrixWang Yaqiang2022-09-15
* 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