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