summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtp/: Fix klass typos.Wim Taymans2006-09-2317-33/+33
* gst/avi/gstavidemux.c: Don't check for a tag that is never there and check if...Wim Taymans2006-09-221-7/+4
* gst/rtp/: More fixage, set endoder-params correctly in the payloader.Wim Taymans2006-09-224-101/+194
* gst/autodetect/: Make static pad templates static to appease valgrind's leak ...Tim-Philipp Müller2006-09-222-18/+21
* gst/rtp/: Small cleanups.Wim Taymans2006-09-228-11/+924
* gst/rtp/gstrtpmp4gpay.c: Fix profile-level-id parsing and setup.Wim Taymans2006-09-211-11/+11
* gst/udp/: Update README, simple cleanup.Wim Taymans2006-09-212-22/+4
* gst/rtp/README: Update README with some examples.Wim Taymans2006-09-213-51/+135
* gst/rtp/: Correctly calculate size of each H263+ RTP buffer taking into accou...Philippe Kalaf2006-09-202-6/+15
* gst/rtp/Makefile.am: And makefile too.Wim Taymans2006-09-201-0/+2
* gst/rtp/: Added preliminary ASF depayloader.Wim Taymans2006-09-202-1/+5
* gst/rtsp/URLS: Added some test URLS.Wim Taymans2006-09-2022-201/+946
* gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation.Wim Taymans2006-09-193-84/+172
* gst/rtsp/test.c: Fix build.Wim Taymans2006-09-191-3/+3
* gst/wavparse/gstwavparse.c: Add ms-gsm to the src template.Wim Taymans2006-09-191-0/+1
* gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation.Wim Taymans2006-09-189-306/+426
* gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the t...Wim Taymans2006-09-182-19/+68
* gst/rtsp/gstrtspsrc.*: Make sure we can never set an invalid location.Lutz Mueller2006-09-185-14/+70
* gst/rtsp/gstrtspsrc.*: Use boilerplate.Lutz Mueller2006-09-182-100/+31
* gst/rtsp/: Small cleanups. when multicast is selected as the transport, creat...Thijs Vermeir2006-09-182-84/+115
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* More G_OBJECT macro fixing.Stefan Kost2006-09-1618-19/+19
* gst/avi/gstavimux.c: Correctly set the dwLength in strh.Yves Lefebvre2006-09-161-1/+1
* gst/multipart/multipartdemux.c: Fix documentation, it is not possible to cont...Wim Taymans2006-09-151-4/+11
* gst/: Don't interpret a first buffer with an offset of NONE as 'from the midd...Tim-Philipp Müller2006-09-142-3/+5
* gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers f...Tim-Philipp Müller2006-09-142-36/+26
* gst/avi/gstavidemux.c: More code reuse and better logging in _peek_chunk(). R...Stefan Kost2006-09-131-101/+100
* gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(...Stefan Kost2006-09-121-2/+31
* gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). ...Stefan Kost2006-09-112-2/+2
* gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g...Stefan Kost2006-09-112-2/+3
* gst/spectrum/demo-osssrc.c: Use more definesStefan Kost2006-09-112-13/+14
* configure.ac: Bump requirements of -base (videocrop test case needs this).Tim-Philipp Müller2006-09-081-0/+7
* gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...Tim-Philipp Müller2006-09-082-9/+6
* gst/avi/gstavidemux.c: Revert one change to fix streaming avi (adapter size !...Stefan Kost2006-09-061-12/+16
* gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tra...Frédéric Riss2006-09-042-22/+337
* gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, ...Tim-Philipp Müller2006-09-042-22/+102
* docs/plugins/: Add videocrop to docs.Tim-Philipp Müller2006-09-023-55/+89
* Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller2006-09-022-375/+480
* gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.Edward Hervey2006-08-301-1/+5
* gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...Stefan Kost2006-08-301-1/+1
* gst/qtdemux/qtdemux.c: Fix the build for disabled debugStefan Kost2006-08-301-1/+4
* gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.Wim Taymans2006-08-281-1/+1
* Rename again (audiofxgood -> audiofx).Stefan Kost2006-08-277-587/+6
* gst/avi/gstavidemux.c: Initialze variables.Stefan Kost2006-08-271-4/+4
* gst/avi/gstavidemux.*: More attempts to turn this into readable code.Wim Taymans2006-08-252-218/+215
* Make also the pan-property float (saves scaling and yields better resolution)Stefan Kost2006-08-244-40/+36
* gst/audiofxgood/audiopanorama.c: ChangeLog surgery to add cymax's real nameStefan Kost2006-08-242-4/+0
* gst/audiofxgood/audiopanorama.*: Added float support (thanks cymax)Stefan Kost2006-08-244-26/+206
* gst/audiofxgood/audiopanorama.c: Fix docs & debug category. Add Fixme for vol...Stefan Kost2006-08-242-8/+8
* gst/avi/gstavidemux.c: unbreak AVI index handling, some more debug, remove an...Stefan Kost2006-08-241-22/+24