index
:
~robswain/gst-plugins-good
working-qtdemux
Robert Swain's dumping ground for gst-plugins-good development
robswain
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-28
gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.
j^
1
-0
/
+18
2008-12-19
ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...
Stefan Kost
1
-2
/
+2
2008-12-16
gst/avi/gstavimux.c: Rename api from _flush to _reset_tags.
Stefan Kost
1
-1
/
+1
2008-12-16
gst/avi/gstavimux.c: Use new tagsetter api to flush tags.
Stefan Kost
1
-1
/
+3
2008-12-16
gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagse...
Stefan Kost
2
-32
/
+8
2008-12-15
gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. App...
Stefan Kost
1
-13
/
+7
2008-12-13
Switch to using GstStaticPadTemplate.
Edward Hervey
8
-111
/
+112
2008-12-09
gst/avi/gstavidemux.c: More logging.
Stefan Kost
2
-13
/
+32
2008-12-09
gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame whe...
Wim Taymans
1
-2
/
+21
2008-12-08
gst/rtp/gstrtpmp4apay.c: Copy incomming timestamp to outgoing packets.
Wim Taymans
1
-0
/
+5
2008-12-08
gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a val...
Wim Taymans
1
-0
/
+6
2008-12-05
Add documentation for matroskamux and matroskademux and update the inspection...
Sebastian Dröge
4
-0
/
+34
2008-11-30
gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...
Sebastian Dröge
1
-2
/
+2
2008-11-29
gst/autodetect/gstautoaudiosrc.c: Fix classification.
Stefan Kost
1
-1
/
+1
2008-11-28
gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...
Peter Kjellerstedt
1
-22
/
+16
2008-11-27
gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #5...
Sebastian Dröge
3
-14
/
+48
2008-11-27
gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connec...
이문형
1
-2
/
+14
2008-11-25
gst/rtp/: Fix the descriptions and fix some email addresses.
Wim Taymans
76
-127
/
+127
2008-11-25
gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...
Julien Moutte
1
-0
/
+2
2008-11-25
gst/autodetect/: Post an error when we can't set the internal ghostpad target.
Wim Taymans
4
-5
/
+41
2008-11-25
gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties usin...
Wim Taymans
2
-66
/
+45
2008-11-24
gst/rtsp/gstrtspsrc.c: Add some more debugging.
Wim Taymans
1
-1
/
+9
2008-11-23
gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...
Tal Shalif
1
-6
/
+6
2008-11-20
gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...
Michael Smith
4
-14
/
+23
2008-11-20
gst/wavparse/gstwavparse.c: Fix the scaling code.
Wim Taymans
1
-3
/
+4
2008-11-20
gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...
Jan Schmidt
1
-1
/
+2
2008-11-16
gst/matroska/: Make mkvdemux aware of E-AC3.
Edward Hervey
2
-0
/
+5
2008-11-14
gst/rtp/: Add a jpeg depayloader.
Wim Taymans
5
-4
/
+686
2008-11-14
gst/rtp/: Add JPEG payloader. Fixes #560756.
Bjorn Ostby
4
-0
/
+578
2008-11-13
gst/equalizer/: Add presets for equalizer. Fixes #522183.
Stefan Kost
5
-4
/
+225
2008-11-13
gst/rtsp/: Remove google extension again, it's not needed anymore because we ...
Wim Taymans
2
-8
/
+2
2008-11-13
gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.
Eric Zhang
2
-76
/
+213
2008-11-13
gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.
Yotam
1
-2
/
+5
2008-11-12
gst/rtp/gstrtpg729pay.c: Fix compiler warning about printf formatting.
Jan Schmidt
1
-2
/
+2
2008-11-12
gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...
Andy Wingo
2
-11
/
+22
2008-11-11
gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...
Mark Nauwelaerts
3
-1
/
+43
2008-11-11
gst/rtp/gstrtpg729pay.c: Don't ignore the return value of setcaps.
Wim Taymans
1
-2
/
+3
2008-11-11
gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fix...
Olivier Crete
2
-74
/
+232
2008-11-11
gst/rtsp/gstrtspsrc.c: Only send one transport at a time for improved compati...
Wim Taymans
1
-4
/
+3
2008-11-11
gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source wa...
Wim Taymans
1
-6
/
+11
2008-11-11
gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already...
Sebastian Dröge
1
-29
/
+36
2008-11-11
gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...
Stefan Kost
1
-1
/
+1
2008-11-10
gst/matroska/matroska-mux.c: Fix mapping AAC profile to Matroska codec id.
Mark Nauwelaerts
1
-4
/
+58
2008-11-10
gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...
Mark Nauwelaerts
1
-111
/
+114
2008-11-10
gst/: Make author name consistent with others.
Thomas Vander Stichele
3
-3
/
+3
2008-11-10
gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request.
Eric Zhang
1
-0
/
+5
2008-11-05
gst/matroska/: Implement Dirac muxing into Matroska comforming to the spec, i...
Sebastian Dröge
2
-0
/
+75
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
37
-1
/
+48
2008-10-31
gst/avi/gstavidemux.c: Invert other uncompressed RGB formats. Fixes #558554.
Nick Haddad
1
-5
/
+17
2008-10-30
gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the ...
Sebastian Dröge
2
-11
/
+20
[next]