index
:
~slomo/gst-plugins-bad
0.10
audiomixer
dash-take2
decklink-rewrite
decklink2
eagl
instant-rate-change
jp2decimator
master
musepack
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
141
-0
/
+3951
2016-08-19
plugins: Use stdint.h instead of _stdint.h
Nirbheek Chauhan
6
-6
/
+36
2016-08-19
win32: Update libgstgl.def
Nirbheek Chauhan
1
-13
/
+15
2016-08-19
codecparsers: Explicitly export functions marked inline
Nirbheek Chauhan
1
-7
/
+7
2016-08-19
rawvideoparse: fix typo in comment
Luis de Bethencourt
1
-1
/
+1
2016-08-19
rawvideoparse: Revert last commit and actually remember the physically last p...
Sebastian Dröge
1
-1
/
+1
2016-08-19
rawvideoparse: remove unused assignment
Luis de Bethencourt
1
-1
/
+0
2016-08-19
daala: fix typo related compilation error
Philippe Renon
1
-1
/
+1
2016-08-19
applemedia-nonpublic: remove bitrotten plugin that's no longer needed
Tim-Philipp Müller
31
-5919
/
+2
2016-08-19
avfvideosrc: account for retina displays when capturing screens
Florian Zwoch
1
-2
/
+18
2016-08-19
build: bump graphene requirement to 1.4
Matthew Waters
1
-1
/
+1
2016-08-19
gltransformation: rewrite the inverse transformation logic
Matthew Waters
2
-104
/
+181
2016-08-19
glwindow: marshal gst_gl_window_resize through the window loop
Matthew Waters
1
-2
/
+24
2016-08-19
gl/wayland: use multi-threaded safe event wayland API
Matthew Waters
1
-14
/
+61
2016-08-19
gl/examples/fxtest: fix up for wayland support
Matthew Waters
1
-1
/
+20
2016-08-18
dvb/parsechannels: warn on ignored key/value pairs
Reynaldo H. Verdejo Pinochet
1
-1
/
+1
2016-08-18
dvb/parsechannels: handle problems parsing dvbv5 config keys
Reynaldo H. Verdejo Pinochet
1
-1
/
+24
2016-08-18
mplex: Don't start task (yet/again) on pad release if we're in READY or NULL
Sebastian Dröge
1
-1
/
+2
2016-08-18
dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDR
Sebastian Dröge
1
-3
/
+7
2016-08-18
rawparse: Fix and extend unit tests
Carlos Rafael Giani
3
-0
/
+114
2016-08-18
rawvideoparse: Compute plane offsets & strides if no custom ones are set
Carlos Rafael Giani
3
-13
/
+192
2016-08-16
avfassetsrc: Don't escape the URI another time in another location too
Sergei Saveliev
1
-5
/
+2
2016-08-16
gl/egl: fix inverted typedef
Matthew Waters
1
-1
/
+1
2016-08-16
wildmidi: Fix compilation with wildmidi 0.4
Sebastian Dröge
1
-1
/
+1
2016-08-16
gl/build: add configure check for possibly missing EGLAttrib
Matthew Waters
2
-0
/
+18
2016-08-16
gl/egl/dmabuf: Wrong attribute list type for EGL 1.5
Song Bing
4
-43
/
+84
2016-08-16
glcontext: fix race joining thread on finalize
Vincent Penquerc'h
1
-1
/
+8
2016-08-16
qt: Use wglShareLists() workaround unconditionally.
Jan Schmidt
1
-2
/
+6
2016-08-16
winks: Fix RGB frame flipping and postprocessing
Jan Schmidt
5
-14
/
+32
2016-08-16
winks: Give the ksvideosrc PRIMARY rank
Jan Schmidt
1
-1
/
+1
2016-08-16
winks: Fix swapped RGBx/RGB caps mapping, and endianness.
Jan Schmidt
1
-3
/
+3
2016-08-16
qt: Move debug statement to after the category init
Jan Schmidt
1
-2
/
+1
2016-08-11
dashdemux: Disable unit test for the time being
Sebastian Dröge
1
-1
/
+3
2016-08-11
Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overrid...
Sebastian Dröge
1
-0
/
+2
2016-08-11
dashdemux: When doing chunked downloading on SIDX, clip requests on the SIDX ...
Sebastian Dröge
1
-4
/
+29
2016-08-11
dashdemux: Collect average moof and first sync sample sizes
Sebastian Dröge
2
-2
/
+36
2016-08-11
dashdemux: Download any sync-sample following the moof directly in key-units ...
Sebastian Dröge
2
-126
/
+190
2016-08-11
dashdemux: If a fragment contains no sync samples, disable key-unit mode
Sebastian Dröge
1
-0
/
+8
2016-08-11
dashdemux: Remember if for a stream we could do key-units only mode
Sebastian Dröge
2
-10
/
+24
2016-08-11
dashdemux: Also allow key-unit only mode if (some) sample flags are given by ...
Sebastian Dröge
1
-5
/
+16
2016-08-11
dashdemux: Use chunked downloading for the moof in KEY_UNITS mode
Sebastian Dröge
1
-6
/
+59
2016-08-11
adaptivedemux: Add API for allowing subclasses to download URLs in chunks
Sebastian Dröge
2
-7
/
+105
2016-08-11
dashdemux: Mark every first buffer of moov, sidx, moof and mdat as DISCONT in...
Sebastian Dröge
1
-4
/
+19
2016-08-11
dashdemux: Only enable key-unit trick mode for video streams
Sebastian Dröge
1
-3
/
+5
2016-08-11
dashdemux: Only do keyframe-only playback if the corresponding seek flag is g...
Sebastian Dröge
1
-31
/
+21
2016-08-11
dashdemux: Implement downloading of only sync samples
Sebastian Dröge
2
-16
/
+144
2016-08-11
dashdemux: Store parsed moof and extract offsets of sync samples in it
Sebastian Dröge
2
-27
/
+214
2016-08-11
dash: Add test for parsing a moof box
Sebastian Dröge
3
-1
/
+193
2016-08-11
dash: Add unit test for ISOBFF box header parsing
Sebastian Dröge
2
-1
/
+132
2016-08-11
dashdemux: Implement parsing of moof box
Sebastian Dröge
3
-150
/
+527
[next]