2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm related logic.
|
2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-25 17:59:21 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.10.23
changes:
Support files > 4GB on Windows
Controller interpolation fixes
Add timer support to GstPoll and use it for clocking
Attempt to typefind contents from the file extension if all else fails
GStreamer revision control switched to Git
Many other bug fixes and improvements
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-01-26 11:34:48 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.10.22
changes:
GstController improvements
Extensions to the latency setting behaviours
Ability for plugins to register dependencies to trigger re-scanning
Optimisations in some common operations on caps and values and elsewhere
Add sequence numbers to events so dependent events can be associated
with the event that caused them
New macros for reading and writing float values
Many improvements in the basesink base class
Support non-default main contexts for GstBus watches
Improvements in pull-mode scheduling of sinks
Fixes for alignment issues on sparc
Ghost pad fixes
New bit-reader assistance API
Many other bug fixes and improvements
|
2008-12-14 19:34:45 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed the version comparison in the AG_GST_BISON_CHECK macro.
|
2008-10-24 09:17:47 by John Nemeth | Files touched by this commit (1) |
Log message:
add missing gtk-doc dependency needed for gtkdoc-rebase utility
|
2008-10-16 18:20:38 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.10.21
changes:
Basetransform rework
Basesink synchronisation extensions
New documentation
Many bug fixes, enhancements and optimisations
|
2008-07-15 12:05:31 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.10.20
changes:
Add the Presets interface
Use the binary registry by default
Deprecate gst_element_get_pad and don't use it anywhere any more.
Reverse playback fixes
API to get missing element messages from parse_launch parsing.
Fixes in latency calculations
BaseTransform negotiation fixes
New Buffering query and messages
Fix multiqueue deadlocks when changing limits
Remove pre-generated parser hacks and require newer flex/bison
Use GSlice in more places
Use static strings in property declarations everywhere to save memory
allocations
Fix unaligned memory accesses with the binary registry and add CRC checks
Lots of other bug fixes
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|