- Oct 17, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: merge from HEAD on 20011016
-
- Oct 16, 2001
-
-
Wim Taymans authored
Added a little testbed for measuring buffer alloc/free, with some optimised gstmempool code (measured at a 10+ speed ... Original commit message from CVS: Added a little testbed for measuring buffer alloc/free, with some optimised gstmempool code (measured at a 10+ speed improvement)
-
- Oct 14, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added more testcases
-
Wim Taymans authored
Original commit message from CVS: Make peek_bytes clear the previously assembled bytes.
-
Wim Taymans authored
Original commit message from CVS: Uhm...
-
Wim Taymans authored
Original commit message from CVS: More cleanups, added a pattern argument to bstest. The testsuite is now driven by a config file.
-
Wim Taymans authored
Fix a mem leak with _peek_bytes. We keep a pointer to the assembled bytes and g_free it on the next flush. Original commit message from CVS: Fix a mem leak with _peek_bytes. We keep a pointer to the assembled bytes and g_free it on the next flush.
-
Wim Taymans authored
Original commit message from CVS: Fixed a leak.
-
Wim Taymans authored
Original commit message from CVS: Added some more testcases and rearanged some code (it's still pretty stupid)
-
- Oct 13, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Make status less cpu consuming
-
Wim Taymans authored
Original commit message from CVS: A first attempt at a bytestream test suite. This one measures data correctness and mem leaks.
-
Wim Taymans authored
Original commit message from CVS: Added change_state to fakesrc
-
Wim Taymans authored
Original commit message from CVS: Properly set the GType in the subbuffer too
-
Steve Baker Baker authored
Original commit message from CVS: fixed syntax
-
- Oct 11, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added lots of neat stuff to fakesrc: - ability to g_malloc buffer data or to use subbuffers. - fixed/0/random sized buffers with min/max size - fill types: none/0/random/patterns - set the parent buffer size - an arg for dumping the buffer contents
-
- Oct 08, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: bunch of changes to the loadsave/registry #ifdefs, they aren't totally correct yet
-
Erik Walthinsen authored
Original commit message from CVS: added touch param to filesrc to control whether to touch mmap'd pages
-
- Oct 06, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Create the events test code makefile
-
Wim Taymans authored
Original commit message from CVS: Added seek and flush test code.
-
Wim Taymans authored
Original commit message from CVS: Added code for sending an event to a pad. Added code to handle the event in fakesrc and fakesink.
-
- Oct 02, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: minor patch to error message in case of no registry support
-
Erik Walthinsen authored
Original commit message from CVS: oops, those #defines weren't supposed to be committed
-
- Oct 01, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added an option to preload plugins with --gst-plugin-load=<plugin1>,<plugin2>,... Removed a bogus eos detection check.
-
Wim Taymans authored
Original commit message from CVS: loadsave fixes
-
Wim Taymans authored
Original commit message from CVS: remove loadsave deps
-
Wim Taymans authored
Original commit message from CVS: more load save fixes
-
Wim Taymans authored
Original commit message from CVS: load save dependencies removed
-
Wim Taymans authored
Original commit message from CVS: Removed the loadsave dependency
-
Wim Taymans authored
Original commit message from CVS: Added ifdefs around xml code when it was not compiled into the core.
-
Erik Walthinsen authored
Original commit message from CVS: reworked things to fully deal with having XML disabled
-
- Sep 30, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Removed the -profile-arcs flag
-
Wim Taymans authored
Original commit message from CVS: More pending stuff
-
Wim Taymans authored
Original commit message from CVS: Removed the instrument-functions flag
-
Wim Taymans authored
Original commit message from CVS: Reverted the bytestream changes
-
Wim Taymans authored
Original commit message from CVS: Hmm. sec..
-
Wim Taymans authored
Original commit message from CVS: Commit my pending changes. - revert WHERE stuff - added fast type checking - add preliminary stack trace functionality - minor fixes/cleanups.
-
Wim Taymans authored
Original commit message from CVS: Added automatic growing of the memchunk. Added cleanup.
-
Wim Taymans authored
Original commit message from CVS: This one actually works..
-
Wim Taymans authored
Added a fast non-blocking memchunk implementation, it's about 20x faster than a mutex based implementation. Original commit message from CVS: Added a fast non-blocking memchunk implementation, it's about 20x faster than a mutex based implementation.
-
- Sep 29, 2001
-
-
Joshua N. Pritikin authored
Original commit message from CVS: 1 Make 64-bit clean. 2 (gst_filesrc_map_small_region) Fix memory leak.
-