| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -4/+1 |
* | fftools/ffplay: use correct buffersink channel layout parameters | Marton Balint | 2024-03-19 | 1 | -0/+2 |
* | fftools/ffplay: stop printing non-public AVCodecContext fields | Anton Khirnov | 2024-03-04 | 1 | -4/+2 |
* | fftools/ffplay: Fix output color_spaces of filter | Zhao Zhili | 2024-03-01 | 1 | -1/+2 |
* | fftools/ffplay: constrain supported YUV color spaces | Niklas Haas | 2024-02-09 | 1 | -0/+9 |
* | fftools/ffplay: add missing YUV metadata to buffersrc | Niklas Haas | 2024-02-02 | 1 | -2/+4 |
* | fftools/cmdutils: drop alt_flags parameter from show_help_options() | Anton Khirnov | 2024-01-20 | 1 | -2/+2 |
* | fftools/ffplay: make option strings dynamically allocated | Anton Khirnov | 2024-01-20 | 1 | -6/+22 |
* | fftools/ffplay: fix missing hw_frames_ctx when config avfilter | Zhao Zhili | 2024-01-12 | 1 | -0/+9 |
* | fftool/ffplay: avoid same name in local variable | xufuji456 | 2024-01-05 | 1 | -5/+5 |
* | fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARG | Anton Khirnov | 2023-12-22 | 1 | -7/+7 |
* | fftools: split off option types from other flags | Anton Khirnov | 2023-12-22 | 1 | -51/+51 |
* | fftools/cmdutils: simplify handling of the HAS_ARG option flag | Anton Khirnov | 2023-12-22 | 1 | -22/+22 |
* | fftools/ffplay: add hwaccel decoding support | Zhao Zhili | 2023-11-15 | 1 | -5/+91 |
* | fftools/ffplay: stop injecting stream side data in packets | James Almer | 2023-10-06 | 1 | -2/+0 |
* | fftools/ffplay: stop using AVStream.side_data | James Almer | 2023-10-06 | 1 | -2/+7 |
* | ffplay: port to lavu/tx | Lynne | 2023-09-01 | 1 | -15/+27 |
* | fftools/ffplay: replace report_and_exit() with returning an error code | Anton Khirnov | 2023-07-20 | 1 | -2/+6 |
* | fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting() | Anton Khirnov | 2023-07-20 | 1 | -1/+1 |
* | fftools/cmdutils: add error handling to filter_codec_opts() | Anton Khirnov | 2023-07-20 | 1 | -1/+5 |
* | fftools: handle errors in parse_options() | Anton Khirnov | 2023-07-20 | 1 | -4/+8 |
* | fftools: remove parse_time_or_die() | Anton Khirnov | 2023-07-20 | 1 | -14/+2 |
* | fftools: return errors from parse_number_or_die() instead of aborting | Anton Khirnov | 2023-07-20 | 1 | -4/+21 |
* | fftools/cmdutils: add error handling to GROW_ARRAY() | Anton Khirnov | 2023-07-20 | 1 | -1/+4 |
* | fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste... | Anton Khirnov | 2023-07-20 | 1 | -1/+5 |
* | fftools/ffplay: fix typo in frame_queue_destory | QiTong Li | 2023-07-06 | 1 | -4/+4 |
* | fftools/ffplay: remove usage of internal AVInputFormat.read_seek field | James Almer | 2023-07-02 | 1 | -1/+1 |
* | fftools/ffplay: stop using AVFrame.pkt_pos | Anton Khirnov | 2023-03-20 | 1 | -2/+24 |
* | fftools/ffplay: depend on avfilter | Anton Khirnov | 2023-03-20 | 1 | -74/+6 |
* | fftools/ffplay: drop an unused function argument | Anton Khirnov | 2023-03-20 | 1 | -2/+3 |
* | fftools/ffplay: prefer fd over pipe for seek support | Zhao Zhili | 2023-01-11 | 1 | -1/+1 |
* | fftools: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -2/+2 |
* | fftools/ffplay: fix rotation incorrect when frame contains the displaymatrix | Wang Yaqiang | 2022-09-15 | 1 | -2/+8 |
* | fftools/ffplay: fix YUV conversion mode | Niklas Haas | 2022-06-27 | 1 | -2/+4 |
* | fftools: drop the fake "default" option from ffplay/ffprobe | Anton Khirnov | 2022-03-22 | 1 | -1/+0 |
* | fftools/ffplay: drop options deprecated since 2011 | Anton Khirnov | 2022-03-22 | 1 | -14/+0 |
* | fftools/cmdutils: split common option handlers into their own file | Anton Khirnov | 2022-03-22 | 1 | -0/+1 |
* | ffplay: don't shadow global variable | Zhao Zhili | 2022-03-21 | 1 | -2/+2 |
* | ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes | Zhao Zhili | 2022-03-21 | 1 | -1/+3 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | ffplay: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -76/+64 |
* | ffplay: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -13/+9 |
* | fftools: Constify values from av_dict_get() | Chad Fraleigh | 2021-11-18 | 1 | -4/+4 |
* | fftools/ffplay: don't disable x11 compositing | Zane van Iperen | 2021-10-29 | 1 | -0/+4 |
* | ffmpeg: use display matrix frame side data for autorotation | James Almer | 2021-09-16 | 1 | -1/+2 |
* | fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplay | Linjie Fu | 2021-08-05 | 1 | -2/+0 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+0 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | fftools/ffplay: 240M matrix is not the same as BT.601 | Valerii Zapodovnikov | 2021-06-08 | 1 | -2/+2 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+4 |