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/matroska/: Fix demuxing of WavPack files. Muxing is still broken.
Sebastian Dröge
2008-06-19
3
-37
/
+135
*
gst/matroska/: Add a "vfunc" to the track context for postprocessing frames a...
Sebastian Dröge
2008-06-19
3
-40
/
+141
*
gst/matroska/matroska-demux.c: If a gap of more than 1/2 second is found in o...
Sebastian Dröge
2008-06-19
2
-9
/
+35
*
gst/matroska/matroska-demux.c: Update FIXME/TODOs and only ignore EOS at the ...
Sebastian Dröge
2008-06-18
2
-16
/
+12
*
gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.
Wim Taymans
2008-06-18
2
-4
/
+7
*
gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...
Sebastian Dröge
2008-06-18
6
-574
/
+799
*
gst/rtp/: Added G726 pay/depayloaders. Fixes #538891.
mersad
2008-06-18
7
-0
/
+517
*
gst/rtsp/URLS: Some more urls.
Wim Taymans
2008-06-17
4
-2
/
+19
*
ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and h...
Wim Taymans
2008-06-17
7
-251
/
+164
*
gst/matroska/matroska-demux.c: When comparing index elements with the same ti...
Sebastian Dröge
2008-06-16
2
-0
/
+13
*
gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_attached_file)
Tim-Philipp Müller
2008-06-16
2
-5
/
+8
*
gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect ...
Sebastian Dröge
2008-06-16
7
-15
/
+254
*
ext/speex/gstspeexenc.c: Add mode property.
Wim Taymans
2008-06-16
2
-42
/
+133
*
gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERRO...
Sebastian Dröge
2008-06-16
2
-1
/
+8
*
gst/matroska/: Use a GArray for storing the Cue (i.e. seek) information, stor...
Sebastian Dröge
2008-06-15
4
-69
/
+150
*
gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all C...
Sebastian Dröge
2008-06-15
3
-64
/
+11
*
gst/matroska/ebml-read.c: Prevent unaligned memory access when reading floats.
Sebastian Dröge
2008-06-15
2
-20
/
+17
*
gst/matroska/: Make sure that every Tags element is only parsed once and it's...
Sebastian Dröge
2008-06-15
5
-1
/
+51
*
gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base c...
Sebastian Dröge
2008-06-15
3
-45
/
+49
*
gst/matroska/: Reverse the level list as we usually are only interested in th...
Sebastian Dröge
2008-06-14
3
-14
/
+71
*
gst/debug/gsttaginject.c: Don't unref NULL taglist in finalize. Don't use c++...
Tim-Philipp Müller
2008-06-13
2
-7
/
+18
*
gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for tran...
Sebastian Dröge
2008-06-13
3
-13
/
+21
*
gst/matroska/matroska-demux.*: Only parse Tracks, SeekHead and SegmentInfo el...
Sebastian Dröge
2008-06-13
3
-59
/
+264
*
gst/replaygain/: More doc updates.
Stefan Kost
2008-06-13
3
-38
/
+28
*
docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml
Stefan Kost
2008-06-13
2
-38
/
+24
*
gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...
Wim Taymans
2008-06-13
3
-54
/
+90
*
gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.
Wim Taymans
2008-06-13
2
-1
/
+6
*
gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.
Wim Taymans
2008-06-13
2
-4
/
+10
*
gst/rtp/gstrtptheoradepay.c: Make the delivery-method mandatory on the caps a...
Olivier Crete
2008-06-13
4
-22
/
+39
*
gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to...
Wim Taymans
2008-06-12
2
-2
/
+8
*
gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks...
Stefan Kost
2008-06-12
2
-8
/
+10
*
gst/debug/gsttaginject.*: Now actually adding the new element.
Stefan Kost
2008-06-11
3
-0
/
+258
*
Remove dummy plugin_init. Remove some undefined entries from doc- section fil...
Stefan Kost
2008-06-11
79
-1028
/
+1100
*
gst/matroska/matroska-mux.c: Update the counter for the number of streams whe...
Sebastian Dröge
2008-06-11
2
-0
/
+11
*
gst/matroska/: Add some more tags, improve debugging a bit and make sure that
Sebastian Dröge
2008-06-11
4
-26
/
+55
*
gst/rtp/gstrtptheorapay.c: The Theora RTP payloader only supports the "inline...
Olivier Crete
2008-06-11
2
-1
/
+35
*
gst/videomixer/videomixer.c: Remove bogus check.
Wim Taymans
2008-06-10
2
-2
/
+9
*
gst/videomixer/videomixer.c: Use stream_time to synchronize the object proper...
Wim Taymans
2008-06-10
2
-7
/
+35
*
gst/avi/gstavidemux.c: Try to ignore unparsable/unknown streams and give a wa...
Wim Taymans
2008-06-10
2
-13
/
+31
*
gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) c...
Sebastian Dröge
2008-06-10
7
-333
/
+1043
*
ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_cla...
Sebastian Dröge
2008-06-10
4
-41
/
+51
*
Add documentation to the pulseaudio plugin and run make update in docs/plugins.
Sebastian Dröge
2008-06-10
72
-928
/
+1271
*
sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...
Brian Cameron
2008-06-10
2
-4
/
+42
*
Add pulseaudio GStreamer element from gst-pulse. Development will continue he...
Sebastian Dröge
2008-06-10
18
-0
/
+3634
*
ext/cdio/: Also extract album title and album genre from CD-TEXT if available...
Benjamin Kampmann
2008-06-09
4
-0
/
+36
*
sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...
Sjoerd Simons
2008-06-09
2
-5
/
+49
*
sys/v4l2/: Fix compilation with newer GIT kernels that deprecated
Bastien Nocera
2008-06-09
3
-0
/
+38
*
Require libcdio >= 0.76.
Tim-Philipp Müller
2008-06-07
6
-28
/
+11
*
gst/interleave/: Properly implement duration and position queries in bytes fo...
Sebastian Dröge
2008-06-05
2
-0
/
+85
*
gst/avi/gstavidemux.c: Catch UNEXPECTED when downstream has reached end of se...
Thijs Vermeir
2008-06-05
3
-24
/
+66
[prev]
[next]