summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2003-05-12Some bugfixes:Christian Schaller1-1/+1
Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
2003-04-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller1-17/+5
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje10-36/+1057
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-22Rewrote much of the code. Hopefully will work with gst-player now.David Schleef1-482/+61
Original commit message from CVS: Rewrote much of the code. Hopefully will work with gst-player now.
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje7-4/+1156
closed-source) Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
2003-04-09Grrr... another fix, to make gst_artsio.idl dist correctly.David Schleef1-0/+1
Original commit message from CVS: Grrr... another fix, to make gst_artsio.idl dist correctly.
2003-04-08Refix #104689David Schleef1-1/+4
Original commit message from CVS: Refix #104689
2003-04-07Convert some of the broken fourcc printing to GST_FOURCC_FORMATDavid Schleef1-12/+7
Original commit message from CVS: Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
2003-04-07Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef2-2/+2
int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
2003-04-05Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.David Schleef1-15/+1
Original commit message from CVS: Remove automake-1.4 hack to get files to dist correctly. Fixes #104689. Doesn't need to go into 0.6.1, imo.
2003-03-04update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051Andy Wingo3-82/+66
Original commit message from CVS: update for the latest jack cvs and non-cothreaded gst scheduler
2003-03-02Complete the move of the RTP pluginChristian Schaller1-8/+2
Original commit message from CVS: Complete the move of the RTP plugin
2003-03-01commit first part of ivorbis fixesChristian Schaller2-270/+269
Original commit message from CVS: commit first part of ivorbis fixes
2003-02-23state change fixes from Pedro Corte-Real for shout and shout2 pluginsChristian Schaller1-4/+5
Original commit message from CVS: state change fixes from Pedro Corte-Real for shout and shout2 plugins
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller2-2/+2
also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-02-23remove autogenerated fileDavid I. Lehn1-500/+0
Original commit message from CVS: remove autogenerated file
2003-02-23merge integer based Tremor vorbis pluginChristian Schaller6-3/+1347
Original commit message from CVS: merge integer based Tremor vorbis plugin
2003-02-05Changed caps->fixed to use FLAG_SETJan Schmidt1-1/+1
Original commit message from CVS: Changed caps->fixed to use FLAG_SET
2003-02-02- properly ref/unref the caps while doing caps negoWim Taymans1-12/+29
Original commit message from CVS: - properly ref/unref the caps while doing caps nego
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef3-5/+5
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-02-01remove README from Makefile.am as there is no READMEChristian Schaller1-1/+0
Original commit message from CVS: remove README from Makefile.am as there is no README
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali5-2/+1156
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
2003-01-23Add length queryingDavid Schleef1-36/+14
Original commit message from CVS: Add length querying
2003-01-17Update for new APIDavid Schleef2-35/+37
Original commit message from CVS: Update for new API
2003-01-13Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"Jan Schmidt1-1/+1
Original commit message from CVS: Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
2003-01-12unref pool tooWim Taymans1-0/+2
Original commit message from CVS: unref pool too
2003-01-12connect fixWim Taymans1-2/+2
Original commit message from CVS: connect fix
2003-01-10more link fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: more link fixes
2003-01-10PadConnect -> PadLinkThomas Vander Stichele11-28/+28
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele13-77/+77
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2003-01-01Remove PAD_EOSWim Taymans1-1/+0
Original commit message from CVS: Remove PAD_EOS
2002-12-30First attempt at a cd player plugins that uses libcdaudio.Wim Taymans2-0/+527
Original commit message from CVS: First attempt at a cd player plugins that uses libcdaudio.
2002-12-30Fix plugins for new query APIWim Taymans1-5/+5
Original commit message from CVS: Fix plugins for new query API
2002-12-27Update to new element sync APIWim Taymans1-2/+4
Original commit message from CVS: Update to new element sync API
2002-12-27fix locationThomas Vander Stichele1-1/+1
Original commit message from CVS: fix location
2002-12-20added timestamping codeZeeshan Ali1-1/+13
Original commit message from CVS: added timestamping code
2002-12-20Just copy timestamps for nowWim Taymans1-0/+1
Original commit message from CVS: Just copy timestamps for now
2002-12-08Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes1-1/+1
Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08parallel install fixesThomas Vander Stichele16-17/+17
Original commit message from CVS: parallel install fixes
2002-12-05sanity check in case of symbol clashes with avifileDavid I. Lehn1-0/+1
Original commit message from CVS: sanity check in case of symbol clashes with avifile
2002-11-28fix some disting and rpm building issuesChristian Schaller1-1/+7
Original commit message from CVS: fix some disting and rpm building issues
2002-11-27fix some directories left out of distChristian Schaller1-1/+1
Original commit message from CVS: fix some directories left out of dist
2002-11-27Moved clock set/get to class functions.Wim Taymans1-2/+4
Original commit message from CVS: Moved clock set/get to class functions.
2002-11-27not sure what I did wrong but this should fix it hopefullyThomas Vander Stichele1-2/+9
Original commit message from CVS: not sure what I did wrong but this should fix it hopefully
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele1-7/+7
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
2002-11-18LIBPNG going inThomas Vander Stichele1-16/+10
Original commit message from CVS: LIBPNG going in
2002-11-02Lower the rank, this element should not be selected in the playerWim Taymans1-1/+1
Original commit message from CVS: Lower the rank, this element should not be selected in the player
2002-11-01backmergeThomas Vander Stichele2-28/+28
Original commit message from CVS: backmerge
2002-10-29fixed shout2 buildingChristian Schaller1-2/+8
Original commit message from CVS: fixed shout2 building
2002-10-25Handle more stream typesWim Taymans2-17/+121
Original commit message from CVS: Handle more stream types