summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2005-08-13ext/polyp/polypsink.c: This compile fix could have been in my checkout for mo...David Schleef1-1/+5
2005-07-23Add x264-based h264/AVC encoder.Ronald S. Bultje1-0/+8
2005-07-11Compile against newer libxine, update requirement (#309503).Ronald S. Bultje3-5/+13
2005-07-01ext/artsd/gstartsdsink.c: Don't use the name property, since GstElement alrea...Ronald S. Bultje1-1/+1
2005-06-30ext/libfame/gstlibfame.c: Memleak fix (#309005).Ronald S. Bultje1-6/+7
2005-06-09ext/xvid/gstxvid.c: Make struct static, xvid crashes internally otherwise (#3...Ronald S. Bultje1-1/+1
2005-06-08ext/faad/gstfaad.c: I don't understand how this got unnoticed for so long - d...Thomas Vander Stichele1-2/+2
2005-06-03ext/audiofile/gstafparse.c: Portability fix for non-exported function (#305435).Ronald S. Bultje1-2/+17
2005-06-02if faad wants params in exact bit-width, then deliver them as suchStefan Kost1-2/+2
2005-05-18ext/swfdec/gstswfdec.c: Disable last patch, because it depends on swfdec CVS....David Schleef1-0/+6
2005-05-18ext/xvid/gstxviddec.c: More gcc4.Ronald S. Bultje1-1/+1
2005-05-18Update to 1.2 API (303117).Ronald S. Bultje3-4/+4
2005-05-18removed unnecessary GST_NASSINK_OPEN flag, don't open multiple connections to...Arwed v. Merkatz2-30/+31
2005-05-18ext/: Gcc4 fixes.Ronald S. Bultje4-6/+7
2005-05-17ext/swfdec/gstswfdec.c: Create a tag indicating the version of SWF file. (Us...David Schleef1-1/+9
2005-05-15Another batch of gcc-4.0 fixes (#304180).Tim-Philipp Müller1-1/+1
2005-05-13ext/musicbrainz/: Add empty .cpp file to make libtool use g++ for the linking...Tim-Philipp Müller2-1/+6
2005-05-05ex/: Even more gcc-4.0 fixes.Tim-Philipp Müller3-13/+16
2005-05-05More gcc-4.0 fixes.Tim-Philipp Müller1-2/+43
2005-05-05ext/faad/gstfaad.c: Reverting previous patch, blame borked gentoo patches on ...Edward Hervey1-2/+2
2005-05-05ext/faad/gstfaad.c: faacDecInit[2]() uses (unsigned int *) and not (unsigned ...Edward Hervey1-2/+2
2005-04-18ext/snapshot/gstsnapshot.c: The "snapshot" signal is very useful, but it's be...Edward Hervey1-0/+3
2005-04-15ext/: Take filler handling back out. Decoders shouldn't need to.Jan Schmidt1-21/+0
2005-04-12ext/dts/gstdtsdec.c: Handle filler events.Jan Schmidt3-31/+65
2005-04-02Don't advertise query types that are not supported (GST_QUERY_START and GST_Q...Tim-Philipp Müller1-2/+0
2005-04-02New plugin: wavpackdec; add typefinding for wavpackTim-Philipp Müller1-0/+8
2005-03-30Don't leak capsTim-Philipp Müller1-0/+2
2005-03-26currently pure ASM, needs to be ported over to C at some point.Ronald S. Bultje1-0/+8
2005-03-26Add new libcdio-based cddasrc plugin (fixes #171530)Tim-Philipp Müller1-0/+8
2005-03-20ext/jack/gstjack.c: don't use deprecated gst_buffer_set_dataBenjamin Otte1-1/+2
2005-03-20configure.ac: bump swfdec requirementDavid Schleef2-7/+79
2005-03-14ext/faac/gstfaac.c: Long live capsnego... Move over to explicit caps for now...Ronald S. Bultje1-30/+20
2005-03-14ext/faac/gstfaac.*: Change timestamp generation to lineair since that works a...Ronald S. Bultje2-32/+42
2005-03-14Add fixate function; make sure sink->device is updated according o the number...Tim-Philipp Müller1-10/+94
2005-03-14Implement 'framed' property, independent of 'codec_data'.Ronald S. Bultje1-0/+3
2005-03-09configure.ac: Fix FAAD detection problems against FAAD-CVS.Ronald S. Bultje1-38/+120
2005-03-02whoops, parenthesisThomas Vander Stichele1-85/+119
2005-03-02try to fix segfaultThomas Vander Stichele1-119/+85
2005-02-24Add GConf video/audio sink handling elements. Automagically change contained ...Ronald S. Bultje1-0/+8
2005-02-24ext/ivorbis/vorbis.c: Set rank to secondary, we always prefer oggdemux (for o...Ronald S. Bultje1-1/+1
2005-02-23Small C99'ism fix.Maciej Katafiasz1-1/+2
2005-02-21Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...Tim-Philipp Müller1-1/+6
2005-02-21Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz2-6/+40
2005-02-11configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef1-8/+0
2005-02-10ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.Jan Schmidt2-117/+151
2005-02-09ext/mplex/gstmplexibitstream.cc: gcc madness.Ronald S. Bultje1-12/+14
2005-02-08ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).Ronald S. Bultje1-3/+1
2005-02-08Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not...Tim-Philipp Müller3-3/+3
2005-02-02configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef2-2/+5
2005-01-31ext/polyp/polypsink.c: Fix silly endianness bug. Add some debugging. Remove...David Schleef1-11/+26