summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.Wim Taymans2007-10-171-1/+1
* Use new gst_bus_pop_filtered().Tim-Philipp Müller2007-10-171-7/+3
* gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP fr...Jason Kivlighn2007-10-111-0/+57
* gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...Jan Schmidt2007-10-081-1/+1
* gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...Wim Taymans2007-10-081-38/+45
* gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers.Wim Taymans2007-10-081-0/+1
* gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...Tim-Philipp Müller2007-10-065-1171/+123
* gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.Tim-Philipp Müller2007-10-065-1585/+14
* gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.Wim Taymans2007-10-051-17/+93
* gst/rtp/: Add log category.Stefan Kost2007-10-042-0/+12
* gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495.Stefan Kost2007-10-022-6/+37
* gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1".Stefan Kost2007-10-021-10/+24
* gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...Wim Taymans2007-10-012-0/+56
* gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo...Wim Taymans2007-10-011-50/+22
* gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...Wim Taymans2007-09-282-9/+22
* gst/matroska/matroska-demux.c: Fix setting the discont flag on the first buff...Tim-Philipp Müller2007-09-271-0/+6
* gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.Antoine Tremblay2007-09-272-7/+18
* gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.Wim Taymans2007-09-262-8/+20
* gst/udp/gstudpsrc.c: Update documentation.Wim Taymans2007-09-261-3/+4
* gst/qtdemux/gstrtpxqtdepay.*: Fail if we don't know the quicktime format.Wim Taymans2007-09-262-2/+13
* Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller2007-09-251-0/+1
* gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories,...Tim-Philipp Müller2007-09-256-189/+157
* gst/law/: Use static tables for A-Law decoding and encoding; this makesLaurent Glayal2007-09-252-6/+246
* gst/qtdemux/qtdemux.c: Add fourccs for MPEG2 HDV streams. Fixes #479960.Sebastian Dröge2007-09-251-0/+7
* Massive leak fixing, plus code cleanups.Stefan Kost2007-09-242-4/+4
* gst/rtp/gstrtpamrdepay.c: Set outgoing packet duration because we can. Fixes ...Wim Taymans2007-09-211-0/+3
* gst/rtp/gstrtpL16pay.c: Removed some unused code.Wim Taymans2007-09-197-8/+26
* ChangeLog: Add missing newline.Stefan Kost2007-09-182-19/+1
* gst/: Fix compiler warnings shown with Forte.Jan Schmidt2007-09-172-8/+17
* gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to conf...Wim Taymans2007-09-171-4/+18
* gst/rtp/README: Update README with the design for synchronisation rules of RT...Wim Taymans2007-09-161-22/+144
* gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the eleme...Sebastian Dröge2007-09-141-42/+32
* gst/level/gstlevel.*: Use basetransform segment so that it is correctly manag...Wim Taymans2007-09-132-35/+1
* gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes ...Sebastian Dröge2007-09-131-32/+42
* gst/law/: Fix law encoder timestamps.Wim Taymans2007-09-124-13/+29
* gst/: Printf format fixes (#476128).Peter Kjellerstedt2007-09-121-1/+1
* gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...Wim Taymans2007-09-101-0/+2
* gst/avi/gstavidemux.c: Plug a little leak. Little code cleanups.Stefan Kost2007-09-101-5/+8
* gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add ...Haakon Sporsheim2007-09-071-1/+1
* gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...Sebastian Dröge2007-09-071-4/+4
* Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge2007-09-063-132/+365
* gst/qtdemux/: Don't assume tags are encoded as UTF-8 (#473670).Tim-Philipp Müller2007-09-052-6/+16
* gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...Wim Taymans2007-09-041-9/+99
* gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp...Stefan Kost2007-09-041-18/+33
* gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati...Stefan Kost2007-09-042-70/+151
* gst/avi/gstavidemux.c: Implement seek-query.Stefan Kost2007-09-031-0/+26
* gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...Wim Taymans2007-08-291-0/+2
* gst/audiofx/Makefile.am: Dist the right file.Jan Schmidt2007-08-271-1/+1
* gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...Wim Taymans2007-08-231-5/+38
* gst/rtsp/gstrtspsrc.*: Fix method detection again.Wim Taymans2007-08-222-22/+64