[FFmpeg-devel] [PATCH 1/2] libavdevice/pipewiregrab: add pipewire based grab

2023-12-27 Thread Abhishek Ojha
mouse 1 -i :0.0 Signed-off-by: Abhishek Ojha --- configure |9 + libavdevice/Makefile |1 + libavdevice/alldevices.c |1 + libavdevice/pipewiregrab.c | 1815 4 files changed, 1826 insertions(+) create mode 100644 libavd

[FFmpeg-devel] [PATCH 2/2] configure: disable locale use in spa plugin

2023-12-27 Thread Abhishek Ojha
usage in spa plugin. Adding it in configure file fix both the library test and source compilation issue. Not sure if this is the right approach to fix the issue. Feedback/Suggestions will be highly appreciated. Signed-off-by: Abhishek Ojha --- configure | 2 ++ 1 file changed, 2 insertions(+)

[FFmpeg-devel] Pipewiregrab patch

2023-12-27 Thread Abhishek Ojha
I wanted to express my sincere gratitude to the entire FFMPEG community for promptly reviewing the [1] patch I submitted. Leo, Your insightful comments and suggestions have been invaluable in improving the quality of the code. I appreciate your time and effort to thoroughly assessing the patch.I w

[FFmpeg-devel] [RFC PATCH 1/2] libavdevice/pipewiregrab: add pipewire based grab

2023-09-20 Thread Abhishek Ojha
mouse 1 -i :0.0 Signed-off-by: Abhishek Ojha --- configure |9 + libavdevice/Makefile |1 + libavdevice/alldevices.c |1 + libavdevice/pipewiregrab.c | 1836 4 files changed, 1847 insertions(+) create mode 100644 libavd

[FFmpeg-devel] [RFC PATCH 2/2] configure: disable locale use in spa plugin

2023-09-20 Thread Abhishek Ojha
usage in spa plugin. Adding it in configure file fix both the library test and source compilation issue. Not sure if this is the right approach to fix the issue. Feedback/Suggestions will be highly appreciated. Signed-off-by: Abhishek Ojha --- configure | 2 ++ 1 file changed, 2 insertions(+)