summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/level/gstlevel.c: Also support 32bit (e.g. whe having it after 'mad'). Ad...Stefan Kost2008-05-082-12/+36
* gst/matroska/matroska-mux.c: Update the track duration if the old one was inv...Sjoerd Simons2008-05-082-1/+9
* gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps): Use GST_STR_NULL wh...Ole André Vadla Ravnås2008-05-072-1/+7
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDir...Haakon Sporsheim2008-05-072-0/+11
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added ch...Haakon Sporsheim2008-05-072-1/+14
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,Haakon Sporsheim2008-05-072-19/+34
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid ...Haakon Sporsheim2008-05-072-0/+15
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-072-5/+27
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-0/+1
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-13/+5
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-072-5/+20
* gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and mad...Ole André Vadla Ravnås2008-05-072-0/+6
* gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and mad...Ole André Vadla Ravnås2008-05-071-2/+3
* configure.ac: Error out if we don't have the required core/base versions.Tim-Philipp Müller2008-05-072-5/+10
* sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318.Thijs Vermeir2008-05-063-3/+10
* gst/rtsp/gstrtspsrc.c: Don't leak file descriptors on error. Fixes #531532.Sjoerd Simons2008-05-052-0/+11
* ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...Sebastian Dröge2008-05-035-9/+49
* gst/rtp/gstrtph263pdepay.c: Add some more debug info and guard against small ...Wim Taymans2008-05-023-3/+32
* ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...Olivier Crete2008-05-022-2/+50
* gst/rtp/gstrtpspeexpay.c: Add negotiation for the speec channels and rate. Se...Olivier Crete2008-05-022-1/+39
* gst/rtp/gstrtpilbcpay.c: Add negotiation for the ILBC mode. See #465146.Olivier Crete2008-05-022-3/+49
* ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instea...Stefan Kost2008-05-022-1/+10
* gst/qtdemux/qtdemux.c: Add more mpeg2 variants. Fixes #530886.j^2008-05-022-1/+17
* gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachabl...Youness Alaoui2008-05-012-0/+26
* Use new error code for encrypted streams (which requires core CVS).Tim-Philipp Müller2008-04-303-3/+8
* gst/qtdemux/qtdemux.c: Fix swapped pad template names, spotted by Thiago Sous...Tim-Philipp Müller2008-04-302-2/+8
* ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a s...Wim Taymans2008-04-302-0/+19
* ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can.Wim Taymans2008-04-292-13/+44
* gst/debug/gstnavigationtest.c: MSVC doesn't provide rint(), define an adequat...Michael Smith2008-04-282-0/+10
* gst/debug/rndbuffersize.c: Fix printf format to pacify Mac OSX's gcc.Julien Moutte2008-04-282-1/+6
* gst/debug/rndbuffersize.c: Bring rndbuffersize element into a state that does...Tim-Philipp Müller2008-04-252-42/+99
* docs/plugins/: Add docs for gdkpixbufsink; update docs to CVS version.Tim-Philipp Müller2008-04-2567-223/+342
* tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Remove test sync-offset ...Wim Taymans2008-04-252-2/+7
* gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller2008-04-254-7/+15
* gst/goom/: Fix build with mingw32: use rand() instead of random() and replace...Jesús Corrius2008-04-253-5/+14
* gst/avi/gstavidemux.c: Fix typo in comments.Wim Taymans2008-04-2513-52/+273
* tests/check/elements/multifile.c: Include stdlib.h and unistd.h for mkdtemp. ...Sebastian Dröge2008-04-242-0/+8
* Stop using deprecated GLib functions.Sebastian Dröge2008-04-247-16/+26
* configure.ac: Back to development -> 0.10.8.1Jan Schmidt2008-04-242-1/+6
* Release 0.10.8 a little harder (edited the release notes)Jan Schmidt2008-04-232-2/+3
* Release 0.10.8Jan Schmidt2008-04-2369-305/+258
* Update .po filesJan Schmidt2008-04-2328-1053/+1502
* configure.ac: 0.10.7.4 pre-releaseJan Schmidt2008-04-222-1/+6
* gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valg...Jan Schmidt2008-04-2214-10/+97
* tests/check/elements/rganalysis.c: Don't leak a tag list. Fixes bug #529285.Sebastian Dröge2008-04-211-0/+2
* gst/rtsp/gstrtspsrc.c: Ref caps as the return value for the request_pt_map si...Wim Taymans2008-04-212-4/+10
* tests/icles/gdkpixbufsink-test.c: Add cast to placate gcc 4.1.2.Tim-Philipp Müller2008-04-182-1/+6
* configure.ac: 0.10.7.3 pre-releaseJan Schmidt2008-04-172-1/+6
* tests/check/Makefile.am: Disable some more elements in the state test.Jan Schmidt2008-04-173-3/+16
* gst/goom/convolve_fx.c: Don't ever draw the GOOM logo.Jan Schmidt2008-04-172-2/+16