index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug and comments.
Wim Taymans
2009-08-11
1
-6
/
+15
*
gst/rtpmanager/gstrtpbin.*: Add debugging category.
Wim Taymans
2009-08-11
7
-56
/
+446
*
gst/rtpmanager/: Added simple SSRC demuxer.
Wim Taymans
2009-08-11
4
-0
/
+360
*
gst/rtpmanager/: Some more ghostpad magic.
Wim Taymans
2009-08-11
3
-7
/
+350
*
gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.
Wim Taymans
2009-08-11
1
-0
/
+1
*
Add RTP session management elements. Still in progress.
Wim Taymans
2009-08-11
14
-0
/
+3841
*
avidemux: push mode; cater for chunk padding
Mark Nauwelaerts
2009-08-10
1
-0
/
+7
*
avidemux: only use stream's pad after having checked it exists
Mark Nauwelaerts
2009-08-10
1
-5
/
+8
*
avidemux: sprinkle some more GST_DEBUG_FUNCPTR
Mark Nauwelaerts
2009-08-10
1
-5
/
+9
*
avidemux: post error message if no pads to push EOS event on
Mark Nauwelaerts
2009-08-10
1
-3
/
+22
*
avidemux: fix typo in warning message
Mark Nauwelaerts
2009-08-10
1
-1
/
+1
*
avidemux: fix some buffer ref handling
Mark Nauwelaerts
2009-08-10
1
-5
/
+31
*
avidemux: do not exceed maximum number of supported streams
Mark Nauwelaerts
2009-08-10
1
-1
/
+12
*
avidemux: prevent double unref; gst_avi_demux_parse_avih already unrefs
Mark Nauwelaerts
2009-08-10
1
-2
/
+0
*
avidemux: verify size of INFO LIST to satisfy subsequent expectations
Mark Nauwelaerts
2009-08-10
1
-5
/
+17
*
avidemux: check video stream framerate against avi header frame duration
Mark Nauwelaerts
2009-08-10
1
-1
/
+18
*
avidemux: streamline stream duration calculation
Mark Nauwelaerts
2009-08-10
1
-23
/
+23
*
dv1394src: Fix element for live usage... which has been broken for 2 years :(
Edward Hervey
2009-08-10
1
-131
/
+9
*
raw1394: Remove unneeded variable
Edward Hervey
2009-08-10
1
-2
/
+1
*
matroska: remove dead assignments
Edward Hervey
2009-08-10
1
-3
/
+2
*
rtp: Remove dead assignments and resulting unneeded variables.
Edward Hervey
2009-08-10
4
-97
/
+4
*
wavpack: Use GLib GChecksum instead of our own MD5 implementation
Sebastian Dröge
2009-08-10
6
-315
/
+16
*
matroska: Adds support to muxing/demuxing WMA
Thiago Santos
2009-08-09
3
-20
/
+92
*
matroskamux: adds support for wmv family
Thiago Santos
2009-08-09
1
-2
/
+20
*
v4l2src: if max == min width/height put an int in the probed caps, not an int...
Tim-Philipp Müller
2009-08-09
1
-8
/
+15
*
osxaudiosrc: if max_channels == min_channels, use an int instead of an int ra...
Tim-Philipp Müller
2009-08-09
1
-3
/
+6
*
id3demux: Try GST_*_TAG_ENCODING and locale encoding if tags are not UTF8
LoneStar
2009-08-09
1
-2
/
+70
*
configure: bump core/base requirements to latest release
Tim-Philipp Müller
2009-08-09
1
-2
/
+2
*
check: fix flvmux unit test on big endian machines
Tim-Philipp Müller
2009-08-09
1
-4
/
+8
*
matroska: add kate subtitle support to matroska muxer and demuxer
Vincent Penquerc'h
2009-08-08
3
-1
/
+185
*
id3demux: add ID3 v2.3 spec as well
Tim-Philipp Müller
2009-08-07
1
-0
/
+1422
*
id3demux: sizes in ID3 v2.3 are unlikely to be sync-safe integers
Tim-Philipp Müller
2009-08-07
1
-1
/
+5
*
id3demux: fix typo in debug message
Tim-Philipp Müller
2009-08-07
1
-1
/
+1
*
id3demux: fix parsing of unsync'ed ID3 v2.4 tags and frames
Tim-Philipp Müller
2009-08-07
6
-12
/
+80
*
souphttpsrc: Use SOUP_METHOD_GET instead of "GET" string
Sebastian Dröge
2009-08-06
1
-1
/
+1
*
pulsesrc: set the default slave method to skew
Wim Taymans
2009-08-06
1
-0
/
+4
*
pulsesrc: fix compilation with --disable-gst-debug
Tim-Philipp Müller
2009-08-06
1
-8
/
+3
*
rtph264pay: use array instead of queue
Wim Taymans
2009-08-06
2
-9
/
+12
*
rtph264pay: push NALs only after SPS/PPS
Mark Nauwelaerts
2009-08-06
2
-48
/
+74
*
v4l2: Directly use GST_PTR_FORMAT for printing caps with the LOG_CAPS macro
Sebastian Dröge
2009-08-04
1
-9
/
+1
*
rtpqdm2depay: Fix debug statement.
Edward Hervey
2009-08-04
1
-1
/
+1
*
v4l2: Remove some OMAP specific hacks
Sebastian Dröge
2009-08-04
2
-38
/
+1
*
v4l2sink: change where buffers get dequeued
Rob Clark
2009-08-04
4
-52
/
+38
*
v4l2: Add v4l2sink element
Rob Clark
2009-08-04
14
-1824
/
+3051
*
flvmux: Enable unit test now that it passes
Sebastian Dröge
2009-08-04
1
-2
/
+1
*
rtpqdm2depay,rtpsv3vdepay: Add debugging category.
Edward Hervey
2009-08-03
2
-0
/
+12
*
rtpqdm2depay: Handle gaps in incoming packets.
Edward Hervey
2009-08-03
2
-1
/
+18
*
rtpqdmdepay: Fix CRC calculation and remove commented code.
Edward Hervey
2009-08-03
1
-25
/
+15
*
rtp: New QDM2 rtp depayloader.
Edward Hervey
2009-08-03
4
-0
/
+500
*
rtpsv3vdepay: Properly fill codec_data and cleanup code a bite more.
Edward Hervey
2009-08-03
1
-104
/
+119
[prev]
[next]