Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pulseink: don't leak device_description | Wim Taymans | 2009-06-19 | 1 | -12/+20 | |
| | | | | | don't leak the device_description. some cleanups. | |||||
* | po: update .po files for sunaudiomixer string changes | Tim-Philipp Müller | 2009-06-19 | 32 | -63/+638 | |
| | ||||||
* | avidemux: streaming; adjust sizes to cater for padding in chunks | Mark Nauwelaerts | 2009-06-18 | 1 | -2/+2 | |
| | ||||||
* | avidemux: streaming mode; handle data chunks grouped in rec lists. | Mark Nauwelaerts | 2009-06-17 | 1 | -0/+19 | |
| | | | | Fixes #567983. | |||||
* | qtdemux: map some tags to COMPOSER rather than ARTIST | Mark Nauwelaerts | 2009-06-17 | 1 | -2/+2 | |
| | ||||||
* | qtdemux: fix some 3GP tag extraction (keywords, genre, location) | Mark Nauwelaerts | 2009-06-17 | 1 | -19/+103 | |
| | ||||||
* | qtdemux: extract pixel-aspect-ratio information | Mark Nauwelaerts | 2009-06-17 | 2 | -2/+58 | |
| | ||||||
* | matroskademux: Fix leaking of the Matroska TITLE element | Sebastian Dröge | 2009-06-17 | 1 | -0/+1 | |
| | ||||||
* | effectv: Add basic documentation for the effectv elements | Sebastian Dröge | 2009-06-16 | 89 | -294/+635 | |
| | ||||||
* | effectv: Define the fast PRNG function at a central place | Sebastian Dröge | 2009-06-16 | 5 | -33/+12 | |
| | ||||||
* | effectv: Move type definitions into separate headers | Sebastian Dröge | 2009-06-16 | 19 | -302/+639 | |
| | | | | This is needed for the docs later. | |||||
* | effectv: Remove get_unit_size implementations | Sebastian Dröge | 2009-06-16 | 8 | -185/+0 | |
| | | | | The default on from GstVideoFilter handles this already. | |||||
* | configure: bump core/base requirements to git | Tim-Philipp Müller | 2009-06-16 | 1 | -2/+2 | |
| | | | | | Need git core for basesink bufferlist additions; -base requirement bumped gratuitously. | |||||
* | tests: add some debug, send newsegment | Wim Taymans | 2009-06-16 | 1 | -1/+9 | |
| | ||||||
* | udpsrc: add debug line for the socket | Wim Taymans | 2009-06-16 | 1 | -0/+2 | |
| | ||||||
* | tests: turn g_print into debug | Wim Taymans | 2009-06-16 | 1 | -2/+2 | |
| | ||||||
* | multiudpsink: add support for buffer lists | Ognyan Tonchev | 2009-06-16 | 3 | -0/+290 | |
| | | | | | | Add support for BufferList and add a unit test. Fixes #585842 | |||||
* | souphttpsrc: reset session state when stopping | Tim-Philipp Müller | 2009-06-16 | 1 | -23/+24 | |
| | | | | Increases the chances that the element is actually reusable. | |||||
* | souphttpsrc: log response and request headers and fix some broken indenting | Tim-Philipp Müller | 2009-06-16 | 1 | -28/+14 | |
| | ||||||
* | mp4gdepay: guess constantDuration better | Wim Taymans | 2009-06-15 | 1 | -6/+9 | |
| | | | | | | | Do a better job at guessing the constantDuration parameter when it is not present in the caps. Fixes #585205 | |||||
* | warptv: Clean up warptv element and fix some minor bugs and leaks | Sebastian Dröge | 2009-06-15 | 1 | -47/+36 | |
| | ||||||
* | vertigotv: Clean up vertigotv element and fix some minor bugs and leaks | Sebastian Dröge | 2009-06-15 | 1 | -80/+54 | |
| | ||||||
* | dicetv: Use guint8 instead of char (which can be signed or unsigned) | Sebastian Dröge | 2009-06-15 | 1 | -3/+2 | |
| | ||||||
* | shagadelictv: Use guint8/gint8 instead of char (which can be signed or unsigned) | Sebastian Dröge | 2009-06-15 | 1 | -11/+11 | |
| | ||||||
* | shagadelictv: Clean up element and free all memory in finalize | Sebastian Dröge | 2009-06-15 | 1 | -55/+34 | |
| | ||||||
* | revtv: Clean up revtv element | Sebastian Dröge | 2009-06-15 | 1 | -84/+34 | |
| | ||||||
* | quarktv: Simplify some code | Sebastian Dröge | 2009-06-15 | 1 | -26/+23 | |
| | ||||||
* | quarktv: Use the input data if a NULL buffer is chosen instead of the value 0 | Sebastian Dröge | 2009-06-15 | 1 | -2/+4 | |
| | ||||||
* | quarktv: Fix setting the planes property of quarktv | Sebastian Dröge | 2009-06-15 | 1 | -9/+12 | |
| | | | | | | Setting it to a value<16 would cause crashes before because current_plane was set to the old number of planes-1. Also fix calculations for non-2^n planes values. | |||||
* | quarktv: Clean up the quarktv element | Sebastian Dröge | 2009-06-15 | 1 | -79/+32 | |
| | ||||||
* | effectv: Make elements list constant | Sebastian Dröge | 2009-06-15 | 1 | -2/+2 | |
| | ||||||
* | edgetv: Clean up edgetv element and fix memory leak | Sebastian Dröge | 2009-06-15 | 1 | -62/+47 | |
| | ||||||
* | dicetv: Clean up dicetv element and fix some smaller issues | Sebastian Dröge | 2009-06-15 | 1 | -69/+50 | |
| | | | | | This fixes a memory leak (the dice map) and a crash when setting the square-bits property before caps are set. | |||||
* | agingtv: Actually use GstController for syncing the properties to timestamps | Sebastian Dröge | 2009-06-15 | 2 | -2/+18 | |
| | ||||||
* | agingtv: Export some more agingtv properties via GObject properties | Sebastian Dröge | 2009-06-15 | 1 | -6/+59 | |
| | ||||||
* | agingtv: General cleanup and updating of copyright | Sebastian Dröge | 2009-06-15 | 1 | -59/+76 | |
| | | | | | Also make the scratch-lines property exported via a GObject property and initialize/reset the internal state correctly. | |||||
* | agingtv: Store and update state inside the instance struct | Sebastian Dröge | 2009-06-15 | 1 | -25/+34 | |
| | | | | This makes the coloraging effect and pits effect visible. | |||||
* | pulsesink: ref custom ring buffer class and type in class_init | Tim-Philipp Müller | 2009-06-15 | 1 | -0/+4 | |
| | | | | | | | Hack around thread-safety issues in GObject and our racy _get_type() functions (we could easily fix the _get_type() functions, but we still need to hack around the GObject class races until we require a newer GLib version, I think). | |||||
* | Remove a few old example apps from the 0.8 days | Tim-Philipp Müller | 2009-06-14 | 9 | -555/+0 | |
| | | | | | | | | | | | Some have been replaced by newer ones, others are demoing elements that don't exist any longer (not in -good anyway), and others have not been touched in many years and it seem pointless to keep them around. Removing these files makes sure we don't have any code in our repository that uses Gtk+ symbols which are to be removed for GNOME3, and as such will make some script that greps for this kind of stuff give us a clean bill of code health. Fixes #585757. | |||||
* | rtpsirenpay: Remove deprecated symbol | Olivier Crête | 2009-06-13 | 2 | -1/+1 | |
| | | | | Patch by: Luis Menina | |||||
* | tests: Don't run the flacdec test if the plugin isn't built. Fixes #585630 | Marvin Schmidt | 2009-06-13 | 1 | -1/+7 | |
| | ||||||
* | rtspsrc: Add RTP blocksize functionality | Patrick Radizi | 2009-06-12 | 2 | -0/+32 | |
| | | | | | Add property to make the client suggest a blocksize to the server. Fixes #585549 | |||||
* | rtp: update README, fix some typos, mention gstrtpbin | Wim Taymans | 2009-06-11 | 1 | -2/+13 | |
| | ||||||
* | pulsesink: handle border cases in resampler | Wim Taymans | 2009-06-11 | 1 | -2/+5 | |
| | ||||||
* | docs: Bump common. Use upload-doc.mak instead of upload.mak | Jan Schmidt | 2009-06-11 | 4 | -38/+2 | |
| | | | | | Remove the local copy of upload.mak in favour of using the shared upload-doc.make in common/ | |||||
* | docs: Quieten a couple more docs warnings | Jan Schmidt | 2009-06-11 | 2 | -2/+2 | |
| | ||||||
* | docs: Remove gtk-doc comment marker | Jan Schmidt | 2009-06-11 | 1 | -5/+5 | |
| | | | | | These comment blocks aren't gtk-doc comments and cause annoying noise in the docs build. | |||||
* | deinterlace: Implement upstream negotation | Sebastian Dröge | 2009-06-11 | 2 | -9/+142 | |
| | ||||||
* | deinterlace: Improve debugging and clean up some code | Sebastian Dröge | 2009-06-11 | 1 | -34/+64 | |
| | ||||||
* | deinterlace: Clip buffers to the current segment if possible | Sebastian Dröge | 2009-06-11 | 1 | -2/+41 | |
| |