summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* autogen.sh: Check for automake 1.9 as well.Michael Smith2006-02-242-1/+6
* ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's.Tim-Philipp Müller2006-02-242-1/+6
* ext/cdio/Makefile.am: Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be requ...Tim-Philipp Müller2006-02-233-2/+18
* rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements f...Philippe Kalaf2006-02-2313-211/+700
* ext/dv/: Ueber spiffify some more, added debug category.Wim Taymans2006-02-225-81/+136
* gst/qtdemux/qtdemux.c: Add 'dvsd' and 'dv25' to list of possible fourcc value...Edward Hervey2006-02-222-0/+5
* Port ximagesrc to 0.10 (Closes #304795)Jan Schmidt2006-02-205-0/+1507
* configure.ac: releasing 0.10.1, "Slimy - yet satisfying"Jan Schmidt2006-02-201-2/+2
* ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem t...Jan Schmidt2006-02-202-1/+11
* gst/avi/gstavidemux.c: Use scaling code for added precission and more correct...Wim Taymans2006-02-192-134/+230
* gst/flx/gstflxdec.*: Implement DURATION query.Wim Taymans2006-02-193-1/+10
* gst/flx/: Set MALLOCDATA for the temp buffers so we don't leak.Wim Taymans2006-02-195-48/+99
* gst/id3demux/: Handle 0 data size in otherwise valid frames.Jan Schmidt2006-02-183-3/+14
* gst/matroska/: Recognise SSA/ASS and USF subtitle formats and set proper caps...Tim-Philipp Müller2006-02-183-0/+40
* gst/qtdemux/qtdemux.c: Don't GST_LOG timestamps from nonexistent index entrie...Tim-Philipp Müller2006-02-171-8/+10
* ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images (s...Tim-Philipp Müller2006-02-172-7/+16
* gst/qtdemux/qtdemux.c: Check that the size of the returned buffer is of the c...Edward Hervey2006-02-171-0/+7
* gst/rtp/gstrtpamrdepay.c: Patch from Sebastien Cote, fixes #319884Wim Taymans2006-02-172-9/+8
* ext/cdio/gstcdio.c: Init debug category (#331253).Tim-Philipp Müller2006-02-172-0/+7
* add Jurg's patch for multidevice supportChristian Schaller2006-02-176-9/+285
* gst/wavparse/gstwavparse.c: Pass extra_data to gst_riff_create_audio_caps(), ...Tim-Philipp Müller2006-02-162-20/+35
* gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans2006-02-162-15/+168
* Update documentation.Wim Taymans2006-02-167-11/+104
* gst/qtdemux/qtdemux.c: Don't stop the task if the pad isn't linked.Edward Hervey2006-02-161-6/+5
* gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, ...Jan Schmidt2006-02-162-4/+18
* gst/rtsp/README: Updated README.Wim Taymans2006-02-164-33/+155
* gst/alpha/gstalpha.c: Don't ignore return value of the parent class's stateWouter Paesen2006-02-162-5/+15
* Add HAL sound device wrapper plugins. Closes #329106Wim Taymans2006-02-1516-0/+1001
* gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ...Tim-Philipp Müller2006-02-151-1/+1
* gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...Wim Taymans2006-02-153-5/+20
* gst/qtdemux/qtdemux.c: When buffering MDAT data, show the user something is h...Tim-Philipp Müller2006-02-151-1/+20
* gst/matroska/matroska-demux.c: Advance stream time for lagging subtitle strea...Tim-Philipp Müller2006-02-142-28/+19
* gst/qtdemux/qtdemux.*: Make push-based work if mdat atom is before moov atom.Edward Hervey2006-02-142-17/+58
* gst/avi/gstavidemux.c: There can be bogus data before the hdrl LIST tag in th...Edward Hervey2006-02-142-6/+36
* gst/qtdemux/qtdemux.c: Handle the case where data atoms are before moov atoms...Edward Hervey2006-02-141-2/+13
* gst/qtdemux/: QtDemux can now work push-based.Edward Hervey2006-02-133-212/+462
* gst/id3demux/id3v2frames.c: Add more validation to ensure that a char encodin...Jan Schmidt2006-02-133-33/+42
* gst/avi/gstavidemux.c: Properly handle end of segment. Closes #330885.Edward Hervey2006-02-132-8/+29
* gst/rtp/gstrtpmp4gpay.h: For got to commit this one.Wim Taymans2006-02-132-0/+8
* gst/rtp/gstrtpmp4gpay.*: Make more things work.Wim Taymans2006-02-122-11/+217
* gst/rtp/gstrtpamrpay.c: set timestamps if no incoming timestamps setThomas Vander Stichele2006-02-122-3/+16
* gst/apetag/gsttagdemux.c: ... and fix the very same leaks in GstTagDemux.Tim-Philipp Müller2006-02-112-15/+13
* gst/id3demux/gstid3demux.c: Jon Trowbridge2006-02-112-0/+11
* gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla...Wim Taymans2006-02-102-3/+9
* gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h...Wim Taymans2006-02-102-0/+45
* gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.Wim Taymans2006-02-107-1/+469
* gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.Wim Taymans2006-02-098-8/+373
* gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans2006-02-094-31/+167
* configure.ac: Back to CVSJan Schmidt2006-02-092-1/+6
* Releasing 0.10.2Jan Schmidt2006-02-0946-120/+184