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/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...
Sebastian Dröge
2007-11-06
3
-9
/
+13
*
gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.
Sebastian Dröge
2007-11-03
3
-8
/
+23
*
Fix includes for MSVC and GLib-2.14.0 (#492388).
Ole André Vadla Ravnås
2007-11-02
9
-24
/
+55
*
gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer...
Edward Hervey
2007-11-02
3
-1
/
+19
*
gst/equalizer/: Add small demo application based on the spectrum demo applica...
Sebastian Dröge
2007-10-30
3
-12
/
+282
*
gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters fo...
Sebastian Dröge
2007-10-30
1
-48
/
+70
*
gst/qtdemux/qtdemux.c: Smarter combine_flow code that also deals with downstr...
Wim Taymans
2007-10-30
2
-11
/
+38
*
gst/interleave/interleave.c: Let's not call every request pad we create "sink...
Tim-Philipp Müller
2007-10-27
2
-12
/
+94
*
sys/v4l2/v4l2src_calls.c: Fix 'unused variable' compiler warning when compili...
Tim-Philipp Müller
2007-10-26
2
-1
/
+7
*
update spec file
Christian Schaller
2007-10-26
1
-0
/
+1
*
Improve documentation, write some tests for multifilesrc/sink for upcoming ->...
David Schleef
2007-10-25
4
-60
/
+189
*
ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...
Tim-Philipp Müller
2007-10-25
2
-1
/
+8
*
tests/check/pipelines/simple-launch-lines.c: Improve the tests a little more.
Stefan Kost
2007-10-24
2
-37
/
+51
*
sys/osxaudio/gstosxaudiosrc.c: Use default input device instead of default ou...
Yun Zheng Hu
2007-10-23
2
-3
/
+18
*
sys/v4l2/v4l2src_calls.c: Fixes "v4l2src ! queue ! xvimagesink". The queue as...
Edgard Lima
2007-10-22
2
-8
/
+26
*
gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved.
Tommi Myöhänen
2007-10-22
2
-0
/
+25
*
gst/rtp/gstrtpmp4vpay.c: Use correct unref function for buffers. #488844.
Peter Kjellerstedt
2007-10-22
2
-1
/
+8
*
Add some debug and sync tests with the fix.
Stefan Kost
2007-10-19
3
-1
/
+9
*
gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, d...
Laurent Glayal
2007-10-18
2
-8
/
+15
*
sys/v4l2/v4l2src_calls.c: Add some more debug info. Generate an error when we...
Wim Taymans
2007-10-18
2
-5
/
+40
*
gst/rtp/gstrtph264pay.c: Set marker bit correctly.
Anders Skargren
2007-10-18
2
-2
/
+8
*
gst/equalizer/gstiirequalizer.c: Add a missing break.
Sebastian Dröge
2007-10-18
1
-0
/
+1
*
gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate band...
Sebastian Dröge
2007-10-18
2
-79
/
+66
*
gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.
Wim Taymans
2007-10-17
2
-1
/
+6
*
Use new gst_bus_pop_filtered().
Tim-Philipp Müller
2007-10-17
3
-14
/
+13
*
sys/v4l2/: When probing the formats and sizes a camera supports, make sure th...
Tim-Philipp Müller
2007-10-13
3
-13
/
+134
*
gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP fr...
Jason Kivlighn
2007-10-11
5
-1
/
+99
*
ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...
Tim-Philipp Müller
2007-10-11
2
-1
/
+52
*
gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...
Jan Schmidt
2007-10-08
2
-1
/
+7
*
gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...
Wim Taymans
2007-10-08
2
-38
/
+57
*
gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers.
Wim Taymans
2007-10-08
2
-0
/
+6
*
gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...
Tim-Philipp Müller
2007-10-06
6
-1171
/
+134
*
gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.
Tim-Philipp Müller
2007-10-06
6
-1585
/
+23
*
gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.
Wim Taymans
2007-10-05
2
-17
/
+106
*
gst/rtp/: Add log category.
Stefan Kost
2007-10-04
3
-0
/
+18
*
tests/check/: Add unit tests for payloaders/depayloaders.
Timo Hotti
2007-10-04
3
-0
/
+253
*
gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495.
Stefan Kost
2007-10-02
3
-6
/
+43
*
gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1".
Stefan Kost
2007-10-02
2
-10
/
+30
*
gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...
Wim Taymans
2007-10-01
3
-0
/
+65
*
gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo...
Wim Taymans
2007-10-01
2
-50
/
+29
*
win32/MANIFEST: Add files to win32 manifest.
Sébastien Moutte
2007-09-29
6
-40
/
+32
*
gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...
Wim Taymans
2007-09-28
3
-9
/
+31
*
gst/matroska/matroska-demux.c: Fix setting the discont flag on the first buff...
Tim-Philipp Müller
2007-09-27
2
-0
/
+14
*
gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.
Antoine Tremblay
2007-09-27
3
-7
/
+29
*
gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.
Wim Taymans
2007-09-26
3
-8
/
+30
*
gst/udp/gstudpsrc.c: Update documentation.
Wim Taymans
2007-09-26
2
-3
/
+9
*
gst/qtdemux/gstrtpxqtdepay.*: Fail if we don't know the quicktime format.
Wim Taymans
2007-09-26
3
-2
/
+20
*
ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and ...
Tim-Philipp Müller
2007-09-26
3
-16
/
+36
*
Add support for the new GST_TAG_COMPOSER (#459809).
Tim-Philipp Müller
2007-09-25
4
-0
/
+19
*
gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories,...
Tim-Philipp Müller
2007-09-25
7
-189
/
+169
[prev]
[next]