8634 Commits (d63f8c873bd65f4dfab852069fb5faf07cffe6aa)

Author SHA1 Message Date
Xu Jun a39fcbdffb dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode. 4 years ago
Paul B Mahol cdc4c268e2 avfilter/vf_datascope: fix oscilloscope with gray>8 depth 4 years ago
Limin Wang 0ea2bda099 avfilter/vf_showinfo: add const to the AVFrameSideData instance 4 years ago
Xu Jun 7d3cd9f956 dnn_backend_native_layer_conv2d.c: refine code. 4 years ago
Xu Jun 8e67ae2cb4 dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread function. 4 years ago
Paul B Mahol 2524e64dbe avfilter/f_interleave: fix some issues with interleaving 4 years ago
Paul B Mahol fda5363c80 avfilter/x86/vf_convolution_init: there is asm only for 8bit depth 4 years ago
Paul B Mahol 05c8d0bce6 avfilter/avf_concat: check for possible integer overflow 4 years ago
Paul B Mahol 17b44f759e avfilter/af_amix: do not leave unset PTS for frames after first stream is over 4 years ago
Mark Reid 60e7021064 avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12 4 years ago
Marton Balint 172af0ee51 avfilter/vf_showinfo: use av_timecode_make_smpte_tc_string2 4 years ago
Paul B Mahol 55af1807f7 avfilter/asrc_anullsrc: actually return correct EOF pts 4 years ago
Paul B Mahol c28b14eb98 avfilter/asrc_anullsrc: give better limits to number of samples per frame 4 years ago
Paul B Mahol 0a17a4891d avfilter/asrc_anullsrc: make number of output samples match duration 4 years ago
Ting Fu dc16aeb390 dnn/openvino: add input/output name info 4 years ago
Ting Fu 87cb24a1ca dnn/openvino: support run inference via GPU 4 years ago
Andreas Rheinhardt 0963be71ec avfilter/formats: Remove pointless checks 4 years ago
Andreas Rheinhardt 5616942220 avfilter/formats: Don't typedef structure a second time 4 years ago
Andreas Rheinhardt 0086432fc7 fftools, libavcodec, libavfilter: Add const to some AVCodec * 4 years ago
Andreas Rheinhardt b091df7210 avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checks 4 years ago
Andreas Rheinhardt e65897f3ee avfilter/vf_subtitles: Remove unnecessary initialization of AVPacket 4 years ago
Andreas Rheinhardt 77ace1ffea avfilter/vf_subtitles: Fix leaks on failure 4 years ago
Andreas Rheinhardt 8443848dfc avfilter/vf_uspp: Fix potential leak of dict on error 4 years ago
Andreas Rheinhardt 98171d14c5 avfilter/lavfutils: Avoid initializing packet 4 years ago
Andreas Rheinhardt f38926ec24 avfilter/lavfutils: Fix memleak when avformat_find_stream_info() fails 4 years ago
Andreas Rheinhardt 3d1a9824b8 avfilter/lavfutils: Don't use uninitialized pointers for freeing 4 years ago
Andreas Rheinhardt d91756c1b5 avfilter/src_movie: Fix leak of packet upon error 4 years ago
Andreas Rheinhardt 41e0058b48 avfilter/src_movie: Remove unnecessary secondary AVPacket 4 years ago
Andreas Rheinhardt c97d91ecae avfilter/src_movie: Remove unneeded resetting of AVPacket 4 years ago
Paul B Mahol 84327e4607 avfilter/avfilter: remove obsolete comment 4 years ago
Mark Reid 6d2528f28d avfilter/vf_premultiply: add support for gbrapf32 format 4 years ago
Nicolas George b0203fa72b lavfi/buffersink: cast to uint64_t before shifting. 4 years ago
Andreas Rheinhardt 9beaf536fe dnn/dnn_backend_native_layer_conv2d: Fix allocation size 4 years ago
Andreas Rheinhardt 3e950f5349 avfilter/af_headphone: Don't check for clipping in separate loop 4 years ago
Andreas Rheinhardt 7b841cf6b7 avfilter/af_headphone: Remove pointless additions 4 years ago
Andreas Rheinhardt 8dda0d601b avfilter/af_headphone: Use more appropriate variable name 4 years ago
Andreas Rheinhardt bb8ab733c2 avfilter/af_headphone: Avoid indirection for function pointer 4 years ago
Andreas Rheinhardt 6ada3c8368 avfilter/af_headphone: Avoid allocating array 4 years ago
Andreas Rheinhardt 6d0d25eca3 avfilter/af_headphone: Don't allocate unused element in array 4 years ago
Andreas Rheinhardt 990d9dd800 avfilter/af_headphone: Only keep one AVFrame at a time 4 years ago
Andreas Rheinhardt abe0a5dd0a avfilter/af_headphone: Avoid intermediate buffer III 4 years ago
Andreas Rheinhardt 9d1f58424a avfilter/af_headphone: Simplify finding channel index 4 years ago
Andreas Rheinhardt 0952f8f909 avfilter/af_headphone: Fix channel assignment 4 years ago
Andreas Rheinhardt d883bca0f0 avfilter/af_headphone: Avoid intermediate buffers II 4 years ago
Andreas Rheinhardt f5e1d38b87 avfilter/af_headphone: Avoid intermediate buffers I 4 years ago
Andreas Rheinhardt a513b306b3 avfilter/af_headphone: Remove delay fields 4 years ago
Andreas Rheinhardt b2feca4616 avfilter/af_headphone: Remove unused arrays 4 years ago
Andreas Rheinhardt bff1d0c658 avfilter/af_headphone: Avoid duplicating string needlessly 4 years ago
Andreas Rheinhardt 71daaafa3a avfilter/af_headphone: Simplify parsing channel mapping string 4 years ago
Andreas Rheinhardt bc533ba2ae avfilter/af_headphone: Use uint64_t for channel mapping 4 years ago