Tuesday, February 14, 2006

testing related resources:

theory

"testing reflections" blog
http://www.testingreflections.com/

Bug Tracking Guidelines
http://bug-tracking-guidelines.com/

Bug triage policy
Here

Microsoft's Bouncing Zero Bugs

"Bug Links" blog
http://buglinks.org/



bugtracker software:

BugTracker.NET
http://btnet.sourceforge.net/

Mantis Bug Tracker
http://www.mantisbt.org/

Flyspray
http://flyspray.rocks.cc/

Bugzilla
http://www.bugzilla.org/

trac
http://www.edgewall.com/trac/

AceProject
http://www.aceproject.com/

Open Directory - Bug Tracking Software

Open Source Testing
http://opensourcetesting.org/

Wednesday, February 08, 2006

livavformat and libavcodec

here is a tutorial on using libavcodec (and libavformat)
libavformat does the demux stuff, libavcodec the video and audio codec work.

libavcodec on wiki (implemented codecs and other stuff)

video processing tools

virtual dub:
http://www.virtualdub.org/

nundub (a 'hacked' version of virtual dub):
http://ndub.sourceforge.net/
http://nickyguides.digital-digest.com/nandub.htm

PiTiVi (linux):
http://pitivi.sourceforge.net/

Creative Commons

Creative Commons is a nonprofit organization that offers flexible copyright licenses for creative works.
can be found here

Tuesday, February 07, 2006

gstreamer issues

here is a tutorial how to compile gstreamer on windows

here is the homepage of gstreamer

here is the cvs repository for gstreamer

download glib

the gstreamer's story

here is pitivi, a video playback and editing tool based on gstreamer

Thursday, February 02, 2006

design patterns - collection of resources


link - Design Patterns - The Sacred Elements of the Faith Diagramm

Wednesday, February 01, 2006

STL allocators

Here is a tutorial about writing STL based allocators

SMMP - shared memory processors and code optimization

Here is a CodeProject article about writing code that can use the power of SMMP.

ms windows - memory allocation

Here is the link to microsoft memory allocation related functions.

here are some undocumented functions described in a CodeProject article.
--

here is a memory pool implementation - CodeProject article