[FFmpeg-devel] [PATCH 0/4] Probe device API
Lukasz Marek
lukasz.m.luki at gmail.com
Mon Feb 3 01:02:47 CET 2014
This is probing API implementation which started from thread
http://ffmpeg.org/pipermail/ffmpeg-devel/2014-January/153614.html
It uses AVOptions API with some kind of abstraction layer.
I wonder if adding pointer option safe?
Lukasz Marek (4):
[RFC]lavu/opt: add pointer option
lavd: add device capabilities API
lavd/opengl_enc: implement query capabilities API
examples: opengl_device_settings
doc/examples/Makefile | 1 +
doc/examples/opengl_device_settings.c | 176 ++++++++++++++++++
libavdevice/avdevice.c | 191 ++++++++++++++++++++
libavdevice/avdevice.h | 238 +++++++++++++++++++++++++
libavdevice/opengl_enc.c | 326 +++++++++++++++++++++++++++++++++-
libavdevice/version.h | 2 +-
libavformat/avformat.h | 12 ++
libavformat/version.h | 2 +-
libavutil/opt.c | 16 ++
libavutil/opt.h | 2 +
10 files changed, 959 insertions(+), 7 deletions(-)
create mode 100644 doc/examples/opengl_device_settings.c
--
1.8.3.2
More information about the ffmpeg-devel
mailing list