summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_identity: fix typoLimin Wang2021-05-011-1/+1
* avfilter/vf_identity: remove unnecessary checkLimin Wang2021-05-011-1/+1
* avfilter/vf_psnr: remove unnecessary checkLimin Wang2021-05-011-1/+1
* avfilter/vf_ssim: remove unnecessary checkLimin Wang2021-05-011-1/+1
* avfilter/vf_scale: store the offset in a local variable before adding itJames Almer2021-04-301-2/+4
* avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_dataLimin Wang2021-04-292-35/+9
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27387-965/+965
* Bump major versions of all libraries.Anton Khirnov2021-04-271-2/+2
* avfilter/buffersrc: postpone removal of sws_paramJames Almer2021-04-271-1/+1
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-275-64/+0
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-273-371/+0
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-274-9/+12
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-276-11/+7
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-271-6/+0
* avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt2021-04-271-34/+0
* avfilter/Makefile: Don't compile transform.c unconditionallyAndreas Rheinhardt2021-04-271-3/+2
* avfilter/transform: Stop exporting internal functionsAndreas Rheinhardt2021-04-273-52/+5
* avfilter/formats: Remove avfilter_make_format64_list()Andreas Rheinhardt2021-04-272-11/+0
* avfilter/avfilter: Remove deprecated avfilter_link_set_closed()Andreas Rheinhardt2021-04-273-18/+0
* avfilter: Remove avfilter_next/avfilter_register APIAndreas Rheinhardt2021-04-273-76/+0
* avfilter: Remove deprecated avfilter_link_get_channelsAndreas Rheinhardt2021-04-273-18/+0
* avfilter: Remove deprecated resample_lavr_optsAndreas Rheinhardt2021-04-273-9/+0
* avfilter/avfilter: Remove compatibility code for old filter optionsAndreas Rheinhardt2021-04-272-82/+3
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-272-2/+2
* lavfi/dnn/queue.h: Add Documentation to QueueShubhanshu Saxena2021-04-271-0/+75
* lavfi/dnn/safe_queue.h: Add Documentation to SafeQueueShubhanshu Saxena2021-04-271-0/+60
* avfilter/af_adelay: make per channel delay argument an int64_tJames Almer2021-04-251-4/+9
* lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backendshubhanshu022021-04-251-1/+1
* Include attributes.h directlyAndreas Rheinhardt2021-04-191-0/+1
* avfilter/af_mcompand: check allocation resultsMarton Balint2021-04-181-0/+3
* lavfi: add filter dnn_detect for object detectionGuo, Yejun2021-04-173-0/+423
* lavfi: show side data of detection bounding boxesGuo, Yejun2021-04-172-0/+31
* lavfi/qsvvpp: support async depthFei Wang2021-04-114-90/+191
* avfilter/overlay_cuda: check av_buffer_ref resultTimo Rothenpieler2021-04-111-0/+4
* avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != heightPaul B Mahol2021-04-111-6/+6
* avfilter/overlay_cuda: hold explicit reference to hw_device_ctxTimo Rothenpieler2021-04-111-1/+7
* avfilter/vf_v360: allow user to control fov for equirectagular formatPaul B Mahol2021-04-111-11/+103
* lavfi/dnn: add post process for detectionGuo, Yejun2021-04-084-7/+33
* lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun2021-04-086-14/+24
* lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dimGuo, Yejun2021-04-081-0/+5
* avfilter/vf_find_rect: Use correct format specifierAndreas Rheinhardt2021-04-041-1/+1
* avfilter/find_rect: write score to metadataGyan Doshi2021-04-041-0/+4
* avfilter/find_rect: add option to discard non-matching framesGyan Doshi2021-04-041-1/+8
* avfilter/find_rect: improve loggingGyan Doshi2021-04-041-1/+3
* avfilter/vf_codecview: Fix undefined left shifts of negative numbersAndreas Rheinhardt2021-04-011-4/+4
* avfilter/af_hdcd: Fix undefined shiftsAndreas Rheinhardt2021-04-011-4/+4
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-03-311-2/+2
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avfilter/vf_paletteuse: Fix left shift outside of range of intAndreas Rheinhardt2021-03-281-2/+3
* avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt2021-03-281-1/+1