obs-studio/plugins/obs-outputs
jp9000 0b4a259e56 Remove 'locale' parameter from all callbacks
The locale parameter was a mistake, because it puts extra needless
burden upon the module developer to have to handle this variable for
each and every single callback function.  The parameter is being removed
in favor of a single centralized module callback function that
specifically updates locale information for a module only when needed.
2014-06-25 12:36:26 -07:00
..
librtmp Fix all warnings in rtmp output 2014-05-10 03:40:23 +02:00
CMakeLists.txt Hide librtmp symbols so they don't collide with system libraries 2014-05-24 14:13:44 +02:00
flv-mux.c Add FLV file output code 2014-05-16 00:18:23 -07:00
flv-mux.h Add FLV file output code 2014-05-16 00:18:23 -07:00
flv-output.c Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-output-ver.h Add preliminary FLV/RTMP output (incomplete) 2014-04-01 11:55:18 -07:00
obs-outputs.c Add FLV file output code 2014-05-16 00:18:23 -07:00
rtmp-helpers.h Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
rtmp-stream.c Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00