9112 Commits (7c451b609c267462de152895634902f14c3ea60a)

Author SHA1 Message Date
Limin Wang c7c138e411 avfilter/vf_identity: fix typo 4 years ago
Limin Wang d150a9eb44 avfilter/vf_identity: remove unnecessary check 4 years ago
Limin Wang 8410000f17 avfilter/vf_psnr: remove unnecessary check 4 years ago
Limin Wang fd3dabe68e avfilter/vf_ssim: remove unnecessary check 4 years ago
James Almer 92769f260d avfilter/vf_scale: store the offset in a local variable before adding it 4 years ago
Limin Wang f183d6555e avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_data 4 years ago
Andreas Rheinhardt a04ad248a0 avfilter: Constify all AVFilters 4 years ago
Anton Khirnov 85ba17f36d Bump major versions of all libraries. 4 years ago
James Almer 90262f3fb4 avfilter/buffersrc: postpone removal of sws_param 4 years ago
James Almer 0bf3a7361d avutil: remove deprecated AVClass.child_class_next 4 years ago
Andreas Rheinhardt 420cedd497 libavresample: Remove deprecated library 4 years ago
Andreas Rheinhardt ef6a9e5e31 avutil/buffer: Switch AVBuffer API to size_t 4 years ago
Andreas Rheinhardt 985c0dac67 avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL 4 years ago
Andreas Rheinhardt 3b56fa85e8 avutil/frame: Remove deprecated AVFrame.error 4 years ago
Andreas Rheinhardt b8accd1175 avutil/frame: Remove AVFrame QP table API 4 years ago
Andreas Rheinhardt 0c820b1525 avfilter/Makefile: Don't compile transform.c unconditionally 4 years ago
Andreas Rheinhardt 7c4287b276 avfilter/transform: Stop exporting internal functions 4 years ago
Andreas Rheinhardt 930391e598 avfilter/formats: Remove avfilter_make_format64_list() 4 years ago
Andreas Rheinhardt 4de2b035a7 avfilter/avfilter: Remove deprecated avfilter_link_set_closed() 4 years ago
Andreas Rheinhardt ec82ff89b6 avfilter: Remove avfilter_next/avfilter_register API 4 years ago
Andreas Rheinhardt 3a370868dc avfilter: Remove deprecated avfilter_link_get_channels 4 years ago
Andreas Rheinhardt 339af976b6 avfilter: Remove deprecated resample_lavr_opts 4 years ago
Andreas Rheinhardt 1ec87f50f4 avfilter/avfilter: Remove compatibility code for old filter options 4 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Shubhanshu Saxena 4b79416dc4 lavfi/dnn/queue.h: Add Documentation to Queue 4 years ago
Shubhanshu Saxena 5b8e828dee lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue 4 years ago
James Almer bc27269694 avfilter/af_adelay: make per channel delay argument an int64_t 4 years ago
shubhanshu02 d98884be41 lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backend 4 years ago
Andreas Rheinhardt f3c197b129 Include attributes.h directly 4 years ago
Marton Balint 46f3ae8f67 avfilter/af_mcompand: check allocation results 4 years ago
Guo, Yejun aa9ffdaa1e lavfi: add filter dnn_detect for object detection 4 years ago
Guo, Yejun e942b4bbaa lavfi: show side data of detection bounding boxes 4 years ago
Fei Wang 89ffcd1bbe lavfi/qsvvpp: support async depth 4 years ago
Timo Rothenpieler ef16dcc6a9 avfilter/overlay_cuda: check av_buffer_ref result 4 years ago
Paul B Mahol e917cd9828 avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != height 4 years ago
Timo Rothenpieler 5d52c4cbba avfilter/overlay_cuda: hold explicit reference to hw_device_ctx 4 years ago
Paul B Mahol 1050f94c22 avfilter/vf_v360: allow user to control fov for equirectagular format 4 years ago
Guo, Yejun 13bf797ced lavfi/dnn: add post process for detection 4 years ago
Guo, Yejun 59021d79a2 lavfi/dnn: refine code for frame pre/proc processing 4 years ago
Guo, Yejun d2ccbc966b lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dim 4 years ago
Andreas Rheinhardt 0617e578a3 avfilter/vf_find_rect: Use correct format specifier 4 years ago
Gyan Doshi 18dcbb0d6c avfilter/find_rect: write score to metadata 4 years ago
Gyan Doshi abdafca9ad avfilter/find_rect: add option to discard non-matching frames 4 years ago
Gyan Doshi aff23c3474 avfilter/find_rect: improve logging 4 years ago
Andreas Rheinhardt 3c151e7999 avfilter/vf_codecview: Fix undefined left shifts of negative numbers 4 years ago
Andreas Rheinhardt 9eadd616b7 avfilter/af_hdcd: Fix undefined shifts 4 years ago
Michael Niedermayer 1cf96ce269 avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice() 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 797c2ecc8f avfilter/vf_paletteuse: Fix left shift outside of range of int 4 years ago
Andreas Rheinhardt 55b46902c1 avfilter/asrc_sine: Fix invalid left shift of negative number 4 years ago