Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
*_is_writeable => *_is_writable (spelling)
|
|
Original commit message from CVS:
change *_is_readonly to *_is_writeable. Hope the name stays now...
|
|
Original commit message from CVS:
remove left over GST_DATA_IS_READONLY
|
|
gst_(data|buffer)_needs_copy_on_write to gst_(data|buffer)_is_readonly...
Original commit message from CVS:
API change: rename (currently unused function) gst_(data|buffer)_needs_copy_on_write to gst_(data|buffer)_is_readonly - we don't want to confuse even core developers
|
|
Original commit message from CVS:
- copy kernel headers (waiting for libatomic..)
- Make sure the atomic stuff is never seen by the app
- inline atomic stuff for core only, expose non-inlined version to apps.
hoping this one works... please test
|
|
Original commit message from CVS:
Added gst_data_needs_copy_on_write()
|
|
Original commit message from CVS:
fixing ANSI C compliance issues
|
|
Original commit message from CVS:
Also handle READONLY buffers in the copy_on_write function
|
|
to generate docs for them.
Original commit message from CVS:
- Documentation updates, renamed some _ methods because gtkdoc didn't
want to generate docs for them.
- Add some more events for future use.
|
|
Original commit message from CVS:
- Removed bufferpool code and move that to gstbuffer.c
- implemented refcounting on GstData
- implemented new buffer code based on Company's work in the EVENTS2 branch
- added boxed types for GstData/GstEvent/GstBuffer/GstBufferPool
- added refcounting to bufferpools and events
- use lockfree allocation for buffers
- simplified the clock, use lockfree allocation
- use GQueue in GstQueue for faster access to the tail element
- update core plugins to the new event API
|
|
Original commit message from CVS:
merge from EVENTS1 on 20011016
|