aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/video.cpp
Commit message (Collapse)AuthorAgeFilesLines
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-1032/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed dcc videoGravatar Elvio Basello2010-12-301-13/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5274 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupsGravatar Szymon Tomasz Stefanek2010-12-271-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-11/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to ↵Gravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | | | glibc can do better these times. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation of dcc videoGravatar Fabio Bas2010-12-251-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5231 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-25/+25
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed a crash bug in dcc video and added the ability to switch inputGravatar Fabio Bas2010-11-051-0/+28
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5132 17fca916-40b9-46aa-a4ea-0a15b648b75c
* probable compilation fixGravatar Fabio Bas2010-10-171-9/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5086 17fca916-40b9-46aa-a4ea-0a15b648b75c
* compilation fixes for r4869Gravatar Elvio Basello2010-08-141-7/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4872 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaned code: removed all instances of debugGravatar Elvio Basello2010-08-071-10/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #870Gravatar Fabio Bas2010-08-021-14/+22
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4755 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Rewrite parts of the regchan module in order toGravatar Szymon Tomasz Stefanek2010-07-141-4/+4
| | | | | | | | | avoid the heavy usage of pointers. Add some new nice debug macros and tools. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4669 17fca916-40b9-46aa-a4ea-0a15b648b75c
* dcc video tweaking, should require a lot less cpu time nowGravatar Fabio Bas2010-04-181-30/+17
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4261 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on dcc video: video&&text working in sjpeg; stay away from ↵Gravatar Fabio Bas2010-04-061-400/+358
| | | | | | ogg/theora by now git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4242 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated italian translation;Gravatar Elvio Basello2010-01-251-1/+1
| | | | | | | quick fixes; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3884 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Added an alternative (tricky) codec to compile DCC_VIDEO without OGG_THEORAGravatar Fabio Bas2009-12-061-4/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3670 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed linking problemsGravatar Elvio Basello2009-12-011-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3644 17fca916-40b9-46aa-a4ea-0a15b648b75c
* dcc video: added experimental ogg/theora support. Open Problems:Gravatar Fabio Bas2009-11-301-34/+391
| | | | | | | - audio sync still missing - Slow as hell, since yuv<->rgb conversion is done in software git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3641 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some progress on dcc video.. it's even usable now :)Gravatar Fabio Bas2009-11-151-98/+82
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3611 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed win32 compilation/mingwGravatar Fabio Bas2009-11-131-2/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3605 17fca916-40b9-46aa-a4ea-0a15b648b75c
* first shy implementation of dcc video; highly instable and ↵Gravatar Fabio Bas2009-11-121-0/+686
bandwitdth-sucker, bad coded, puppy-killer, you've been warned. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3597 17fca916-40b9-46aa-a4ea-0a15b648b75c