summaryrefslogtreecommitdiff
path: root/libavfilter/vf_showinfo.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-041-1/+1
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-2/+2
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-2/+1
* avfilter/vf_showinfo: fix HDR vivid infoZhao Zhili2023-03-171-8/+9
* avfilter/vf_showinfo: add support for Ambient Viewing Environment side dataJames Almer2023-01-151-0/+15
* avfilter/vf_showinfo: use av_frame_side_data_name() to print side data namesJames Almer2023-01-131-24/+15
* avfilter/vf_showinfo: remove backspacesMichael Niedermayer2022-09-081-4/+7
* lavfi/vf_showinfo: print frame durationsAnton Khirnov2022-07-191-2/+5
* avfilter/showinfo: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-121-13/+5
* avfilter: support for CUVA HDR Vivid metadataLimin Wang2022-03-011-0/+87
* lavfi/showinfo: fix printf precision for dovi metadataNiklas Haas2022-01-041-1/+1
* lavfi/showinfo: Support AV_FRAME_DATA_DOVI_METADATANiklas Haas2022-01-041-0/+108
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* avfilter/vf_showinfo: small adjustments for the HDR10+ dumpLimin Wang2021-10-201-14/+14
* avfilter/vf_showinfo: minor adjustment for the dump format of ROILimin Wang2021-10-081-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/vf_showinfo: add support for H.274 Film Grain Characteristics frame ...James Almer2021-08-061-0/+71
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-4/+6
* lavfi: show side data of detection bounding boxesGuo, Yejun2021-04-171-0/+29
* avfilter/vf_showinfo: include the correct Dynamic HDR10+ headerJames Almer2020-12-061-1/+1
* avfilter/vf_showinfo: add support for HDR10+ metadataMohammad Izadi2020-12-051-1/+105
* avfilter/vf_showinfo: add const to the AVFrameSideData instanceLimin Wang2020-09-171-16/+16
* avfilter/vf_showinfo: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-3/+3
* avfilter/vf_showinfo: add dump_s12m_timecode() helper functionLimin Wang2020-07-081-11/+17
* avfilter/vf_showinfo: check sd->size before reference the sd->dataLimin Wang2020-07-081-4/+4
* avfilter/vf_showinfo: add a \n for end of ERROR and WARNNING logLimin Wang2020-06-281-8/+8
* avfilter/vf_showinfo: display H.26[45] user data unregistered sei messageLimin Wang2020-06-151-0/+30
* vf_showinfo: support AV_FRAME_DATA_VIDEO_ENC_PARAMSAnton Khirnov2020-05-121-0/+23
* avfilter/vf_showinfo: limit the max number of timecodeLimin Wang2020-03-281-2/+3
* avfilter/vf_showinfo: check if the s12m data size is validLimin Wang2020-03-271-0/+4
* avfilter/vf_showinfo: fix the integer handling issuesLimin Wang2020-01-101-2/+2
* avfilter/vf_showinfo: Fix erroneous results for mean and stdev with pixel bit...Limin Wang2020-01-071-3/+31
* avfilter/vf_showinfo: display GOP timecode side dataLimin Wang2019-09-061-0/+6
* avfilter/showinfo: support Content Light Level informationLimin Wang2019-08-171-0/+12
* lavf/showinfo: use error level when get invalid sidedataJun Zhao2019-08-081-3/+3
* lavf/showinfo: support mastering display sidedataJun Zhao2019-08-081-0/+30
* lavfi/showinfo: support regions of interest sidedataJun Zhao2019-07-211-0/+25
* vf_showinfo: Fix timecode displayKieran Kunhya2019-03-091-2/+2
* avfilter/vf_showinfo: allow checksums calculation to be disabledPaul B Mahol2018-12-091-16/+40
* avfilter/show_info : add print of color information (range, color_primaries, ...Martin Vignali2018-10-241-0/+35
* lavfi/vf_showinfo: support displaying S12M timecode sidedataJosh de Kock2018-10-231-0/+10
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-171-1/+3
* Merge commit '883ce264d9ffc5bdaf477e09ee155b03339c46a6'James Almer2017-10-231-0/+41
|\
| * vf_showinfo: Display spherical propertiesVittorio Giovara2017-03-231-0/+41
* | Merge commit '3f128fc4a3fa1ef8a87974eb5484a997a84868fe'James Almer2017-10-231-13/+1
|\ \ | |/
| * vf_showinfo: Simplify reporting stereo3d informationVittorio Giovara2017-03-231-13/+1
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* | lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1