index
:
~wtay/gst-plugins-bad
0.10
0.10.23
0.11
0.11-fdo
1.0
1.2
1.4
cache-element
f21
f22
hdpvr
master
moving-colorspace
renme-events
rhel-7.0
rhel-7.2
rhel-8.0
rtpbin-new
rtpbin-unified
sa
tp-vision
gst-plugins-bad hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
vp8
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-16
rename events
renme-events
Wim Taymans
2
-2
/
+2
2011-11-03
vp8: Port to 0.11
Edward Hervey
2
-155
/
+135
2011-09-01
vp8enc: fix drop-frame property
David Schleef
1
-2
/
+2
2011-08-23
vp8: probe for the new tuning API to keep building with older libvpx
Vincent Penquerc'h
2
-0
/
+24
2011-08-18
vp8enc: Remove unused and useless variable in tags handling
Sebastian Dröge
1
-3
/
+2
2011-08-12
vp8enc: Update for basevideoencoder ::get_caps() removal
Sebastian Dröge
1
-63
/
+56
2011-08-03
vp8enc: Add more properties
David Schleef
2
-1
/
+150
2011-08-03
vp8enc: add min/maxsection-pct option
Alexey Fisher
2
-0
/
+36
2011-08-03
vp8enc: add lag-in-frames option.
Alexey Fisher
2
-1
/
+19
2011-08-03
vp8enc: use multipass.cache file name as default for multipass mode.
Alexey Fisher
1
-2
/
+2
2011-07-21
vp8enc: Update for GstBaseVideoEncoder::finish() signature change
Sebastian Dröge
1
-3
/
+3
2011-07-12
vp8: Fix set-but-unused warnings
Olivier Crête
1
-3
/
+0
2011-07-09
vp8enc: Use destroy notify to free the coder hook
Sebastian Dröge
1
-14
/
+20
2011-07-04
vp8enc: update for new libvpx api
David Schleef
1
-9
/
+8
2011-06-26
vp8enc: generate a timestamp for alt-ref frames.
Alexey Fisher
1
-0
/
+2
2011-06-25
vp8dec: add check if we have legal aspect-ratio before reset it.
Alexey Fisher
1
-2
/
+4
2011-06-04
vp8dec: set par to 1/1
David Schleef
1
-0
/
+2
2011-05-18
vp8enc: Name max/min quantizer properties {max,min}-quantizer
Sebastian Dröge
1
-3
/
+3
2011-05-18
vp8enc: Add properties to select a maximum and minimum quantizer
Alexey Fisher
2
-1
/
+40
2011-05-18
vp8enc: Fix quality to (constant) quantizer mapping
Alexey Fisher
1
-3
/
+3
2011-05-16
vp8dec: debug code style fixes
Mark Nauwelaerts
1
-6
/
+9
2011-05-16
vp8dec: propagate downstream flow return to upstream
Mark Nauwelaerts
1
-1
/
+1
2011-05-16
basevideodecoder: really and only set src pad caps whenever requested
Mark Nauwelaerts
1
-16
/
+1
2011-05-16
basevideodecoder: invoke subclass start method at state change and use set_fo...
Mark Nauwelaerts
1
-0
/
+14
2011-05-16
basevideodecoder: subsume skip_frame into finish_frame
Mark Nauwelaerts
1
-4
/
+4
2011-05-16
basevideoencoder: provide proper upstream flow return handling
Mark Nauwelaerts
1
-7
/
+8
2011-05-16
vp8enc: minor optimization in setting up image buffer
Mark Nauwelaerts
2
-23
/
+39
2011-05-16
vp8enc: refactor frame processing
Mark Nauwelaerts
1
-79
/
+33
2011-05-16
vp8enc: do init at set_format time
Mark Nauwelaerts
1
-87
/
+91
2011-05-16
vp8enc: fix keyframe forcing
Mark Nauwelaerts
2
-2
/
+1
2011-05-16
basevideocodec: remove redundant caps field
Mark Nauwelaerts
1
-1
/
+2
2011-05-16
vp8enc: use baseclass event virtual handler
Mark Nauwelaerts
2
-18
/
+7
2011-03-23
basevideo: merge utils header into basevideocodec
David Schleef
2
-2
/
+0
2011-03-17
vp8: fix LIBADD order in Makefile.am
Tim-Philipp Müller
1
-4
/
+4
2011-02-04
vp8enc: Add description for bitrate units.
Alexey Fisher
1
-1
/
+1
2010-11-30
vp8enc: Readd setting of granulepos
David Schleef
1
-0
/
+7
2010-11-30
vp8enc: Don't override timestamps set by base class
David Schleef
1
-20
/
+0
2010-11-25
vp8: Remove dead assignments
Edward Hervey
2
-32
/
+0
2010-10-15
basevideo: Move common fields/functions to basecodec
David Schleef
2
-53
/
+45
2010-09-18
basevideo: Move deadline to frame structure
David Schleef
1
-3
/
+4
2010-08-19
vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possible
Philip Jägenstedt
1
-1
/
+3
2010-07-10
vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...
Sebastian Dröge
2
-1
/
+27
2010-07-10
vp8enc: Fix handling of invisible/alt ref frames
Sebastian Dröge
1
-35
/
+42
2010-07-03
vp8: Add initial documentation, based on the theoradec/theoraenc documentation
Sebastian Dröge
4
-10
/
+51
2010-07-03
vp8: Move structure definitions, etc to public header files for gtk-doc
Sebastian Dröge
6
-142
/
+185
2010-06-15
vp8enc: Implement multipass encoding
Sebastian Dröge
1
-40
/
+189
2010-06-14
vp8enc: Set VP8E_SET_CPUUSED to 0
Sebastian Dröge
1
-1
/
+7
2010-06-14
vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of ...
Sebastian Dröge
1
-3
/
+3
2010-06-03
vp8enc: fix printf format warning in log message
Tim-Philipp Müller
1
-2
/
+2
2010-06-02
basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_API
Tim-Philipp Müller
1
-1
/
+2
[next]