index
:
~bilboed/gst-plugins-bad
0.10
WIP
WIP-1.5
amczerocopy-gl-wip
amczerocopy-gl-wip2
android-gl
closedcaption
current
dash-skip
dash-take2
descriptordump
dsmcc
glcontext
h264parsekey
h264parser
hls
master
mpegts-wip
multifile
pcroffset
streams
streams-rebased
teletext
trickmodes
tsdemux-gap
tsdemux-switch
tsid-pid
vapoursynth
vdpau
wip
wip2
wip3
Personal copy of gst-plugins-bad
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
!!WIP MPEG-TS
0.10
Edward Hervey
3
-78
/
+27
2013-04-12
!!! PENDING MPEGTS HACKING
Edward Hervey
2
-5
/
+9
2013-04-08
rtmpsrc: unlock and close socket more directly
David Schleef
1
-1
/
+1
2013-04-01
interaudiosink: fix leak when not connected
David Schleef
1
-3
/
+4
2013-04-01
rtmpsrc: Implement basesrc->unlock()
David Schleef
1
-1
/
+19
2013-03-25
applemedia: fix build for objc
Thiago Santos
1
-0
/
+4
2013-03-10
Automatic update of common submodule
Tim-Philipp Müller
1
-0
/
+0
2013-03-10
applemedia: suppress warnings for deprecated glib API
Josep Torra
1
-0
/
+4
2013-03-10
mxfdemux: printf format fixes for debug messages
Tim-Philipp Müller
1
-4
/
+4
2013-03-10
hlsdemux: Use correct print format specifier to fix a compiler warning
Josep Torra
1
-2
/
+2
2013-03-10
configure: add missing AC_LANG_PROGRAM call to DirectShow tests
Brian Pepple
1
-2
/
+2
2013-03-10
configure: sprinkle some AC_LANG_PROGRAM in wasapi check
Tim-Philipp Müller
1
-3
/
+3
2013-03-10
configure.ac: update courtesy of autoupdate
Tim-Philipp Müller
1
-27
/
+24
2013-03-10
configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Tim-Philipp Müller
1
-1
/
+1
2013-03-07
eglglessink: reconfigure VBO on stream size changes
Josep Torra
2
-1
/
+8
2013-03-07
eglglessink: Make code more close to master
Josep Torra
1
-26
/
+11
2013-03-07
eglglessink: There are only two GLSL programs, not three
Sebastian Dröge
1
-20
/
+15
2013-03-07
eglglessink: Always use an RGBA configuration
Sebastian Dröge
2
-303
/
+128
2013-03-07
eglglessink: Split upload and rendering into separate functions
Josep Torra
1
-17
/
+65
2013-03-07
eglglessink: Don't replace caps in received buffers
Josep Torra
1
-3
/
+1
2013-03-07
eglglessink: Fix compiler warning on RPi
Sebastian Dröge
1
-9
/
+6
2013-03-07
eglglessink: Make last_flow handling more threadsafe
Sebastian Dröge
1
-13
/
+23
2013-03-07
eglglessink: Some refactoring as preparation for platform specific rendering
Sebastian Dröge
2
-200
/
+172
2013-03-05
h264parse: separate fields for distinct functional uses of codec_data field
Mark Nauwelaerts
2
-3
/
+8
2013-03-05
h264parse: use upstream width/height when given
Wim Taymans
1
-3
/
+15
2013-03-05
h264parse: don't rewind to the NAL length size in bytewriter if the format is...
Thibault Saunier
1
-8
/
+16
2013-03-05
videoparsers: use parsed or upstream fps to set some baseparse parameters
Mark Nauwelaerts
3
-22
/
+48
2013-03-05
videoparsers: preserve upstream fps and par
Mark Nauwelaerts
2
-10
/
+21
2013-03-01
eglglessink: gst_video_sink_center_rect() takes the structs itself instead of...
Sebastian Dröge
1
-1
/
+1
2013-03-01
eglglessink: Fix aspect-ratio issues caused by scaling on RPi
Sebastian Dröge
1
-4
/
+15
2013-03-01
eglglessink: Close the dispman display on RPi after usage
Sebastian Dröge
1
-1
/
+4
2013-03-01
eglglessink: For RPi, initialize bcm_host in plugin_init()
Sebastian Dröge
1
-5
/
+5
2013-03-01
eglglessink: Also check for all the required libraries and headers for RPi
Sebastian Dröge
1
-6
/
+27
2013-03-01
eglglessink: Add bcm/Raspberry Pi support.
Julian Scheel
3
-2
/
+111
2013-02-28
shm: use O_CLOEXEC where appropriate in shmpipe
Blake Tregre
1
-0
/
+8
2013-02-28
shmsink: Error out if memory area is smaller than buffer
Olivier Crête
4
-0
/
+23
2013-02-28
shm: Make sure to not allocate blocks larger than the shared mem area
Olivier Crête
1
-7
/
+5
2013-02-28
rawparse: fix caps leak
Vincent Penquerc'h
1
-0
/
+1
2013-01-29
opusenc: fix crash when setting "cbr" property when encoder is not running yet
Tim-Philipp Müller
1
-1
/
+2
2013-01-24
Automatic update of common submodule
Thibault Saunier
1
-0
/
+0
2013-01-17
shm: Initialize shm_area_buf to invalid value
Olivier Crête
1
-0
/
+1
2013-01-17
shm: apply shm area permissions to shmpipe control socket
Roland Elek
1
-0
/
+6
2013-01-16
uvch264: Prevent temporary elements from going to playing
Olivier Crête
1
-2
/
+13
2013-01-16
uvch264: do not double-unref if transform_caps fails
Youness Alaoui
1
-3
/
+11
2013-01-16
uvch264: Add a fakesink to the transform_caps
Youness Alaoui
1
-1
/
+15
2013-01-16
uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusb
Youness Alaoui
1
-0
/
+3
2013-01-16
uvch264: Add GstPropertyProbe support to uvch264_src
Youness Alaoui
3
-7
/
+190
2013-01-15
codecparsers: h264: zero-initialize SPS VUI parameters
Mark Nauwelaerts
1
-0
/
+1
2013-01-09
eglglessink: Downgrade a GST_ERROR to a GST_DEBUG
Sebastian Dröge
1
-2
/
+2
2013-01-09
eglglessink: Return the last_flow immediately if it wasn't GST_FLOW_OK
Sebastian Dröge
1
-1
/
+6
[next]