Age | Commit message (Expand) | Author | Files | Lines |
2006-04-08 | Fix broken GObject macros | Stefan Kost | 1 | -1/+1 |
2006-04-08 | Fix broken GObject macros | Stefan Kost | 1 | -5/+5 |
2006-04-06 | more distcheck fixes | Thomas Vander Stichele | 2 | -8/+6 |
2006-04-06 | ext/: don't dist amr wb source code | Thomas Vander Stichele | 2 | -5/+4 |
2006-04-06 | Unify the long descriptions in the plugin details (#337263). | j^ | 38 | -224/+181 |
2006-04-06 | ext/neon/gstneonhttpsrc.c: Add back "uri" property and mark it as deprecated;... | Tim-Philipp Müller | 1 | -1/+10 |
2006-04-03 | ext/swfdec/Makefile.am: Don't set plugindir. | Tim-Philipp Müller | 2 | -3/+1 |
2006-04-03 | GST_ORIGIN => GST_PACKAGE_ORIGIN | Tim-Philipp Müller | 2 | -2/+2 |
2006-04-01 | add taglib checks and docs | Thomas Vander Stichele | 1 | -2/+2 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 25 | -25/+31 |
2006-03-31 | configure.ac: Add autoconfery for theoradec. | Michael Smith | 4 | -0/+1220 |
2006-03-29 | ext/gsm/: Cleanups, fix leaks. | Wim Taymans | 3 | -26/+143 |
2006-03-29 | Added new plugin amrwb parse. | Renato Araujo Oliveira Filho | 12 | -0/+1357 |
2006-03-26 | ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache... | Tim-Philipp Müller | 2 | -81/+154 |
2006-03-25 | ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; ou... | Tim-Philipp Müller | 1 | -10/+20 |
2006-03-23 | ext/xvid/gstxvidenc.c: Patch to mark outgoing encoded buffers as delta-units ... | Mark Nauwelaerts | 1 | -3/+8 |
2006-03-22 | Add new libsoundtouch-based pitch plugin (#331335). | Wouter Paeson | 4 | -0/+814 |
2006-03-20 | ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type. | Tim-Philipp Müller | 1 | -1/+1 |
2006-03-13 | ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match... | Tim-Philipp Müller | 1 | -1/+27 |
2006-03-12 | ext/taglib/: Add support for writing MusicBrainz IDs. | Tim-Philipp Müller | 3 | -5/+86 |
2006-03-11 | ext/taglib/gsttaglib.cc: and add support for TCOP (copyright) | Alex Lancaster | 1 | -2/+17 |
2006-03-10 | ext/libmms/gstmms.*: Some clean-ups; more debug output; use blocksize propert... | Tim-Philipp Müller | 2 | -98/+66 |
2006-03-09 | new id3v2 muxer based on TagLib | Christophe Fergeau | 4 | -0/+526 |
2006-03-06 | ext/musepack/: Forgot those two. | Tim-Philipp Müller | 2 | -13/+11 |
2006-03-06 | ext/musepack/gstmusepackdec.c: Some cleanups; pause task when push fails. | Tim-Philipp Müller | 1 | -208/+101 |
2006-03-04 | ext/faad/gstfaad.c: Add query function for position/duration querying (mostly... | Tim-Philipp Müller | 1 | -22/+246 |
2006-03-03 | ext/xvid/gstxviddec.c: Declare variable at the beginning of the block and mak... | Jens Granseuer | 1 | -1/+2 |
2006-02-24 | Changed property name from "uri" to "location". | Edgard Lima | 1 | -8/+8 |
2006-02-20 | ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem t... | Jan Schmidt | 1 | -1/+3 |
2006-02-19 | ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author... | Tim-Philipp Müller | 5 | -10/+15 |
2006-02-14 | ext/libmms/gstmms.c: Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no ... | Tim-Philipp Müller | 1 | -21/+15 |
2006-02-06 | Now it uses libneon 0.25.5 that supports shoutcast. | Edgard Lima | 1 | -5/+9 |
2006-02-06 | ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2". | Edward Hervey | 2 | -7/+105 |
2006-02-06 | ext/bz2/: No need to init parent_class, the boilerplate does it for you. | Andy Wingo | 2 | -4/+0 |
2006-02-06 | Hook it up. | Andy Wingo | 7 | -0/+680 |
2006-01-29 | ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ... | Tim-Philipp Müller | 3 | -507/+680 |
2006-01-27 | ext/faad/gstfaad.c: Handle 'framed' field in caps; Port syncing for raw strea... | Tim-Philipp Müller | 1 | -15/+102 |
2006-01-27 | ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc... | Jan Schmidt | 2 | -84/+172 |
2006-01-25 | Just chain up finalize calls (calling parent_class->finalize). | Edgard Lima | 2 | -1/+7 |
2006-01-25 | Finalize method has been created and others small changes. | Edgard Lima | 1 | -2/+22 |
2006-01-24 | ext/musepack/: Fix seeking in musepack files (it's still incredibly slow, but... | Tim-Philipp Müller | 4 | -328/+340 |
2006-01-21 | Update from swfdec. | David Schleef | 1 | -25/+21 |
2006-01-20 | Fixed state transictions PLAYING->NULL->PLAYING. | Edgard Lima | 2 | -8/+26 |
2006-01-19 | Some minor improvements on log messages. | Edgard Lima | 1 | -40/+49 |
2006-01-16 | Removed gst_base_src_set_live from mms and neon, and now calling parent_class... | Edgard Lima | 3 | -4/+2 |
2006-01-11 | Now implementing navigation interface and using GST_BOILER_PLATE_FULL. | Edgard Lima | 1 | -50/+127 |
2006-01-11 | Replaced wrong style code by GST_BOILERPLATE. | Edgard Lima | 1 | -37/+6 |
2006-01-09 | Created new element, sdlaudiosink. | Edgard Lima | 5 | -24/+611 |
2006-01-04 | Some improvements in cancellation and debug messages. | Edgard Lima | 2 | -95/+138 |
2006-01-04 | Removed not need thread and changed to push out blocksize bytes. | Edgard Lima | 2 | -136/+72 |