index
:
~adn770/gst-plugins-good
0.10
alpha
master
qtdemux-0.10
GStreamer plugins good hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-01
rtph263pay: Use GST_TRACE_OBJECT for logging bitstream parsing
Stian Selnes
1
-136
/
+134
2016-11-01
rtph263pay: Fix leak for B-fragments
Stian Selnes
1
-5
/
+6
2016-11-01
rtpbin: avoid generating errors when rtcp messages are empty and check the qu...
Alejandro G. Castro
1
-2
/
+10
2016-11-01
rtpbin: pipeline gets an EOS when any rtpsources byes
Alejandro G. Castro
3
-17
/
+21
2016-11-01
rtspsrc: Also handle redirect on PLAY
Matt Staples
1
-24
/
+33
2016-11-01
rtspsrc: allow missing control attribute in case of a single stream
Petr Kulhavy
1
-2
/
+8
2016-11-01
qtmux: Use a better default value for the movie header timescale
Sebastian Dröge
1
-4
/
+37
2016-11-01
qtmux: Be more clever with the default video track timescale
Sebastian Dröge
1
-11
/
+12
2016-11-01
qtdemux: extract interlaced information from jpeg video
Vincent Penquerc'h
1
-0
/
+74
2016-11-01
qtdemux: Use the tfdt decode time on byte streams when it's significantly dif...
Enrique Ocaña González
1
-0
/
+25
2016-10-31
wavparse: Don't try to add srcpad if we don't know valid caps yet
Sebastian Dröge
1
-2
/
+2
2016-10-27
matroskamux: allow resolutions above 4096
Branko Subasic
1
-2
/
+2
2016-10-27
udpsrc: Check for G_PLATFORM_WIN32 for presence of ipi_spec_dest
Scott D Phillips
1
-3
/
+3
2016-10-26
rtspsrc: reset connection info to non-flushing when closing
Mark Nauwelaerts
1
-0
/
+1
2016-10-26
splitmuxsink: Only allow one video request pad
Jan Schmidt
2
-0
/
+18
2016-10-26
splitmuxsink: Take ownership of floating refs
Jan Schmidt
1
-2
/
+6
2016-10-26
splitmuxsink: Set child elements to NULL when removing.
Jan Schmidt
1
-3
/
+16
2016-10-26
splitmuxsink: Set pad template on request sink pads
Jan Schmidt
1
-1
/
+1
2016-10-24
flvmux: Assume PTS is DTS when PTS is missing
Nicolas Dufresne
1
-1
/
+15
2016-10-18
meson: Add missing gstaudio dep to monoscope
Nirbheek Chauhan
1
-1
/
+1
2016-10-16
meson: Add missing pbutils dependency to multifile
Nirbheek Chauhan
1
-1
/
+2
2016-10-03
imagefreeze: Forward latency queries to upstream
Nirbheek Chauhan
1
-0
/
+7
2016-10-01
splitmuxsrc: Handle stop point from segment
Jan Schmidt
1
-0
/
+22
2016-10-01
splitmuxsrc: Drop lock shutting down pads
Jan Schmidt
1
-0
/
+2
2016-10-01
splitmuxsrc: Fix extra unref handling queries
Jan Schmidt
1
-1
/
+0
2016-10-01
splitmuxsrc: Avoid stall when parts get out of sync
Jan Schmidt
3
-14
/
+29
2016-09-29
qtmux: Don't calculate PTS offset and DTS with GST_CLOCK_TIME_NONE
Sebastian Dröge
1
-2
/
+9
2016-09-29
qtdemux: Add JPEG2000 ihdr atom to the list of known ones
Sebastian Dröge
1
-0
/
+1
2016-09-29
matroskamux: Always write the default frame duration for VP8/9 too
Sebastian Dröge
1
-8
/
+0
2016-09-27
rtph26[45]depay: Don't handle NALs inside STAP units twice
Olivier Crête
2
-10
/
+2
2016-09-27
Revert "multifilesink: streamline the file-switch code a bit"
Tim-Philipp Müller
1
-15
/
+35
2016-09-27
Revert "multifilesink: close file on write error with next-file mode is set t...
Tim-Philipp Müller
1
-3
/
+1
2016-09-25
rtpsbcpay: Fix timestamping
Arun Raghavan
2
-6
/
+24
2016-09-21
qtmux: Fix fourcc for ProRes Proxy
Georg Lippitsch
1
-1
/
+1
2016-09-15
rtspsrc: Use new bin suppressed flags API for managing the element flags
Sebastian Dröge
1
-6
/
+2
2016-09-15
ext, gst: fix indentation
Tim-Philipp Müller
3
-6
/
+7
2016-09-14
rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a...
Thomas Bluemel
1
-1
/
+1
2016-09-14
rtpjitterbuffer: improved rtx-rtt averaging
Havard Graff
1
-4
/
+27
2016-09-14
rtpjitterbuffer: Detect whether to assume equidistant spacing when loss
Stian Selnes
1
-44
/
+66
2016-09-14
rtpjitterbuffer: Don't request rtx if 'now' is past retry period
Stian Selnes
1
-1
/
+2
2016-09-14
rtpjitterbuffer: Fix lost duration when gap after lost timer
Stian Selnes
1
-1
/
+3
2016-09-14
rtpjitterbuffer: Expose rtx-deadline as a property
Havard Graff
1
-1
/
+33
2016-09-14
rtpjitterbuffer: Improved expected-timer handling when gap > 0
Havard Graff
1
-4
/
+6
2016-09-14
rtpjitterbuffer: Major improvements for RTX stats
Stian Selnes
1
-61
/
+252
2016-09-14
rtpjitterbuffer: Add and expose more stats and increase testing of it
Havard Graff
1
-7
/
+44
2016-09-14
rtxreceive: Set buffer flag for retransmitted packets
Stian Selnes
1
-0
/
+1
2016-09-14
rtpjitterbuffer: Option to disable rtx-delay-reorder
Havard Graff
1
-33
/
+35
2016-09-14
rtph263pay: Fix double free from coverity
Olivier Crête
1
-5
/
+2
2016-09-14
rtph263pay: Indent as per gst-indent
Olivier Crête
1
-6
/
+7
2016-09-14
autodetect: Use gst_bin_set_suppressed_flags() API
Wonchul Lee
1
-2
/
+2
[next]