| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffprobe: implement dv_md_compression | Niklas Haas | 2024-07-28 | 1 | -0/+9 |
* | ffprobe: print Frame Cropping packet side data info | James Almer | 2024-07-08 | 1 | -0/+5 |
* | fftools/ffmpeg: rewrite checking whether codec AVOptions have been used | Anton Khirnov | 2024-07-03 | 1 | -1/+1 |
* | lavu/stereo3d: change the horizontal FOV field to a rational | Lynne | 2024-06-24 | 1 | -1/+1 |
* | ffprobe: always print all Stereo3D fields | James Almer | 2024-06-20 | 1 | -6/+3 |
* | fftools/ffprobe: Print more Stereo 3D info from side data | Derek Buitenhuis | 2024-06-18 | 1 | -0/+8 |
* | fftools, avfilter, avformat: Simplify check for "is dictionary empty?" | Andreas Rheinhardt | 2024-05-20 | 1 | -1/+1 |
* | fftools/ffprobe: Avoid overflow when calculating DAR | Derek Buitenhuis | 2024-05-05 | 1 | -2/+2 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | ffprobe: adapt to new AVFilmGrainParams | Niklas Haas | 2024-03-23 | 1 | -15/+26 |
* | fftools/ffprobe: export IAMF Stream Group parameters | James Almer | 2024-03-13 | 1 | -4/+173 |
* | fftools/ffprobe: export Tile Grid Stream Group parameters | James Almer | 2024-03-13 | 1 | -8/+45 |
* | fftools/ffprobe: add AVFilmGrainParams printing | Niklas Haas | 2024-03-07 | 1 | -0/+118 |
* | avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBER | James Almer | 2024-03-07 | 1 | -6/+0 |
* | avutil: remove deprecated FF_API_PKT_DURATION | James Almer | 2024-03-07 | 1 | -6/+0 |
* | fftools/ffprobe: add support for Stream Groups | James Almer | 2024-03-05 | 1 | -11/+135 |
* | fftools/ffprobe: fix printing side data components and pieces | James Almer | 2024-03-05 | 1 | -6/+26 |
* | fftools/ffprobe: Print dispositions generically | Andreas Rheinhardt | 2024-03-03 | 1 | -24/+15 |
* | 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 |