Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Automatic update of common submodule | Jan Schmidt | 2009-02-22 | 1 | -0/+0 | |
| | | | | | | | | From 5d7c9cc to 9cf8c9b | |||||
| * | hdv1394src: Don't use void * pointer arithmetic | Sebastian Dröge | 2009-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Automatic update of common submodule | David Schleef | 2009-02-21 | 1 | -0/+0 | |
| | | | | | | | | From 80c627d to 5d7c9cc | |||||
| * | Back to development -> 0.10.14.1 | Jan Schmidt | 2009-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | Add/clarify/fix some logging. | Thomas Vander Stichele | 2009-03-02 | 1 | -3/+6 | |
|/ | ||||||
* | respect DEFAULT segment by clipping the last buffer to be sent | Thomas Vander Stichele | 2009-02-21 | 1 | -0/+11 | |
| | ||||||
* | Release 0.10.14 | Jan Schmidt | 2009-02-19 | 73 | -3097/+3353 | |
| | ||||||
* | Update .po files | Jan Schmidt | 2009-02-19 | 32 | -150/+124 | |
| | ||||||
* | Update Since: tags in autodetect srcs and audioecho | Jan Schmidt | 2009-02-19 | 3 | -3/+3 | |
| | ||||||
* | Update ChangeLog for 0.10.13.3 | Jan Schmidt | 2009-02-19 | 1 | -0/+81 | |
| | ||||||
* | 0.10.13.3 pre-release | Jan Schmidt | 2009-02-19 | 2 | -4/+4 | |
| | ||||||
* | pulsemixer: Fix compiler warnings. | Mark Nauwelaerts | 2009-02-13 | 1 | -6/+6 | |
| | | | | | Cast (enum *) to (int *), not necessarily technically right, but plugs #571153. | |||||
* | pulsesink: Issue property change notification in streaming thread, | Mark Nauwelaerts | 2009-02-13 | 2 | -6/+9 | |
| | | | | | | | | | rather than PA thread. pa_threaded_mainloop_lock() (a.o.) and by extension get_property should not be done from a PA thread, but the latter may occur as a result of a property change notification. Fixes #571204 (though current situation not ideal, e.g. post message rather than signal). | |||||
* | aspectratiocrop: Don't forget to call parent finalize implementation. | Edward Hervey | 2009-02-10 | 1 | -0/+2 | |
| | | | | This fixes a memory leak (leaking the contained elements of the bin). | |||||
* | osxvideosink: Fix build. Fixes #571038 | Edward Hervey | 2009-02-10 | 1 | -8/+7 | |
| | ||||||
* | Bump revision to use for common submodule. | Edward Hervey | 2009-02-09 | 1 | -0/+0 | |
| | ||||||
* | ChangeLog: Update ChangeLog for 0.10.13.2 | Jan Schmidt | 2009-02-07 | 1 | -17631/+30875 | |
| | ||||||
* | po: Update translations for 0.10.13.2 | Jan Schmidt | 2009-02-07 | 32 | -2255/+2374 | |
| | ||||||
* | Release 0.10.13.2 | Jan Schmidt | 2009-02-07 | 2 | -4/+4 | |
| | ||||||
* | po: Add Maltese translation | Jan Schmidt | 2009-02-07 | 2 | -1/+399 | |
| | ||||||
* | qtdemux: Add handling for stps atoms | David Schleef | 2009-02-06 | 5 | -0/+44 | |
| | | | | | | stps atoms contain "partial sync" information, which means that it's a sync point where pts != dts. This is needed to properly handle MPEG2, H.264, Dirac, etc., in quicktime. | |||||
* | flacdec: if we aborted reading, don't do into an infinite loop. | Michael Smith | 2009-02-05 | 1 | -0/+7 | |
| | | | | | If our read callback ran out of data, so had to abort reading, we return GST_FLOW_ERROR instead of going into an infinite loop. | |||||
* | osxvideosink: remove non-embedded mode and fix memory management. | Michael Smith | 2009-02-05 | 2 | -349/+66 | |
| | | | | | | | Remove non-embedded mode. Embed mode becomes default and only mode. embed property is retained for binary compatibility. Added autorelease pools around all objc functions that might be called from a non-main thread. | |||||
* | debug on the object | Thomas Vander Stichele | 2009-02-05 | 1 | -26/+35 | |
| | ||||||
* | osxaudio fixes: multichannel and changing caps. | Michael Smith | 2009-02-04 | 1 | -4/+7 | |
| | | | | | | | Ensure we create the ringbuffer segment size as a multiple of the bytes per sample (fixes 6-channel output). Reset the segoffset when acquiring the ringbuffer, so we don't retain a bogus offset when caps change. | |||||
* | rtspsrc: Keep track of connected state | Wim Taymans | 2009-02-04 | 2 | -11/+15 | |
| | | | | | Keep track of the state of the connection and don't try to send TEARDOWN when the server has closed the connection. | |||||
* | Read Matroska Title element for the TITLE tag | Robin Stocker | 2009-02-04 | 1 | -1/+15 | |
| | | | | | | | Not all Matroska files have a Tags element which contains information about the title among other things. Most video Matroska files only contain the Title element so we should parse this too. Fixes bug #570435. | |||||
* | configure.ac: bump core/base requirements to released versions | Tim-Philipp Müller | 2009-02-03 | 1 | -2/+2 | |
| | ||||||
* | Fix audioecho unit test on 32 bit systems | Sebastian Dröge | 2009-02-03 | 1 | -6/+6 | |
| | | | | | | Cast the new value for the "delay" property to GstClockTime. Integers without type are passed to vararg functions with an integer type that can hold a pointer. | |||||
* | equalizer: Don't reset frequency bands from user settings. Fixes #570343. | Stefan Kost | 2009-02-03 | 1 | -18/+20 | |
| | | | | | | Move reallocating the history buffer out of _compute_frequencies() and call the right function as needed. Add some logging and tweak the formatting of existing logging. Simplify setting need_new_coefficients when changing properties. | |||||
* | Use guint64 instead of guint for storing guint64 | Sebastian Dröge | 2009-02-03 | 1 | -3/+2 | |
| | ||||||
* | Use correct flag for the GNOME proxy configuration | Jonathan Matthew | 2009-02-02 | 1 | -1/+1 | |
| | | | | Fixes bug #552140. | |||||
* | Fix compiler warnings | Wim Taymans | 2009-02-02 | 1 | -18/+20 | |
| | | | | fix compiler warnings due to unused return values of scanf. | |||||
* | Fix format string compiler warning | Sebastian Dröge | 2009-01-31 | 1 | -2/+1 | |
| | ||||||
* | Add releaseinfo with online url. | Stefan Kost | 2009-01-30 | 1 | -0/+5 | |
| | ||||||
* | Fix up some compile flags | Jan Schmidt | 2009-01-30 | 2 | -3/+3 | |
| | ||||||
* | Don't use Glib 2.16 function g_strcmp0. | Jan Schmidt | 2009-01-30 | 1 | -3/+3 | |
| | ||||||
* | Don't do void pointer arithmetic | Jan Schmidt | 2009-01-30 | 1 | -5/+5 | |
| | ||||||
* | Fix Forte compiler warnings. | Jan Schmidt | 2009-01-30 | 2 | -7/+7 | |
| | | | | Don't do void pointer arithmetic. Don't have an unreachable statement. | |||||
* | Bump common | Jan Schmidt | 2009-01-30 | 1 | -0/+0 | |
| | ||||||
* | Remove useless processing for non-raw formats | Edward Hervey | 2009-01-30 | 1 | -10/+8 | |
| | ||||||
* | Add support for the 'Requirement' and 'Encoder' tags | Edward Hervey | 2009-01-30 | 3 | -1/+6 | |
| | ||||||
* | Modify private-tag name formatter so that it doesn't go mad at fourcc ↵ | Edward Hervey | 2009-01-30 | 1 | -2/+3 | |
| | | | | starting with '(c)'. | |||||
* | Fix comparison of the tuner norms | Brijesh Singh | 2009-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | The V4L2 tuner norms that a device supports could be a subset of some norm (e.g. NTSC instead of NTSC_M). The comparison should be done by & instead of ==. See http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html#STANDARD Fixes bug #569820. | |||||
* | Use a symbolic link for the pre-commit client-side hook | Edward Hervey | 2009-01-30 | 2 | -3/+3 | |
| | ||||||
* | Only unref the peer when there is one. | Thijs Vermeir | 2009-01-29 | 1 | -1/+1 | |
| | ||||||
* | Remove version numbers from a few gst-launch examples. | Stefan Kost | 2009-01-29 | 8 | -13/+13 | |
| | | | | The majority of the examples doe not use -0.10 and this will also help us to maintain the docs. | |||||
* | Update and add documentation for platform specific plugins (sys). | Stefan Kost | 2009-01-29 | 15 | -169/+92 | |
| | | | | Link to properties. Correct titles for examples. Fix examples. | |||||
* | Add ' to framerate argument and remove the word 'simple' as all our ↵ | Stefan Kost | 2009-01-29 | 1 | -2/+2 | |
| | | | | pipelines are apparently simple. | |||||
* | Add examples for the jpeg elements. | Stefan Kost | 2009-01-29 | 2 | -0/+16 | |
| |