| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffprobe: Use int64_t instead of long long int | Andreas Rheinhardt | 2024-02-25 | 1 | -23/+24 |
* | fftools/ffprobe: Simplify printing xml values | Andreas Rheinhardt | 2024-02-25 | 1 | -7/+8 |
* | fftools/ffprobe: Constify printing section header | Andreas Rheinhardt | 2024-02-25 | 1 | -13/+15 |
* | fftools/ffprobe: Don't cast const away needlessly | Andreas Rheinhardt | 2024-02-25 | 1 | -1/+1 |
* | avcodec: add ambient viewing environment packet side data. | Damiano Galassi | 2024-02-04 | 1 | -0/+3 |
* | fftools/cmdutils: drop alt_flags parameter from show_help_options() | Anton Khirnov | 2024-01-20 | 1 | -1/+1 |
* | fftools/ffprobe: make option strings dynamically allocated | Anton Khirnov | 2024-01-20 | 1 | -4/+12 |
* | 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 | -38/+38 |
* | fftools/cmdutils: simplify handling of the HAS_ARG option flag | Anton Khirnov | 2023-12-22 | 1 | -6/+6 |
* | ffprobe: print the non-diegetic stream disposition flag | James Almer | 2023-10-25 | 1 | -0/+1 |
* | ffprobe: add -output_format as an alias of -of | Stefano Sabatini | 2023-10-20 | 1 | -8/+9 |
* | ffprobe: factorize xml_print_str and xml_print_int | Stefano Sabatini | 2023-10-20 | 1 | -28/+20 |
* | ffprobe: reindent after 2b0973d | Stefano Sabatini | 2023-10-20 | 1 | -17/+17 |
* | ffprobe: fix XML rendering, review XML layout | Stefano Sabatini | 2023-10-20 | 1 | -14/+37 |
* | fftools/ffprobe: stop using AVStream.side_data | James Almer | 2023-10-06 | 1 | -18/+16 |
* | ffprobe: introduce section type, use for the compact output | Stefano Sabatini | 2023-10-06 | 1 | -63/+100 |
* | ffprobe: correct section name for side data piece | Stefano Sabatini | 2023-10-06 | 1 | -1/+1 |
* | ffprobe: factorize side data printing to dedicated function | Stefano Sabatini | 2023-10-06 | 1 | -78/+83 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -1/+1 |
* | fftools/ffprobe: Use proper enum type | Andreas Rheinhardt | 2023-08-08 | 1 | -20/+18 |
* | fftools/ffprobe: Fix memleak | Andreas Rheinhardt | 2023-08-01 | 1 | -2/+4 |
* | fftools/ffprobe: fix handling parse_options() return value | Anton Khirnov | 2023-07-28 | 1 | -1/+1 |
* | fftools/ffprobe: stop calling exit_program() | Anton Khirnov | 2023-07-20 | 1 | -14/+8 |
* | fftools/ffprobe: inline opt_output_file() into its only caller | Anton Khirnov | 2023-07-20 | 1 | -6/+2 |
* | fftools/ffprobe: replace report_and_exit() with returning error codes | Anton Khirnov | 2023-07-20 | 1 | -2/+2 |
* | 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 | -2/+6 |
* | fftools: handle errors in parse_options() | Anton Khirnov | 2023-07-20 | 1 | -3/+7 |
* | fftools: return errors from parse_number_or_die() instead of aborting | Anton Khirnov | 2023-07-20 | 1 | -2/+8 |
* | fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste... | Anton Khirnov | 2023-07-20 | 1 | -1/+5 |
* | fftools/ffprobe: print exported stream AVOptions | James Almer | 2023-05-08 | 1 | -11/+18 |
* | fftools: use the new AVFrame keyframe flag | James Almer | 2023-05-04 | 1 | -1/+1 |
* | fftools: use the new AVFrame interlace flags | James Almer | 2023-05-04 | 1 | -2/+2 |
* | fftools/ffprobe: fix printing AVFrame.crop_right | James Almer | 2023-04-21 | 1 | -1/+1 |
* | fftools/ffprobe: print crop_* frame fields | James Almer | 2023-03-26 | 1 | -0/+4 |
* | fftools/ffprobe: add support for HDR10+ packet side data | James Almer | 2023-03-25 | 1 | -0/+3 |
* | fftools/ffprobe: stop using AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -4/+22 |
* | fftools/ffprobe: fix print_dynamic_hdr_vivid | Zhao Zhili | 2023-03-17 | 1 | -1/+1 |
* | fftools/ffprobe: fix HDR vivid info | Zhao Zhili | 2023-03-17 | 1 | -6/+8 |
* | avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number | Marton Balint | 2023-02-13 | 1 | -0/+4 |
* | avutil/version: postpone the remaining API deprecations | James Almer | 2023-02-09 | 1 | -1/+1 |
* | avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket* | Andreas Rheinhardt | 2023-02-09 | 1 | -1/+1 |
* | ffprobe: report the corrupt flag on packets | rcombs | 2023-02-09 | 1 | -2/+3 |
* | ffprobe: fix data hash rendering | Stefano Sabatini | 2023-01-24 | 1 | -3/+3 |
* | ffprobe: use pkt->dts to compute interval ts when pts is missing | Stefano Sabatini | 2023-01-24 | 1 | -2/+3 |
* | ffprobe: expose AVAmbientViewingEnvironment side data in AVFrames | Jan Ekström | 2023-01-13 | 1 | -0/+15 |
* | fftools/ffprobe: prefer fd over pipe for seek support | Zhao Zhili | 2023-01-11 | 1 | -2/+2 |
* | fftools: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -3/+3 |
* | fftools/ffprobe: support 2D arrays in print_list_fmt() | James Almer | 2022-11-15 | 1 | -11/+13 |