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
path:
root
/
gst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.
Wim Taymans
2009-08-11
1
-1
/
+1
*
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
*
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
*
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
*
id3demux: Try GST_*_TAG_ENCODING and locale encoding if tags are not UTF8
LoneStar
2009-08-09
1
-2
/
+70
*
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
3
-8
/
+29
*
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
*
rtpqdm2depay: Fix debug statement.
Edward Hervey
2009-08-04
1
-1
/
+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
*
rtpsv3vdepay: Only output buffers once we're configured.
Edward Hervey
2009-08-03
2
-9
/
+19
*
rtpsv3vdepay: Add more encoding-name variants
Edward Hervey
2009-08-03
1
-1
/
+1
*
flvmux: Fix writing of the index for < 128 buffers
Sebastian Dröge
2009-08-03
1
-1
/
+2
*
flvmux: Fix resetting of the element
Sebastian Dröge
2009-08-03
1
-6
/
+3
*
rtspsrc: don't add non-utf8 chars to structures
Wim Taymans
2009-08-03
1
-0
/
+4
*
jpegdepay: use attributes for extra properties
Luc Deschenaux
2009-08-03
2
-5
/
+66
*
RTP docs: update with attributes in caps
Wim Taymans
2009-08-03
1
-0
/
+6
*
rtspsrc: put all SDP attributes on caps
Luc Deschenaux
2009-08-03
1
-0
/
+53
*
multiudpsink: don't do things with side-effects inside g_return_val_if_fail()
Tim-Philipp Müller
2009-08-02
1
-3
/
+4
*
flvmux: fix invalid write caused by using sizeof("string") as length
Tim-Philipp Müller
2009-07-31
1
-8
/
+8
*
avidemux: Fix last commit and improve readability
Sebastian Dröge
2009-07-29
1
-14
/
+15
*
Fixed the fix for TIME->DEFAULT conversion.
Руслан Ижбулатов
2009-07-29
1
-6
/
+47
*
rtpsv3depay: Fix width/height calculation, bring up to marginal rank.
Edward Hervey
2009-07-29
1
-8
/
+26
*
avimux: adds support to wma
Thiago Santos
2009-07-28
1
-1
/
+30
[next]