Age | Commit message (Expand) | Author | Files | Lines |
2009-02-24 | Remove tests/examples/app as it was moved to -base a long time ago | Sebastian Dröge | 8 | -1239/+0 |
2009-02-24 | Move examples directory to tests/examples as in every other GStreamer module | Sebastian Dröge | 43 | -16/+18 |
2009-02-24 | dtsdec: Use new DCA functions/constants as not all distros package the compat... | Sebastian Dröge | 3 | -36/+74 |
2009-02-24 | xdgmime: Add new typefinder based on xdgmime | Sebastian Dröge | 19 | -0/+4484 |
2009-02-24 | dts: Prefer libdca over libdts as it's the successor | Sebastian Dröge | 1 | -4/+4 |
2009-02-23 | qtwrapper: Fix build on macosx | Edward Hervey | 1 | -3/+3 |
2009-02-23 | liveadder: Fix build on macosx | Edward Hervey | 1 | -1/+2 |
2009-02-23 | camerabin: Add aspect ratio capsfilter for view finder | Lasse Laukkanen | 2 | -11/+120 |
2009-02-23 | camerabin: Scale incoming frames if their size does not match requested size | Lasse Laukkanen | 1 | -20/+71 |
2009-02-23 | photo iface: Add caps object to preparation API for requested and actual capt... | Lasse Laukkanen | 2 | -9/+19 |
2009-02-23 | build: Add soundtouch's -lBPM to _LIBS, not _CFLAGS | Jan Schmidt | 1 | -1/+1 |
2009-02-22 | dccp: Fix "non-void without return value" compilation issue. | Edward Hervey | 1 | -0/+2 |
2009-02-22 | Detect libsoundtouch 1.4 and higher. | Jan Schmidt | 3 | -5/+18 |
2009-02-22 | Use shave for the build output | Jan Schmidt | 2 | -3/+6 |
2009-02-22 | camerabin: Fix compilation on Windows with Visual Studio | Andoni Morales | 3 | -4/+9 |
2009-02-22 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 |
2009-02-22 | dfbvideosink: Don't use void * pointer arithmetic | Sebastian Dröge | 1 | -4/+4 |
2009-02-22 | xvid: Fix compilation warning | Edward Hervey | 1 | -2/+2 |
2009-02-21 | Automatic update of common submodule | David Schleef | 1 | -0/+0 |
2009-02-21 | Moved rtpmux from gst-p-farsight to -bad | Olivier Crête | 9 | -19/+109 |
2009-02-21 | Re-indent to Gst style | Olivier Crête | 8 | -92/+78 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Document rtp muxer a bit | Olivier Crête | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add signals before stream lock and after unlocking | Laurent Glayal | 2 | -0/+29 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Let ssrc through getcaps | Olivier Crête | 1 | -4/+5 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Rename have_base to have_ts_base | Olivier Crête | 1 | -3/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Protect the seqnum with object lock in rtpmux | Olivier Crête | 2 | -1/+9 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove unused sink_ts_base | Olivier Crête | 1 | -1/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Have getcaps to force the same clockrate on all pads | Olivier Crête | 1 | -0/+102 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Validate RTP data in RTP Mux | Olivier Crête | 1 | -0/+6 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove unused clock-rate property | Olivier Crête | 2 | -38/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Clarify locking in rtpdtmfmux | Olivier Crête | 1 | -0/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Missing format parameter | Laurent Glayal | 1 | -1/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir files | Olivier Crête | 1 | -0/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Update seqnum base in rtp muxer | Håvard Graff | 1 | -0/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix some more leaks | Håvard Graff | 2 | -2/+8 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix leak | Håvard Graff | 1 | -0/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Don't unref caps we don't know (thanks Wim) | Olivier Crête | 1 | -1/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Put per-buffer debug at level LOG | Olivier Crête | 1 | -5/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make debug print accurate | Olivier Crête | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Set our caps on the buffers | Olivier Crête | 1 | -0/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Take the clock-base stored from the last setcaps | Olivier Crête | 1 | -31/+8 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Store the clock-base on setcaps | Olivier Crête | 1 | -0/+5 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add padprivate to the request pads | Olivier Crête | 1 | -0/+22 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove whitespace in gstrtpmux | Olivier Crête | 3 | -17/+17 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make indentation more correct | Olivier Crête | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix typo | Olivier Crête | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Set seqnum-base and clock-base in caps from rtpmuxer | Olivier Crête | 1 | -5/+14 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] more debug | Zeeshan Ali | 1 | -1/+8 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Sync jitterbuffer with CVS -bad | philippe.kalaf@collabora.co.uk | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] missing comment | Youness Alaoui | 1 | -0/+1 |