0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/vs/2013
jp9000 0cf9e0cfdd Add preliminary FLV/RTMP output (incomplete)
- obs-outputs module:  Add preliminary code to send out data, and add
   an FLV muxer.  This time we don't really need to build the packets
   ourselves, we can just use the FLV muxer and send it directly to
   RTMP_Write and it should automatically parse the entire stream for us
   without us having to do much manual code at all.  We'll see how it
   goes.

 - libobs:  Add AVC NAL packet parsing code

 - libobs/media-io:  Add quick helper functions for audio/video to get
   the width/height/fps/samplerate/etc rather than having to query the
   info structures each time.

 - libobs (obs-output.c):  Change 'connect' signal to 'start' and 'stop'
   signals.  'start' now specifies an error code rather than whether it
   simply failed, that way the client can actually know *why* a failure
   occurred.  Added those error codes to obs-defs.h.

 - libobs:  Add a few functions to duplicate/free encoder packets
2014-04-01 11:55:18 -07:00
..
libobs Add preliminary FLV/RTMP output (incomplete) 2014-04-01 11:55:18 -07:00
libobs-d3d11 converted project to vs2013, removed 2010 support (ugh) 2013-12-14 16:01:30 -07:00
libobs-opengl Changed constness on passed argument, updated VC++ project files 2014-01-25 23:23:26 -06:00
obs-ffmpeg Wrap FFmpeg operations in mutexes, switch to MP4 2014-02-28 03:50:30 -07:00
obs-outputs Add preliminary FLV/RTMP output (incomplete) 2014-04-01 11:55:18 -07:00
obs-studio Add source properties window (very preliminary) 2014-03-23 01:07:54 -07:00
obs-x264 Implement encoder interface (still preliminary) 2014-03-16 16:21:34 -07:00
pthreads Full rewrite of all CMakeLists 2014-01-24 18:56:32 +01:00
test-input Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
win-capture Reimplement monitor capture 2014-03-05 10:43:14 -07:00
win-wasapi Add WASAPI audio capture 2014-03-04 07:07:13 -07:00
wintest converted project to vs2013, removed 2010 support (ugh) 2013-12-14 16:01:30 -07:00
OBS.sln Add preliminary FLV/RTMP output (incomplete) 2014-04-01 11:55:18 -07:00