obs-studio/plugins/win-dshow
jp9000 4d002f588b (API Change) Remove encoder callback boilerplate
API Changed (in struct obs_encoder_info):
----------------------------------------
bool (*get_audio_info)(void *data, struct audio_convert_info *info);
bool (*get_video_info)(void *data, struct video_scale_info *info);

To:
----------------------------------------
void (*get_audio_info)(void *data, struct audio_convert_info *info);
void (*get_video_info)(void *data, struct video_scale_info *info);

The encoder video/audio information callbacks no longer need to manually
query the libobs video/audio information, that information is now passed
via the parameter, which the callbacks can modify.

The refactor that reduces boilerplate in the encoder video/audio
information callbacks also removes the need for their return values, so
change the return types to void.
2015-04-17 20:17:43 -07:00
..
data/locale win-dshow: Add option to allow vertical flip 2015-04-13 15:13:45 -07:00
libdshowcapture@b0e9e44e1a win-dshow: Update libdshowcapture to 0.5.0 2015-04-10 22:33:43 +02:00
CMakeLists.txt dshow: link to correct uuid libs 2015-02-09 03:41:45 -08:00
dshow-plugin.cpp win-dshow: Add C985/C353 hardware h264 encoders 2014-12-21 10:14:27 -08:00
encode-dstr.hpp win-dshow: Put device id mangling in separate file 2014-12-21 10:14:25 -08:00
ffmpeg-decode.c win-dshow: Remove deprecated FFmpeg functions 2015-02-09 03:56:07 -08:00
ffmpeg-decode.h Use _MSC_VER for MSVC-specific pragmas 2015-02-09 03:49:18 -08:00
win-dshow-encoder.cpp (API Change) Remove encoder callback boilerplate 2015-04-17 20:17:43 -07:00
win-dshow.cpp win-dshow: Add option to allow vertical flip 2015-04-13 15:13:45 -07:00