Age | Commit message (Expand) | Author | Files | Lines |
2008-01-22 | docs/plugins/: Regenerate. | Stefan Kost | 1 | -0/+5 |
2008-01-22 | docs/plugins/Makefile.am: Add missing eol \ | Stefan Kost | 4 | -2/+5 |
2008-01-21 | Coherent namespace usage and adding symbold from unused to sections. | Stefan Kost | 2 | -18/+18 |
2008-01-20 | ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in... | Wouter Cloetens | 1 | -10/+14 |
2008-01-19 | ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w... | Wouter Cloetens | 1 | -0/+4 |
2008-01-18 | ext/soup/gstsouphttpsrc.c: Add support for WebDAV. | Sebastian Dröge | 1 | -1/+1 |
2008-01-18 | ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ... | Wouter Cloetens | 2 | -5/+75 |
2008-01-17 | Fixed adding EXIF tags to correct IFD. Mapped some XMP tags. | Edgard Lima | 3 | -81/+373 |
2008-01-06 | ext/directfb/Makefile.am: Add GST_CFLAGS. Otherwise we don't get -Wall -Werror. | David Schleef | 2 | -5/+11 |
2008-01-06 | Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2... | Sebastian Dröge | 1 | -7/+44 |
2008-01-01 | ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i... | David Schleef | 2 | -8/+3 |
2007-12-29 | Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse... | Sebastian Dröge | 2 | -3/+5 |
2007-12-29 | Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ... | Sebastian Dröge | 11 | -16/+4 |
2007-12-28 | ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ... | Tim-Philipp Müller | 2 | -41/+36 |
2007-12-21 | Some IPTC tags mapped. | Edgard Lima | 8 | -52/+215 |
2007-12-21 | Removed gstmetadatacommon. | Edgard Lima | 8 | -852/+746 |
2007-12-19 | New base class for metadata elements. | Edgard Lima | 14 | -1944/+1552 |
2007-12-17 | Added "parse-only" property to metadatademux. | Edgard Lima | 10 | -55/+239 |
2007-12-14 | Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra... | Edgard Lima | 12 | -1620/+1294 |
2007-12-13 | Code documentation. | Edgard Lima | 18 | -197/+304 |
2007-12-13 | Added a test application. Added some EXIF tags. Fixed a muxer bug. | Edgard Lima | 8 | -104/+1405 |
2007-12-12 | ext/dts/gstdtsdec.*: Add support for "audio/x-private1-dts" as used by flupsp... | Sebastian Dröge | 2 | -5/+99 |
2007-12-11 | ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state. | Wouter Cloetens | 2 | -39/+351 |
2007-12-11 | ext/x264/gstx264enc.c: Fix caps memleak. | Wim Taymans | 1 | -2/+7 |
2007-12-05 | Added some tags to exif parser. | Edgard Lima | 5 | -21/+242 |
2007-12-04 | Now compiles even when libiptc is missing. | Edgard Lima | 2 | -3/+18 |
2007-12-04 | Fixed element properties and now muxer writes to png also. | Edgard Lima | 10 | -105/+166 |
2007-12-03 | Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets Gst... | Edgard Lima | 9 | -35/+82 |
2007-11-30 | Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags. | Edgard Lima | 14 | -177/+169 |
2007-11-30 | Fixed get_range bug when injecting and stripping. And mux is almost done now. | Edgard Lima | 16 | -275/+1168 |
2007-11-29 | configure.ac: Bump libsoup requirement as libsoup does not support async clie... | Wouter Cloetens | 2 | -14/+104 |
2007-11-29 | ext/alsaspdif/alsaspdifsink.c: Don't free uninitialized data when we are in e... | Wim Taymans | 1 | -11/+17 |
2007-11-28 | Sending make and model individual tags and muxer now links fine. | Edgard Lima | 10 | -44/+145 |
2007-11-28 | Small fixes in get_range and better structure for generic muxer and demuxer. | Edgard Lima | 16 | -214/+2006 |
2007-11-26 | Now works when get_range is not available upstream. | Edgard Lima | 1 | -1/+16 |
2007-11-25 | ext/dc1394/gstdc1394.c: Set initial structure name to fix assertion, due to r... | Stefan Kost | 1 | -3/+2 |
2007-11-23 | Now parser is generic (just add/remove a list of chunks). And a template of m... | Edgard Lima | 14 | -352/+1150 |
2007-11-21 | ext/faac/gstfaac.c: Don't try to flush the decoder on EOS when it was not ini... | Wim Taymans | 1 | -4/+7 |
2007-11-21 | ext/sdl/sdlaudiosink.c: Fix build on Mac OS X. (missing format parameter) | Julien Moutte | 1 | -1/+1 |
2007-11-19 | Fixed buffer strip (safer wil pull and after seek). | Edgard Lima | 2 | -125/+125 |
2007-11-19 | Strip out in pull mode also. Seek and Query functions added. | Edgard Lima | 2 | -11/+190 |
2007-11-18 | Strip out metadata chunks. | Edgard Lima | 9 | -86/+527 |
2007-11-15 | ext/soundtouch/gstpitch.cc: Handle seeking correctly. Fixes #461068. | Wouter Paesen | 1 | -2/+105 |
2007-11-15 | ext/alsaspdif/alsaspdifsink.c: Fix sample rate and clocking. | Michael Kötter | 1 | -93/+69 |
2007-11-15 | Added HTTP source based on libsoup. Fixes #497020. | Wouter Cloetens | 4 | -0/+463 |
2007-11-12 | Added a design proposal from metadata parse and mux. | Edgard Lima | 1 | -0/+88 |
2007-11-09 | Extracting more detailed info from XMP. | Edgard Lima | 1 | -9/+110 |
2007-11-07 | ext/gio/gstgio.h: Add macro to check if a stream supports seeking. | Sebastian Dröge | 15 | -447/+1305 |
2007-11-07 | ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. | Sebastian Dröge | 5 | -48/+41 |
2007-11-02 | Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file. | Edgard Lima | 17 | -153/+530 |