[FFmpeg-devel] AAudio source for libavdevice

2022-03-16 Thread Dmitry A
Hello. Is there a way to grab audio under android? Do I need to create it by myself? -- Thanks! Dmitry ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffm

[FFmpeg-devel] Best way for sharing libavcodec jni stuff

2020-05-26 Thread Dmitry A
Hello. Currently I working on android project where I need to use ffmpeg for working with camera and microphone. android_camera device works fine and video preview works. But building of openal is issue and I think some time about creating something like android_microphone via jni like media_codec

Re: [FFmpeg-devel] Changes in cofigure script

2019-06-29 Thread Dmitry A
вс, 30 июн. 2019 г. в 01:03, Dmitry A : > > > сб, 29 июн. 2019 г. в 22:47, Reimar Döffinger : > >> >> >> On 29.06.2019, at 18:26, Dmitry A wrote: >> >> > сб, 29 июн. 2019 г. в 21:43, Dmitry A : >> > >> >> >> >> >&

Re: [FFmpeg-devel] Changes in cofigure script

2019-06-29 Thread Dmitry A
сб, 29 июн. 2019 г. в 22:47, Reimar Döffinger : > > > On 29.06.2019, at 18:26, Dmitry A wrote: > > > сб, 29 июн. 2019 г. в 21:43, Dmitry A : > > > >> > >> > >> сб, 29 июн. 2019 г. в 19:11, Dmitry A : > >> > >>> > >&g

Re: [FFmpeg-devel] Changes in cofigure script

2019-06-29 Thread Dmitry A
сб, 29 июн. 2019 г. в 21:43, Dmitry A : > > > сб, 29 июн. 2019 г. в 19:11, Dmitry A : > >> >> >> сб, 29 июн. 2019 г. в 19:04, Carl Eugen Hoyos : >> >>> Am Sa., 29. Juni 2019 um 14:23 Uhr schrieb Dmitry A < >>> dmitry.adj...@gmail.com>:

Re: [FFmpeg-devel] Changes in cofigure script

2019-06-29 Thread Dmitry A
сб, 29 июн. 2019 г. в 19:11, Dmitry A : > > > сб, 29 июн. 2019 г. в 19:04, Carl Eugen Hoyos : > >> Am Sa., 29. Juni 2019 um 14:23 Uhr schrieb Dmitry A < >> dmitry.adj...@gmail.com>: >> >> > What is right way to make changes in the cofigure script? >

Re: [FFmpeg-devel] Changes in cofigure script

2019-06-29 Thread Dmitry A
сб, 29 июн. 2019 г. в 19:04, Carl Eugen Hoyos : > Am Sa., 29. Juni 2019 um 14:23 Uhr schrieb Dmitry A < > dmitry.adj...@gmail.com>: > > > What is right way to make changes in the cofigure script? > > I hacked it for building ffmpeg for android since clang doesn't

Re: [FFmpeg-devel] Changes in cofigure script

2019-06-29 Thread Dmitry A
сб, 29 июн. 2019 г. в 18:22, Dmitry A : > Hello. > What is right way to make changes in the cofigure script? > I hacked it for building ffmpeg for android since clang doesn't support > -mcpu and -march or something else. > Does it make a sence to add some configure paramet

[FFmpeg-devel] Changes in cofigure script

2019-06-29 Thread Dmitry A
Hello. What is right way to make changes in the cofigure script? I hacked it for building ffmpeg for android since clang doesn't support -mcpu and -march or something else. Does it make a sence to add some configure parameter for android? In this case then these options should be disabled -- Thank

Re: [FFmpeg-devel] FFmpeg android support

2019-06-11 Thread Dmitry A
ср, 12 июн. 2019 г. в 01:09, Reimar Döffinger : > On 11.06.2019, at 20:46, Dmitry A wrote: > > > Hello. > > I working on android internals and made some changes in latest ffmpeg for > > making it compilable by clang and some additional changes for making it > > work

[FFmpeg-devel] FFmpeg android support

2019-06-11 Thread Dmitry A
Hello. I working on android internals and made some changes in latest ffmpeg for making it compilable by clang and some additional changes for making it work under android. The job is not finished yet but if community has not objections I'd prefer to share these changes and integrate them in ffmpeg