<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mplayer_server.git, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/mplayer_server.git/atom?h=master</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/mplayer_server.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/mplayer_server.git/'/>
<updated>2014-01-18T12:46:58+00:00</updated>
<entry>
<title>mplayer_server: change the type of callback_t</title>
<updated>2014-01-18T12:46:58+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2014-01-10T20:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/mplayer_server.git/commit/?id=ff98ee6f9e66ba850274463ca7f125c01a02d73e'/>
<id>urn:sha1:ff98ee6f9e66ba850274463ca7f125c01a02d73e</id>
<content type='text'>
we need to access the opcode of the callbacks from outside of the server
(i.e. in the future clients).

the type callback_t is now a pointer to function and can be accessed
using callbacks_g[opcode] where the opcodes are enumerated in request.h

a new file named pub_callbacks.h has been added.
it will be used later by the client and must not be server dependant

closes #1
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2014-01-02T12:54:31+00:00</updated>
<author>
<name>duskCoder</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2014-01-02T12:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/mplayer_server.git/commit/?id=c5b339e3964009d7eb917ff52e60ba69ff170c3c'/>
<id>urn:sha1:c5b339e3964009d7eb917ff52e60ba69ff170c3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mplayer_server: change the buffering type</title>
<updated>2013-11-19T17:35:09+00:00</updated>
<author>
<name>gayot_o</name>
<email>gayot_o@localhost</email>
</author>
<published>2013-11-19T17:35:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/mplayer_server.git/commit/?id=3331492a173cc32d6de772dacbbd0c242e9195f9'/>
<id>urn:sha1:3331492a173cc32d6de772dacbbd0c242e9195f9</id>
<content type='text'>
The stream connected with the mplayer subprocess used to be unbuffered.
Since we do not need to write every character one by one, we can set it
to line buffered.
</content>
</entry>
<entry>
<title>mplayer_server: first version of the server</title>
<updated>2013-11-19T02:45:46+00:00</updated>
<author>
<name>gayot_o</name>
<email>gayot_o@localhost</email>
</author>
<published>2013-11-19T02:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/mplayer_server.git/commit/?id=459e2685158f1dc5a9cd3da1c3125889bc02f9d6'/>
<id>urn:sha1:459e2685158f1dc5a9cd3da1c3125889bc02f9d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2013-11-19T01:27:19+00:00</updated>
<author>
<name>duskCoder</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2013-11-19T01:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/mplayer_server.git/commit/?id=b0155666fbbb6c4105c36ffcddb894d7d21e38ae'/>
<id>urn:sha1:b0155666fbbb6c4105c36ffcddb894d7d21e38ae</id>
<content type='text'>
</content>
</entry>
</feed>
