index
:
~arun/gst-plugins-good
master
osxaudio
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-19
v4l2: Add support of dmabuf
Benjamin Gaignard
5
-20
/
+56
2013-02-15
v4l2: don't check stride for encoded formats
Benjamin Gaignard
1
-2
/
+4
2013-01-31
osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...
Alexey Chernov
2
-10
/
+302
2013-01-23
ximagesrc: Set the pixel aspect ratio correctly in the caps
Olivier Crête
3
-18
/
+12
2013-01-23
v4l2: Re-enable prepare-format emission
Sjoerd Simons
1
-6
/
+5
2013-01-16
osxvideosink: Fix crash in osxvideosink with external window output
Alexey Chernov
2
-3
/
+10
2013-01-16
osxvideosink: Make GstGLView propagate input events to its parent view
Alexey Chernov
1
-0
/
+7
2013-01-04
v4l2: Also handle the new ENOENT return value of VIDIOC_QUERYCTRL
Robert Krakora
1
-1
/
+1
2012-12-25
oss4sink: notify "volume" property on open to make apps query initial volume
Tim-Philipp Müller
1
-1
/
+7
2012-12-17
v4l2: Teach where the videodev2.h header lives on freebsd.
Koop Mast
1
-3
/
+5
2012-12-12
directsound, waveform: fix compilation errors caused by circular includes
Руслан Ижбулатов
3
-1
/
+2
2012-12-12
ext/sys: Fix some compilation errors caused by circular includes
Sebastian Dröge
4
-2
/
+5
2012-12-10
osxvideosink: Fix resizing the Cocoa window on receiving new caps
Alexey Chernov
1
-1
/
+2
2012-11-30
v4l2src: link against -lrt for clock_gettime()
Tim-Philipp Müller
1
-1
/
+2
2012-11-25
v4l2: remove unused define
Tim-Philipp Müller
1
-6
/
+0
2012-11-04
Fix FSF address
Tim-Philipp Müller
82
-160
/
+160
2012-10-03
meta info: threadsafe registration using g_once
Michael Smith
2
-4
/
+6
2012-09-20
v4l2src: handle latency query before setting up the bufferpool
Sjoerd Simons
1
-2
/
+3
2012-09-19
osxaudiosink: Specify endianness in IEC 61937 payloading
Arun Raghavan
1
-1
/
+2
2012-09-19
directsoundsink: Specify endianness in IEC 61937 payloading
Arun Raghavan
1
-1
/
+1
2012-09-14
replace _get_caps_reffed with _get_caps
Mark Nauwelaerts
1
-1
/
+1
2012-09-13
v4l2: remove unused properties
Wim Taymans
3
-50
/
+1
2012-09-11
v4l2: disable renegotiation
Wim Taymans
1
-0
/
+18
2012-09-11
directsoundsink: port to the new GLib thread API
Mark Nauwelaerts
2
-4
/
+8
2012-09-10
update for audio base src api change
Wim Taymans
2
-4
/
+7
2012-09-06
v4l2: remove unused code.
Wim Taymans
1
-106
/
+0
2012-08-27
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Tim-Philipp Müller
14
-21
/
+21
2012-08-22
osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.
Martin Ertsaas
2
-29
/
+25
2012-08-21
v4l2: make gst_v4l2_fill_lists() adapt to kernel 3.3+
Huacai Chen
1
-1
/
+1
2012-08-09
v4l2: fix build with recent kernels, the v4l2_buffer input field was removed
Matthias Clasen
1
-1
/
+0
2012-08-08
Silence some 'variable may be used uninitialized' compiler warnings
Tim-Philipp Müller
3
-4
/
+8
2012-08-06
osxvideosink: add a better detection for the main run loop
Andoni Morales Alastruey
2
-1
/
+69
2012-08-06
directsoundsink: Do not overwrite the DS buffer when testing for AC3 support
Xavi Artigas
1
-51
/
+44
2012-07-09
fix for allocator API changes
Wim Taymans
1
-3
/
+3
2012-07-06
update for query api changes
Wim Taymans
1
-2
/
+2
2012-07-06
update for query api changes
Wim Taymans
1
-1
/
+1
2012-07-06
update for allocation query changes
Wim Taymans
1
-2
/
+2
2012-07-04
directsoundsink: Fix query function implementation; more debugging
Руслан Ижбулатов
1
-2
/
+14
2012-07-04
directsoundsink: Fix spec stuff in directsoundsink
Руслан Ижбулатов
1
-14
/
+10
2012-07-04
directsoundsink: fix access to invalid pointer in set_volume
Andoni Morales Alastruey
1
-0
/
+1
2012-07-04
directsoundsink: Fix caps leaks
Sebastian Dr=C3=B6ge
1
-5
/
+23
2012-07-04
directsoundsink: fix acceptcaps check
Andoni Morales Alastruey
1
-3
/
+9
2012-07-04
directsoundsink: use helper function to check for spdif formats
Andoni Morales Alastruey
1
-11
/
+6
2012-07-04
directsoundsink: add support for DTS
Andoni Morales Alastruey
1
-2
/
+6
2012-07-04
directsoundsink: force 48000 kHz force AC-3 over spdif
Andoni Morales Alastruey
1
-1
/
+1
2012-07-04
directsoundsink: add support for ac-3 over spdif
Andoni Morales Alastruey
1
-11
/
+150
2012-06-29
osxvideosink: default to force-aspect-ratio=true
Tim-Philipp Müller
1
-1
/
+1
2012-06-26
v4l2: improve debug
Wim Taymans
1
-1
/
+2
2012-06-26
Revert "v4l2: free kernel buffers before allocating new ones"
Wim Taymans
1
-11
/
+0
2012-06-26
v4l2: free kernel buffers before allocating new ones
Wim Taymans
1
-0
/
+11
[next]