2003-05-11 |
David Schleef | Change from AS_COMPILER() to AS_COMPILER_FLAG() in...
|
commit | commitdiff | tree |
2003-05-09 |
David Schleef | Change .p2align to .align to make non-gas assemblers...
|
commit | commitdiff | tree |
2003-05-09 |
David Schleef | stuff about RGB video
|
commit | commitdiff | tree |
2003-05-01 |
David Schleef | Disable MIPS, 'cuz it's broken.
|
commit | commitdiff | tree |
2003-04-18 |
David Schleef | Add caps list test that shows incorrect behavior
|
commit | commitdiff | tree |
2003-04-16 |
David Schleef | Fix a compilation problem with the example code.
|
commit | commitdiff | tree |
2003-04-13 |
David Schleef | Fall back on sa_handler if sa_sigaction doesn't work
|
commit | commitdiff | tree |
2003-04-13 |
David Schleef | Change autoconf_2.52d_check to 2_52 to make bash happy
|
commit | commitdiff | tree |
2003-04-13 |
David Schleef | Revert last Makefile.am change, and fix it correctly...
|
commit | commitdiff | tree |
2003-04-11 |
David Schleef | Disable compiler warning because of a bug in flex-2...
|
commit | commitdiff | tree |
2003-04-08 |
David Schleef | Remove grammar.output, too
|
commit | commitdiff | tree |
2003-04-08 |
David Schleef | Clean up Makefile.am
|
commit | commitdiff | tree |
2003-04-08 |
David Schleef | Fix warning
|
commit | commitdiff | tree |
2003-04-07 |
David Schleef | add printf format and args macros for FOURCCs
|
commit | commitdiff | tree |
2003-04-04 |
David Schleef | Add $(GST_LIBS) to libgstcontrol's LIBADD. Should...
|
commit | commitdiff | tree |
2003-02-06 |
David Schleef | Change %lld format to G_INT64_FORMAT
|
commit | commitdiff | tree |
2003-02-01 |
David Schleef | Make factual and grammatical corrections to man pages...
|
commit | commitdiff | tree |
2003-02-01 |
David Schleef | Convert %lld and %llu in printf formats to G_G[U]INT64_FORMA...
|
commit | commitdiff | tree |
2003-01-21 |
David Schleef | Remove 'inline' from a function that is never actually...
|
commit | commitdiff | tree |
2003-01-21 |
David Schleef | Hide GCC assembly behind define(__GNUC__). From Brian...
|
commit | commitdiff | tree |
2003-01-21 |
David Schleef | Patch to remove GCC-ism for local structure initialization...
|
commit | commitdiff | tree |
2003-01-21 |
David Schleef | Remove GCC-ism used to find current stack pointer,...
|
commit | commitdiff | tree |
2003-01-21 |
David Schleef | Add test for ucontext.h. (Needed for cothreads.c)
|
commit | commitdiff | tree |
2003-01-21 |
David Schleef | Replace __alignof__() GCC-ism with sizeof(). Should...
|
commit | commitdiff | tree |
2003-01-11 |
David Schleef | Fix prototypes (trivial)
|
commit | commitdiff | tree |
2003-01-11 |
David Schleef | Fixes for cross-compilation
|
commit | commitdiff | tree |
2003-01-10 |
David Schleef | Fix bison build line
|
commit | commitdiff | tree |
2002-12-10 |
David Schleef | Clean up cothread destruction code
|
commit | commitdiff | tree |
2002-12-10 |
David Schleef | Lots of new assertions and debugging
|
commit | commitdiff | tree |
2002-12-10 |
David Schleef | Added setting of _gst_debug_cothread_index for debugging
|
commit | commitdiff | tree |
2002-12-10 |
David Schleef | Added thread-loval variable for cothread index.
|
commit | commitdiff | tree |
2002-12-10 |
David Schleef | Partially revert last change, since it breaks things...
|
commit | commitdiff | tree |
2002-12-09 |
David Schleef | Use makecontext() as a generic implementation
|
commit | commitdiff | tree |
2002-12-09 |
David Schleef | Fix the powerpc atomix swap
|
commit | commitdiff | tree |
2002-12-06 |
David Schleef | Removing unused code related to stack allocation (cothreads_...
|
commit | commitdiff | tree |
2002-12-05 |
David Schleef | refactor cothread stack mmap code. Add makecontext...
|
commit | commitdiff | tree |
2002-12-04 |
David Schleef | Add some assertions to check that we're running inside...
|
commit | commitdiff | tree |
2002-12-03 |
David Schleef | Change GPrivate usage to GStaticPrivate, assuming it...
|
commit | commitdiff | tree |
2002-12-03 |
David Schleef | Add assertion in cothread_get_context()
|
commit | commitdiff | tree |
2002-11-21 |
David Schleef | Add assertion to make sure that we're in the thread...
|
commit | commitdiff | tree |
2002-11-19 |
David Schleef | Added gst_buffer[_pool]_needs_copy_on_write()
|
commit | commitdiff | tree |
2002-11-19 |
David Schleef | Added gst_data_needs_copy_on_write()
|
commit | commitdiff | tree |
2002-11-19 |
David Schleef | Added atomic code for PowerPC
|
commit | commitdiff | tree |
2002-11-19 |
David Schleef | Cleaned up cothread_create(), added comments, added...
|
commit | commitdiff | tree |
2002-11-17 |
David Schleef | Fix compile problem on non-i386
|
commit | commitdiff | tree |
2002-11-15 |
David Schleef | Move stack_top code from cothread_create() to cothread_conte...
|
commit | commitdiff | tree |
2002-11-14 |
David Schleef | Fix up allocation of stack space for a cothread. Previous...
|
commit | commitdiff | tree |
2002-11-14 |
David Schleef | Add automatic stack dumping on SIGSEGV and SIGQUIT
|
commit | commitdiff | tree |
2002-11-02 |
David Schleef | remove debugging message
|
commit | commitdiff | tree |
2002-11-01 |
David Schleef | Convert to GThreads
|
commit | commitdiff | tree |
2002-11-01 |
David Schleef | Change from pthreads to GThreads
|
commit | commitdiff | tree |
2002-10-31 |
David Schleef | Fix parsing of negative numbers. Note that parsing...
|
commit | commitdiff | tree |
2002-10-25 |
David Schleef | Convert from sys_errlist[] to g_strerror()
|
commit | commitdiff | tree |
2002-10-25 |
David Schleef | removal of nasm dependency
|
commit | commitdiff | tree |
2002-10-25 |
David Schleef | More nasm removal cleanups
|
commit | commitdiff | tree |
2002-10-25 |
David Schleef | Fix some inconsistencies and missing flags
|
commit | commitdiff | tree |
2002-10-25 |
David Schleef | Remove HAVE_NASM-related stuff
|
commit | commitdiff | tree |
2002-10-25 |
David Schleef | We don't depend on or use nasm on any platform. It...
|
commit | commitdiff | tree |
2002-10-25 |
David Schleef | inline assembly doesn't depend on HAVE_NASM, it depends...
|
commit | commitdiff | tree |
2002-10-17 |
David Schleef | Fix for HPPA asm code
|
commit | commitdiff | tree |
2002-10-17 |
David Schleef | After the third time of calling GST_PROPS_FLOAT with...
|
commit | commitdiff | tree |
2002-09-22 |
David Schleef | Got tired of FOURCCs being printed backwards on big...
|
commit | commitdiff | tree |
2002-09-20 |
David Schleef | gstreamer-code.files: change to libgst*scheduler, since...
|
commit | commitdiff | tree |
2002-09-20 |
David Schleef | Make local copy of lists because they change while...
|
commit | commitdiff | tree |
2002-09-20 |
David Schleef | A bit of error checking when called with bad arguments...
|
commit | commitdiff | tree |
2002-09-18 |
David Schleef | Add -p and -P flags to bison and flex, to prefix yy...
|
commit | commitdiff | tree |
2002-09-18 |
David Schleef | Fix for compiler warnings on PowerPC. Compiler complains...
|
commit | commitdiff | tree |
2002-09-15 |
David Schleef | fix typo that causes helloworld2.c to not compile
|
commit | commitdiff | tree |
2002-07-10 |
David Schleef | Fix GstBufferFlag so it's really an enum typedef, not...
|
commit | commitdiff | tree |
2002-03-10 |
David Schleef | Add inclusion of errno.h, so it compiles on PowerPC.
|
commit | commitdiff | tree |
2001-11-21 |
David Schleef | Remove the test program, since it's buggy, in order...
|
commit | commitdiff | tree |
2001-11-07 |
David Schleef | Added support for mono streams
|
commit | commitdiff | tree |
2001-11-06 |
David Schleef | Adding libs/resample, an audio resampling library....
|
commit | commitdiff | tree |
2001-11-06 |
David Schleef | Fixes to properly conditionally compile architecture...
|
commit | commitdiff | tree |
2001-11-06 |
David Schleef | New audio resampling library, created from code in...
|
commit | commitdiff | tree |
2001-11-06 |
David Schleef | New audio resampling library, created from code in...
|
commit | commitdiff | tree |
|