summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2005-06-02Cleanups and buffer alloc.Wim Taymans6-47/+69
2005-05-31ext/alsa/gstalsasink.c: Get actual segment size and buffer size after opening...Wim Taymans1-8/+8
2005-05-30ext/ogg/gstoggdemux.c: Also FLUSH upstream, makes the loop function exit faster.Wim Taymans2-6/+26
2005-05-26ext/ogg/gstoggdemux.c: Clear chains in READYWim Taymans1-8/+39
2005-05-25ext/ogg/gstoggdemux.c: Work with streaming input.Ronald S. Bultje1-0/+6
2005-05-25ext/: Remove STREAM locks as they are taken in core now.Wim Taymans3-89/+68
2005-05-25ext/gnomevfs/gstgnomevfssrc.c: Fix memleaks, GST_BUFFER_DATA() is not freed.Wim Taymans1-11/+10
2005-05-25ext/alsa/gstalsasink.c: Open non-blocking, set to blocking mode afterwards to...Wim Taymans1-2/+10
2005-05-19make buildbot happyThomas Vander Stichele1-6/+9
2005-05-17Leak fixes in oggdemux.Wim Taymans1-2/+3
2005-05-16Port from GstData to GstMiniObject.David Schleef8-30/+28
2005-05-12ext/ogg/gstoggdemux.c: Do no-more-pads (needed for autoplugging).Ronald S. Bultje1-0/+1
2005-05-11ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a message to the ...Andy Wingo1-1/+3
2005-05-09Make caps writable before writing to it.Wim Taymans1-4/+9
2005-05-09Port to new query API.Wim Taymans6-145/+350
2005-05-09ext/: ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek) (gst_ogg_demux_read_...Andy Wingo6-25/+29
2005-05-06ext/Makefile.am: Disable cdparanoia until someone ports it!Zaheer Abbas Merali1-1/+2
2005-05-06ext/ogg/gstoggdemux.c: And revert after wingo's revert.. sigh..Wim Taymans1-4/+1
2005-05-05fix build so you can make dist and create rpmsChristian Schaller2-2/+2
2005-05-05ext/theora/: Added stream lock to decoder so that we can serialize the discon...Wim Taymans2-34/+89
2005-05-05ext/ogg/: Ported ogg muxer.Wim Taymans4-155/+219
2005-04-28ext/: Don't crap out when seeking back to position 0.Wim Taymans2-17/+17
2005-04-28ext/vorbis/vorbisdec.*: Refactor, use STREAM_LOCK.Wim Taymans2-181/+303
2005-04-28ext/theora/theoradec.c: Refactor a bit, use STREAM_LOCK.Wim Taymans1-211/+294
2005-04-28ext/alsa/: Implement alsasink with simple open/write/close API.Wim Taymans5-589/+564
2005-04-25Link plugins against libraries:David Schleef1-1/+2
2005-04-25Convert gst_main() to g_main_loop_run()David Schleef1-1/+2
2005-04-25configure.ac: Remove idct and resample libsDavid Schleef8-18/+7
2005-04-20ext/: Fix theora encoder.Wim Taymans1-5/+11
2005-04-12Work with staticpadtemplates in elementfactories.Ronald S. Bultje1-4/+4
2005-04-06Make gnomevfssrc extend the source base class.Wim Taymans6-405/+110
2005-03-31Plugin port to 0.9, ogg/theora playback should work in the seek example now.Wim Taymans17-3014/+2454
2005-02-23remove a whole bunch of plugins. This module now contains a set of free refe...Thomas Vander Stichele1-485/+17
2005-02-19support libvisual 0.2.0Arwed v. Merkatz1-3/+3
2005-02-15ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculat...Ronald S. Bultje1-16/+10
2005-02-11configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef1-8/+0
2005-02-09Die, thou faulty symbol pollutors (non-static parent_class).Ronald S. Bultje1-1/+1
2005-02-08ext/alsa/gstalsasink.c: Implement FILLER event awareness.Ronald S. Bultje1-1/+31
2005-02-08ext/cdparanoia/gstcdparanoia.c: Fix track calculations (#166208).Ronald S. Bultje1-2/+3
2005-01-31Set granulepos and timestamp correctly for streams not starting at 0, taking ...Tim-Philipp Müller3-6/+86
2005-01-28ext/Makefile.am: Unbreak buildbot.Ronald S. Bultje1-1/+0
2005-01-28Add support for AMR-NB (mobile phone audio format; #155163, #163286).Ronald S. Bultje2-0/+14
2005-01-25ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a val...Jan Schmidt3-11/+24
2005-01-19ext/alsa/gstalsasink.c: Safety guard.Ronald S. Bultje1-1/+1
2005-01-17ext/alsa/gstalsaclock.c: Sanity check, don't wait endlessly since the clock m...Ronald S. Bultje1-2/+7
2005-01-13ext/ogg/gstoggmux.c: eos/bos debuggingThomas Vander Stichele1-0/+5
2005-01-13ext/alsa/gstalsa.c: Fix for if items are already in list...Ronald S. Bultje1-2/+11
2005-01-11ext/alsa/gstalsamixer.c: Update flags when requested.Ronald S. Bultje1-8/+33
2005-01-11ext/alsa/gstalsa.c: Fix dmix.Ronald S. Bultje1-6/+12
2005-01-11ext/vorbis/vorbisdec.c: Debug.Ronald S. Bultje1-0/+2