| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/cmdutils: only set array size after allocation succeeded | Anton Khirnov | 2023-11-09 | 1 | -2/+2 |
* | fftools/ffmpeg: stop calling exit_program() | Anton Khirnov | 2023-07-20 | 1 | -15/+0 |
* | fftools/opt_common: replace report_and_exit() with returning an error code | Anton Khirnov | 2023-07-20 | 1 | -6/+0 |
* | 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 | -13/+28 |
* | fftools/cmdutils: constify the first parameter of filter_codec_opts() | Anton Khirnov | 2023-07-20 | 1 | -1/+1 |
* | fftools: handle errors in parse_options() | Anton Khirnov | 2023-07-20 | 1 | -5/+10 |
* | fftools: remove parse_time_or_die() | Anton Khirnov | 2023-07-20 | 1 | -13/+6 |
* | fftools: return errors from parse_number_or_die() instead of aborting | Anton Khirnov | 2023-07-20 | 1 | -10/+29 |
* | fftools/cmdutils: add error handling to GROW_ARRAY() | Anton Khirnov | 2023-07-20 | 1 | -10/+34 |
* | fftools/cmdutils: add error handling to grow_array() | Anton Khirnov | 2023-07-20 | 1 | -7/+12 |
* | fftools/cmdutils: add error handling to allocate_array_elem() | Anton Khirnov | 2023-07-20 | 1 | -1/+1 |
* | fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste... | Anton Khirnov | 2023-07-20 | 1 | -9/+21 |
* | fftools/cmdutils: constify the argument of get_rotation() | Anton Khirnov | 2023-05-22 | 1 | -1/+1 |
* | fftools: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -1/+1 |
* | fftools/cmdutils: Use av_err2str | Marvin Scholz | 2022-10-14 | 1 | -6/+1 |
* | fftools: Use report_error_then_exit_program() for allocation failures | Andreas Rheinhardt | 2022-09-01 | 1 | -14/+7 |
* | fftools/cmdutils: Add function to report error before exit | Andreas Rheinhardt | 2022-09-01 | 1 | -0/+6 |
* | fftools: Fix preset search pathes | Nicolas Gaullier | 2022-07-08 | 1 | -2/+2 |
* | fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and ge... | Nil Admirari | 2022-06-21 | 1 | -13/+40 |
* | fftools/cmdutils: drop redundant code | Anton Khirnov | 2022-03-22 | 1 | -15/+0 |
* | fftools: drop the fake "default" option from ffplay/ffprobe | Anton Khirnov | 2022-03-22 | 1 | -1/+7 |
* | fftools: move opt_timelimit from cmdutils to ffmpeg | Anton Khirnov | 2022-03-22 | 1 | -17/+0 |
* | fftools/cmdutils: split common option handlers into their own file | Anton Khirnov | 2022-03-22 | 1 | -1412/+5 |
* | fftools: drop useless indirection | Anton Khirnov | 2022-03-22 | 1 | -2/+2 |
* | libavfilter: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libswscale: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libswresample: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libpostproc: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libavdevice: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | ffmpeg: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -15/+27 |
* | fftools/cmdutils: Fix undefined 1 << 31 | Andreas Rheinhardt | 2022-01-11 | 1 | -1/+1 |
* | fftools: provide media type info for devices | Diederick Niehorster | 2021-12-24 | 1 | -10/+24 |
* | fftools/cmdutils: Avoid crash when opts could not be allocated | Yu Yang | 2021-12-16 | 1 | -1/+1 |
* | fftools/cmdutils: Use av_dynarray_add_nofree() | Andreas Rheinhardt | 2021-12-05 | 1 | -10/+4 |
* | fftools/cmdutils: Make allocate_array_elem() return ptr to new element | Andreas Rheinhardt | 2021-12-05 | 1 | -2/+4 |
* | fftools/cmdutils: Atomically add elements to list of pointers, fix crash | Andreas Rheinhardt | 2021-12-05 | 1 | -0/+16 |
* | fftools: Constify values from av_dict_get() | Chad Fraleigh | 2021-11-18 | 1 | -1/+1 |
* | cmdutils: add an option for listing stream dispositions | Anton Khirnov | 2021-11-16 | 1 | -0/+10 |
* | fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts' | Soft Works | 2021-11-13 | 1 | -3/+8 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATED | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+0 |
* | ffmpeg: use display matrix frame side data for autorotation | James Almer | 2021-09-16 | 1 | -3/+1 |
* | cmdutils: round rotation value to nearest integer | James Almer | 2021-09-16 | 1 | -1/+1 |
* | fftools/cmdutils: Use %c, not %s to write a single char | Andreas Rheinhardt | 2021-09-05 | 1 | -3/+3 |
* | fftools/cmdutils: Use %c, not %s, to write single char | Andreas Rheinhardt | 2021-09-04 | 1 | -2/+2 |
* | fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_list | Andreas Rheinhardt | 2021-09-04 | 1 | -14/+2 |
* | fftools: Remove remnants of resample_opts | Andreas Rheinhardt | 2021-09-03 | 1 | -6/+2 |