0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2024 — Apr 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
note about leak (won't fix now)
Sandro Santilli
as strk
More... about 18 years ago
* server/asobj/LoadVars.cpp: Use Timers to avoid premature deletion of the LoadVars object while it's loading threads are still alive.
Sandro Santilli
as strk
More... about 18 years ago
minor comment about interval timer identifiers
Sandro Santilli
as strk
More... about 18 years ago
Minor fixes for PIXELFORMAT More... about 18 years ago
Add rgba32 pixelformat. More... about 18 years ago
Fox typo. BGRA32 instead of BGR32. Drop RGB32, it doesn't exist. More... about 18 years ago
* Exit if one of the values for --with-pixelformat is bogus. More... about 18 years ago
* configure.ac: Add --with-pixelformat=option to set the AGG pixel format via the command line to override the defaults if desired. More... about 18 years ago
* testsuite/media/: vars.txt, vars2.txt: data files for use with LoadVars and loadVariables tests.
Sandro Santilli
as strk
More... about 18 years ago
Ops, last commit log
Sandro Santilli
as strk
More... about 18 years ago
* server/as_function.h: add a call() function to make operator() calls nicer when having an as_function pointer. * server/asobj/LoadVars.cpp: implement getBytesLoaded, getBytesTotal, onLoad and onData events, load() method.
Sandro Santilli
as strk
More... about 18 years ago
* server/StreamProvider.{cpp,h}: turn into a singleton, add getStream() version taking post data. * server/impl.cpp: use the StreamProvider singleton.
Sandro Santilli
as strk
More... about 18 years ago
Indenting... More... about 18 years ago
Use PIXELFORMAT_xxx defines introduced by Rob More... about 18 years ago
Spelling corrections.
ann
More... about 18 years ago
* configure.ac: Set the pixel type when using AGG for better efficiency by looking at the GUI type. Print out MySQL paths if extensions are enabled. Don't build klash if KDE isn't found. More... about 18 years ago
Remove question we already discussed elsewhere More... about 18 years ago
Remove my commented-out code More... about 18 years ago
Respect m_old_invalidated_bounds even when invisible. More... about 18 years ago
Please keep indentation style (tabs)
Sandro Santilli
as strk
More... about 18 years ago
* libbase/curl_adapter.cpp: Use a member to store post data, as it needs a longer lifetime for libcurl to work. * testsuite/libbase/Makefile.am: Don't run CurlStreamTest by 'make check' as it's not ready for automatic testing. * testsuite/libbase/CurlStreamTest.cpp: Turn the test into a tool supporting POST operations (for manual testing it).
Sandro Santilli
as strk
More... about 18 years ago
made getTimer() work at least with FB GUI More... about 18 years ago
call fclose() in destructor to close file descriptor in any case More... about 18 years ago
Fixed fgets() to avoid segfault More... about 18 years ago
* backend/sound_handler_gst.cpp: Removed the use of ffdec_mp3 since it isn't recommended by gstreamer. Added warnings if the used version of the fluendo-mp3-plugin is too low.
tgc
More... about 18 years ago
reinsert deleted entries
tgc
More... about 18 years ago
Avoid re-initialisation of AGG path class inside for-loop More... about 18 years ago
Removed some commented-out debug code More... about 18 years ago
Switched to pre-multiplied pixel values. Fixes some anti-aliasing issues and improves rendering performance, especially for gradients. More... about 18 years ago
* libbase/curl_adapter.{cpp,h}: Add support for http POST (untested).
Sandro Santilli
as strk
More... about 18 years ago