index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
vpx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-25
vpx: add VP8_DEBUG_TXT_* flags for postprocessing
Oleksij Rempel
1
-0
/
+12
2017-08-11
vpxenc: discard frames that have been dropped by libvpx
George Kiagiadakis
1
-1
/
+16
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-05-09
vpxdec: Set fb->priv to NULL after freeing just in case
Sebastian Dröge
1
-0
/
+1
2017-05-08
vpx: fix build against older libvpx versions
Tim-Philipp Müller
1
-2
/
+10
2017-04-05
vp9dec: Add warnings for unsupported frame formats
Jan Schmidt
1
-0
/
+31
2017-01-05
meson: Install presets files
Thibault Saunier
1
-0
/
+2
2016-11-22
vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULL
Sebastian Dröge
1
-1
/
+4
2016-09-26
meson: add unit tests
Tim-Philipp Müller
1
-0
/
+3
2016-09-18
meson: fix build with vpx 1.3.x
Tim-Philipp Müller
1
-1
/
+1
2016-08-26
vp9enc: Fix leak of vpx_image_t
Stian Selnes
1
-0
/
+8
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+57
2016-04-23
vpxenc: Properly handle frames with too low duration
Mario Sanchez Prada
1
-1
/
+11
2016-03-24
vpxdec: Use threads on multi-core systems
Nicolas Dufresne
1
-1
/
+5
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
4
-17
/
+16
2016-01-20
vp8enc: Ensure that we always have valid frame user data before using it
Sebastian Dröge
1
-0
/
+14
2016-01-20
vpxdec: Unref frame in all code paths of handle_frame()
Sebastian Dröge
1
-4
/
+8
2016-01-20
vpxenc: Unref frame on ERROR
Thibault Saunier
1
-0
/
+1
2016-01-16
vp8enc: Return FLOW_ERROR when an error accures
Thibault Saunier
1
-1
/
+2
2015-12-29
vpxdec: Initialize buffer variable to NULL
Sebastian Dröge
1
-1
/
+1
2015-12-15
vpx: Add missing headers in Makefile.am
Nicolas Dufresne
1
-2
/
+4
2015-12-15
vpx: created common baseclass GstVPXEnc
Prashant Gotarne
7
-3849
/
+2273
2015-12-15
vpxdec: Remove unneeded add video_meta
Nicolas Dufresne
3
-28
/
+5
2015-12-15
vpx: created common base class GstVPXdec for vpx decoders
Prashant Gotarne
7
-1378
/
+1029
2015-12-04
vpxdec: Use GstMemory to avoid copies
Nicolas Dufresne
4
-13
/
+324
2015-11-17
vpxdec: Use threads on multi-core systems
Nicolas Dufresne
2
-8
/
+16
2015-11-15
vp9enc: remove unnecessary NULL check before g_free()
Reynaldo H. Verdejo Pinochet
1
-2
/
+1
2015-11-15
vp8enc: remove unnecessary NULL check before g_free()
Reynaldo H. Verdejo Pinochet
1
-2
/
+1
2015-08-16
videoencoders: use template subset check for accept-caps
Thiago Santos
2
-0
/
+2
2015-08-15
videodecoders: use default pad accept-caps handling
Thiago Santos
2
-0
/
+4
2015-08-15
vp8enc, vp9enc: reset multipass file index when stopping encoder
Tim-Philipp Müller
2
-0
/
+8
2015-08-15
vp9enc: provide support for multiple pass cache files
Tim-Philipp Müller
2
-15
/
+37
2015-08-14
vp8enc: provide support for multiple pass cache files
Oleksij Rempel
2
-15
/
+38
2015-05-12
vp[89]enc: Properly convert between GStreamer and encoder timebase
Sebastian Dröge
2
-14
/
+12
2015-05-12
vp[89]enc: Don't set timebase from the framerate
Sebastian Dröge
2
-20
/
+0
2015-05-10
docs: update example pipelines in element docs
Tim-Philipp Müller
4
-4
/
+4
2015-04-17
vp8dec: optimize vpx image to gstbuffer copy when strides match
Thiago Santos
1
-6
/
+12
2015-04-17
vp9dec: optimize vpx image to gstbuffer copy when strides match
Thiago Santos
1
-6
/
+12
2015-04-01
vp8enc: Expose VP8 width/height limitations in the caps template
Olivier Crête
1
-1
/
+4
2015-03-09
vp9enc: remove duplicate declaration of function
Luis de Bethencourt
1
-1
/
+0
2015-03-09
vp[89]enc: Reset the encoder when flushing
Sebastian Dröge
2
-16
/
+71
2015-03-05
vp[89]dec: Drop frames that have no output buffer because of errors
Sebastian Dröge
2
-6
/
+6
2015-03-02
vp8enc: Use 0 as duration for the EOS "frame"
Sebastian Dröge
1
-1
/
+1
2015-03-02
vp{8,9}enc: Tell the encoder about actual timestamps and durations of frames
Sebastian Dröge
4
-19
/
+72
2015-03-01
vpxdec: Fix calculation of width in bytes
Nicolas Dufresne
2
-2
/
+4
2015-03-01
vpxdec: Don't memcpy in frame map failed
Nicolas Dufresne
2
-0
/
+2
2015-02-11
Improve and fix LATENCY query handling
Sebastian Dröge
2
-10
/
+18
2014-12-09
vpXenc: CLOCK_TIME_NONE is not a valid min_latency value
Thibault Saunier
2
-4
/
+2
2014-11-10
vpx: mark arnr-type properties as deprecated and set them to no-op
Aurélien Zanelli
2
-32
/
+8
2014-11-01
vpx: remove compatibility defines
Aurélien Zanelli
1
-17
/
+0
[next]