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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-10
docs: design: remove, moved to gst-docs
HEAD
master
Tim-Philipp Müller
4
-272
/
+0
2016-12-09
meson: Support building without Gst debug
Thibault Saunier
1
-0
/
+24
2016-12-09
flxdec: Only send SEGMENT events after CAPS
Sebastian Dröge
2
-8
/
+29
2016-12-09
flxdec: Unref and unmap buffers in all code paths as needed
Sebastian Dröge
1
-3
/
+2
2016-12-08
v4l2object: Don't set empty interlace-mode list
Arun Raghavan
1
-1
/
+6
2016-12-07
monoscope: Unref allocation query after finished with it
Garima Gaur
1
-0
/
+1
2016-12-06
flxdec: Allocate 0-initialized memory for the decoded frame
Sebastian Dröge
1
-2
/
+2
2016-12-05
rtspsrc: Fix session cleanup when handling redirect on PLAY
Matt Staples
1
-1
/
+0
2016-12-05
rtspsrc: always send teardown request
Aleix Conchillo Flaque
1
-3
/
+9
2016-12-03
Automatic update of common submodule
Edward Hervey
2
-1
/
+1
2016-12-02
jitterbuffer: Don't leak duplicate items
Edward Hervey
2
-1
/
+5
2016-12-02
qtdemux: Sanitize unknown codec caps
Edward Hervey
1
-18
/
+21
2016-12-01
avidemux: Free vprp chunk also if it existed but we made no use of it
Sebastian Dröge
1
-3
/
+2
2016-12-01
matroskademux: Fix memory leak when parsing attachments
Sebastian Dröge
1
-3
/
+2
2016-12-01
matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemux
Sebastian Dröge
1
-19
/
+23
2016-12-01
qtdemux: Increase inflate buffer in bigger steps
Sebastian Dröge
1
-6
/
+4
2016-12-01
qtdemux: Ensure that size of the pasp atom is as much as we need
Sebastian Dröge
1
-2
/
+8
2016-12-01
qtdemux: Free compressed moov node and it's corresponding decompressed data
Sebastian Dröge
1
-3
/
+23
2016-12-01
qtdemux: Check size of compressed MOOV header against available data
Sebastian Dröge
1
-1
/
+11
2016-12-01
qtdemux: Fix zlib inflate loop
Sebastian Dröge
1
-39
/
+46
2016-12-01
aacparse: Make sure we have enough data in the codec_data to be able to parse it
Sebastian Dröge
1
-2
/
+3
2016-12-01
qtdemux: Fix out of bounds read in tag parsing code
Sebastian Dröge
1
-2
/
+2
2016-12-01
rtp: Fix some memory leaks in usage of gst_pad_get_current_caps()
Garima Gaur
2
-0
/
+3
2016-11-30
qtdemux: Read interlacing information from 'fiel' atom
Vivia Nikolaidou
1
-0
/
+32
2016-11-29
qtdemux: Fix compiler warning
Sebastian Dröge
1
-1
/
+1
2016-11-29
qtdemux: Change off_t type to gint
Scott D Phillips
1
-4
/
+3
2016-11-29
meson: add libm to has_function checks
Scott D Phillips
1
-2
/
+3
2016-11-28
Revert "meson: dv plugin now works on MSVC"
Nirbheek Chauhan
1
-1
/
+4
2016-11-28
avidemux: Ensure that tags are valid UTF-8 before adding them to the taglist
Sebastian Dröge
1
-9
/
+16
2016-11-28
multipartdemux: Post an error message on the bus if we got EOS without having...
Sebastian Dröge
1
-0
/
+28
2016-11-28
souphttpsrc: Handle non-UTF8 headers and error reasons more gracefully
Sebastian Dröge
1
-48
/
+106
2016-11-28
vrawpay: Error out cleanly if mapping the video frame fails
Sebastian Dröge
1
-1
/
+4
2016-11-27
rtprtxsend: Update statistics before pushing
Edward Hervey
1
-2
/
+3
2016-11-26
common: use https protocol for common submodule
Tim-Philipp Müller
1
-1
/
+1
2016-11-24
gstv4l2bufferpool: lock flush_stop against regular qbuf
Philipp Zabel
1
-8
/
+13
2016-11-24
gstv4l2bufferpool: remove critical error message when process is called on an...
Philipp Zabel
1
-2
/
+0
2016-11-24
v4l2src: release buffer if create fails
Philipp Zabel
1
-0
/
+1
2016-11-23
rtpbin: Handle create_session() returning NULL in bundle code
Sebastian Dröge
1
-0
/
+6
2016-11-23
qtmux: Make sure to only change DTS of writable buffers
Sebastian Dröge
1
-2
/
+2
2016-11-23
qtmux: Error out much earlier if we don't have a valid PTS
Sebastian Dröge
1
-3
/
+3
2016-11-23
qtmux: Only use buffer durations if they are actually valid
Sebastian Dröge
1
-19
/
+21
2016-11-23
qtmux: Revert commits that set DTS and duration on buffers unconditionally
Sebastian Dröge
1
-28
/
+2
2016-11-23
qtmux: Only write "gap" edit list if there is a non-zero gap
Sebastian Dröge
1
-4
/
+7
2016-11-23
flxdec: rewrite logic based on GstByteReader/Writer
Matthew Waters
4
-260
/
+427
2016-11-23
flxdec: Don't unref() parent in the chain function
Sebastian Dröge
1
-1
/
+0
2016-11-22
vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULL
Sebastian Dröge
1
-1
/
+4
2016-11-22
matroskademux: Fix cluster searching if we search multiple times in one chunk
Sebastian Dröge
1
-2
/
+11
2016-11-22
matroska: Add size checks to the parsing of FLAC headers
Sebastian Dröge
1
-3
/
+6
2016-11-22
flxdec: fix some warnings comparing unsigned < 0
Matthew Waters
1
-2
/
+2
2016-11-22
qtmux: Enable up to 16 unpositioned raw audio channels
Vivia Nikolaidou
1
-0
/
+8
[next]