summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-0516-28/+0
* ext/Makefile.am (MAD_DIR): Add mad to the build.Andy Wingo2005-06-291-4/+4
* Make my automake version shut up about undefined variablesJan Schmidt2005-05-191-65/+55
* add rtsp and esd files to spec and fix some disting issuesChristian Schaller2005-05-131-6/+7
* Ported esdsink plugin.Arwed v. Merkatz2005-05-101-5/+5
* Port shout2 pluginZaheer Abbas Merali2005-05-091-5/+6
* add non-disted directoryChristian Schaller2005-05-091-1/+2
* Ported the libcaca plugin.Zeeshan Ali2005-05-081-5/+5
* add aasinkChristian Schaller2005-05-061-6/+7
* some sidplay fixoringChristian Schaller2005-05-061-6/+7
* ported mad and effectv pluginsChristian Schaller2005-05-061-435/+354
* Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...Tim-Philipp Müller2005-02-211-1/+6
* Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz2005-02-212-6/+40
* configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef2005-02-111-8/+0
* ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.Jan Schmidt2005-02-102-117/+151
* ext/mplex/gstmplexibitstream.cc: gcc madness.Ronald S. Bultje2005-02-091-12/+14
* ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).Ronald S. Bultje2005-02-081-3/+1
* Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not...Tim-Philipp Müller2005-02-083-3/+3
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef2005-02-022-2/+5
* ext/polyp/polypsink.c: Fix silly endianness bug. Add some debugging. Remove...David Schleef2005-01-311-11/+26
* Update to 1.1 API (#165446).Ronald S. Bultje2005-01-297-833/+147
* ext/Makefile.am: Unbreak buildbot.Ronald S. Bultje2005-01-281-1/+0
* Add support for AMR-NB (mobile phone audio format; #155163, #163286).Ronald S. Bultje2005-01-281-0/+9
* ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a val...Jan Schmidt2005-01-252-37/+92
* Apply patch from Jeffrey C. Ollie. Fixes rate (now always 8kHz) and adds time...Maciej Katafiasz2005-01-244-225/+173
* ext/faad/gstfaad.c: Argh...Ronald S. Bultje2005-01-171-1/+1
* ext/faad/gstfaad.c: Fix off-by-one bug. Fixes warnings during playback of sin...Ronald S. Bultje2005-01-171-5/+5
* Don't return SUCCESS from the state change when the parent call failsJan Schmidt2005-01-161-3/+1
* replace framerate aproximations by their real value (24000/1001, 30000/1001, ...Stéphane Loeuillet2005-01-141-4/+4
* Some work on tags - still doesn't work in playbin...Ronald S. Bultje2005-01-102-0/+12
* ext/snapshot/gstsnapshot.c: Allocate resources when required, fix recursive s...Ronald S. Bultje2005-01-091-19/+24
* ext/faac/gstfaac.*: Allow for ADTS output (#153434).Ronald S. Bultje2005-01-072-11/+35
* ext/faad/gstfaad.c: Only increment timestamp if it's valid. Fixes raw AAC str...Ronald S. Bultje2005-01-061-20/+22
* ext/snapshot/gstsnapshot.c: Fix segfault (#161667).Ronald S. Bultje2005-01-051-10/+1
* these files should not be hereThomas Vander Stichele2005-01-053-11/+0
* I'm too lazy to comment thisThomas Vander Stichele2005-01-041-1/+1
* configure.ac: Fix indentation, fix v4l2 plugin detection.Ronald S. Bultje2004-12-291-1/+1
* Add gstmmsMaciej Katafiasz2004-12-221-0/+8
* First commit. To my knowledge should be in working state, playbin is supporte...Maciej Katafiasz2004-12-226-0/+500
* First commit. To my knowledge should be in working state, playbin is supporte...Maciej Katafiasz2004-12-221-0/+0
* ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624.Ronald S. Bultje2004-12-182-6/+8
* configure.ac: look for musepack headers as musepack/*.h (fixes #159847)David Schleef2004-12-172-2/+2
* ext/musicbrainz/gsttrm.*: Add support for using a proxy server when getting a...Ronald S. Bultje2004-12-162-1/+38
* configure.ac: add audioresample and cairo plugins. RemoveDavid Schleef2004-12-164-0/+535
* merge patch from 158258Christian Schaller2004-12-121-5/+0
* ext/musepack/gstmusepackdec.cpp: There's also floating point libmusepacks.Ronald S. Bultje2004-12-032-26/+42
* ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre...Ronald S. Bultje2004-12-031-4/+12
* ext/faad/gstfaad.c: Oops, remove debug.Ronald S. Bultje2004-12-011-16/+2
* Adding a first version of directfbvideosink.Julien Moutte2004-11-284-0/+883
* Surround sound support.Ronald S. Bultje2004-11-253-86/+404