summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2003-06-05fixes #114315 g_warning -> GST_DEBUGThomas Vander Stichele1-1/+1
Original commit message from CVS: fixes #114315 g_warning -> GST_DEBUG
2003-05-18Backport 1.9 from HEADDavid Schleef1-479/+90
Original commit message from CVS: Backport 1.9 from HEAD
2003-04-16Fix 110963Wim Taymans1-12/+29
Original commit message from CVS: Fix 110963 - fix refcounting in colorspace
2003-04-11re-Fixes #104689Ronald S. Bultje1-1/+5
Original commit message from CVS: re-Fixes #104689
2003-04-07Fixes #109700Ronald S. Bultje1-1/+1
Original commit message from CVS: Fixes #109700
2003-04-07Fixes #106775Ronald S. Bultje1-1/+1
Original commit message from CVS: Fixes #106775
2003-04-07Fixes #104282Ronald S. Bultje1-16/+1
Original commit message from CVS: Fixes #104282
2003-01-29approved by thomasvs (don't shoot me!)Ronald S. Bultje1-1/+1
Original commit message from CVS: approved by thomasvs (don't shoot me!)
2003-01-29merging seek/convert fixesThomas Vander Stichele1-36/+14
Original commit message from CVS: merging seek/convert fixes
2003-01-29dist fixes when !artsThomas Vander Stichele1-4/+5
Original commit message from CVS: dist fixes when !arts
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
2002-10-25unref event, flush_fastWim Taymans1-1/+2
Original commit message from CVS: unref event, flush_fast
2002-10-25Removed dead .cc fileWim Taymans3-201/+50
Original commit message from CVS: Removed dead .cc file Added some params, act on EOS
2002-10-24First stab at porting mplexWim Taymans46-0/+10194
Original commit message from CVS: First stab at porting mplex
2002-10-18add snapshot dir to MakefileJeremy Simon1-2/+8
Original commit message from CVS: add snapshot dir to Makefile
2002-10-02some code cleanup don't abort if can't connect, brings down whole appThomas Vander Stichele1-22/+16
Original commit message from CVS: some code cleanup don't abort if can't connect, brings down whole app
2002-09-29licenses againAndy Wingo2-2/+4
Original commit message from CVS: licenses again
2002-09-21Add a statement terminating semicolon.David I. Lehn1-1/+1
Original commit message from CVS: Add a statement terminating semicolon.
2002-09-20Redo last change by using glib's CLAMP() macroDavid Schleef1-4/+3
Original commit message from CVS: Redo last change by using glib's CLAMP() macro
2002-09-20Clip defaults of control parameters to range.David Schleef1-0/+4
Original commit message from CVS: Clip defaults of control parameters to range.
2002-09-18plugins part of license field patchChristian Schaller19-7/+26
Original commit message from CVS: plugins part of license field patch
2002-09-17Add swfdec to dist subdirsDavid Schleef1-1/+1
Original commit message from CVS: Add swfdec to dist subdirs
2002-09-16fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo1-1/+3
Original commit message from CVS: fix _get()-based ladspa plugins when bufferpools are present
2002-09-16Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the ↵Andy Wingo1-8/+5
multi-band eq) is one of these. Original commit message from CVS: Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the multi-band eq) is one of these.