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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/avi/avi-ids.h: Add vprp chunk related structures.
Mark Nauwelaerts
2008-06-29
1
-0
/
+13
*
tests/check/elements/avimux.c: Adjust avimux unit test according to increased...
Mark Nauwelaerts
2008-06-28
1
-0
/
+5
*
gst/qtdemux/qtdemux.c: Add Dirac stream type
David Schleef
2008-06-27
1
-0
/
+4
*
gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a comple...
Mark Nauwelaerts
2008-06-27
1
-0
/
+7
*
sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...
Tim-Philipp Müller
2008-06-26
1
-0
/
+6
*
ext/dv/gstdv.c: Fix compilation.
Wim Taymans
2008-06-26
1
-0
/
+5
*
ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo...
Edward Hervey
2008-06-26
1
-0
/
+7
*
gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...
Sebastian Dröge
2008-06-25
1
-0
/
+8
*
tests/check/pipelines/wavpack.c: Remove workaround for a bug in identity that...
Sebastian Dröge
2008-06-25
1
-0
/
+5
*
ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...
Jason Donenfeld
2008-06-25
1
-0
/
+8
*
configure.ac: Depend on released versions of core and -base.
Tim-Philipp Müller
2008-06-24
1
-0
/
+5
*
gst/matroska/matroska-demux.c: Fix buggy format strings in macros. (makes it ...
Julien Moutte
2008-06-23
1
-0
/
+7
*
gst/: Added debug.
Thomas Vander Stichele
2008-06-20
1
-0
/
+6
*
switch v4l2src from experimental to normal build. Fixes #536831
Christian Schaller
2008-06-20
1
-0
/
+5
*
gst/rtp/gstrtpg726pay.c: Remove unused variable so that we can compile again.
Wim Taymans
2008-06-19
1
-0
/
+5
*
gst/rtp/gstrtpg726pay.c: No need to check for audio/G723 and audio/32KADPCM h...
Peter Kjellerstedt
2008-06-19
1
-0
/
+6
*
ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...
Sebastian Dröge
2008-06-19
1
-0
/
+7
*
gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken.
Sebastian Dröge
2008-06-19
1
-0
/
+8
*
gst/matroska/: Add a "vfunc" to the track context for postprocessing frames a...
Sebastian Dröge
2008-06-19
1
-0
/
+20
*
gst/matroska/matroska-demux.c: If a gap of more than 1/2 second is found in o...
Sebastian Dröge
2008-06-19
1
-0
/
+14
*
gst/matroska/matroska-demux.c: Update FIXME/TODOs and only ignore EOS at the ...
Sebastian Dröge
2008-06-18
1
-0
/
+7
*
gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.
Wim Taymans
2008-06-18
1
-0
/
+5
*
gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...
Sebastian Dröge
2008-06-18
1
-0
/
+56
*
gst/rtp/: Added G726 pay/depayloaders. Fixes #538891.
mersad
2008-06-18
1
-0
/
+17
*
gst/rtsp/URLS: Some more urls.
Wim Taymans
2008-06-17
1
-0
/
+11
*
ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and h...
Wim Taymans
2008-06-17
1
-0
/
+21
*
gst/matroska/matroska-demux.c: When comparing index elements with the same ti...
Sebastian Dröge
2008-06-16
1
-0
/
+6
*
gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_attached_file)
Tim-Philipp Müller
2008-06-16
1
-0
/
+6
*
gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect ...
Sebastian Dröge
2008-06-16
1
-0
/
+16
*
ext/speex/gstspeexenc.c: Add mode property.
Wim Taymans
2008-06-16
1
-0
/
+13
*
gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERRO...
Sebastian Dröge
2008-06-16
1
-0
/
+7
*
gst/matroska/: Use a GArray for storing the Cue (i.e. seek) information, stor...
Sebastian Dröge
2008-06-15
1
-0
/
+18
*
gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all C...
Sebastian Dröge
2008-06-15
1
-0
/
+9
*
gst/matroska/ebml-read.c: Prevent unaligned memory access when reading floats.
Sebastian Dröge
2008-06-15
1
-0
/
+5
*
gst/matroska/: Make sure that every Tags element is only parsed once and it's...
Sebastian Dröge
2008-06-15
1
-0
/
+10
*
gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base c...
Sebastian Dröge
2008-06-15
1
-0
/
+23
*
gst/matroska/: Reverse the level list as we usually are only interested in th...
Sebastian Dröge
2008-06-14
1
-0
/
+14
*
gst/debug/gsttaginject.c: Don't unref NULL taglist in finalize. Don't use c++...
Tim-Philipp Müller
2008-06-13
1
-0
/
+7
*
gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for tran...
Sebastian Dröge
2008-06-13
1
-0
/
+11
*
gst/matroska/matroska-demux.*: Only parse Tracks, SeekHead and SegmentInfo el...
Sebastian Dröge
2008-06-13
1
-0
/
+22
*
gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...
Wim Taymans
2008-06-13
1
-0
/
+18
*
gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.
Wim Taymans
2008-06-13
1
-0
/
+5
*
gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.
Wim Taymans
2008-06-13
1
-0
/
+6
*
gst/rtp/gstrtptheoradepay.c: Make the delivery-method mandatory on the caps a...
Olivier Crete
2008-06-13
1
-0
/
+18
*
gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to...
Wim Taymans
2008-06-12
1
-0
/
+6
*
gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks...
Stefan Kost
2008-06-12
1
-0
/
+6
*
gst/debug/gsttaginject.*: Now actually adding the new element.
Stefan Kost
2008-06-11
1
-0
/
+6
*
Remove dummy plugin_init. Remove some undefined entries from doc- section fil...
Stefan Kost
2008-06-11
1
-0
/
+83
*
gst/matroska/matroska-mux.c: Update the counter for the number of streams whe...
Sebastian Dröge
2008-06-11
1
-0
/
+8
*
gst/matroska/: Add some more tags, improve debugging a bit and make sure that
Sebastian Dröge
2008-06-11
1
-0
/
+10
[next]