Edward Hervey
|
7fee866764
|
vp8: Port to -base video base classes
Conflicts:
ext/vp8/Makefile.am
ext/vp8/gstvp8dec.c
ext/vp8/gstvp8enc.c
Back to 0.10 state for now, need to be ported again.
|
2012-05-28 15:28:53 +02:00 |
|
Vincent Penquerc'h
|
c24d052bb7
|
vp8: probe for the new tuning API to keep building with older libvpx
https://bugzilla.gnome.org/show_bug.cgi?id=656928
|
2011-08-23 10:23:21 +02:00 |
|
David Schleef
|
6b78923330
|
vp8enc: Add more properties
|
2011-08-03 13:39:33 -07:00 |
|
Alexey Fisher
|
69c9b2d9c9
|
vp8enc: add min/maxsection-pct option
This options should be good to redeuce decode CPU load.
for lowend hardware:
minsection-pct=15 maxsection-pct=400
for hiend hw:
minsection-pct=5 maxsection-pct=800
see example:
http://www.webmproject.org/tools/encoder-parameters/#2-pass_vbr_encoding_for_smooth_playback_on_low-end_hardware
Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
Signed-off-by: David Schleef <ds@schleef.org>
|
2011-08-03 13:39:33 -07:00 |
|
Alexey Fisher
|
782af30aa2
|
vp8enc: add lag-in-frames option.
This option set maximum of frames codec should remember,
to make better prediktion for alt-ref frames.
See example:
http://www.webmproject.org/tools/encoder-parameters/#2-pass_best_quality_vbr_encoding
Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
Signed-off-by: David Schleef <ds@schleef.org>
|
2011-08-03 13:39:33 -07:00 |
|
Alexey Fisher
|
1b650b6486
|
vp8enc: Add properties to select a maximum and minimum quantizer
Fixes bug #641405.
|
2011-05-18 13:26:23 +02:00 |
|
Mark Nauwelaerts
|
b7ae60f617
|
vp8enc: minor optimization in setting up image buffer
|
2011-05-16 20:32:21 +02:00 |
|
Mark Nauwelaerts
|
3d09056c70
|
vp8enc: fix keyframe forcing
|
2011-05-16 20:32:20 +02:00 |
|
Mark Nauwelaerts
|
404f491c19
|
vp8enc: use baseclass event virtual handler
|
2011-05-16 20:32:19 +02:00 |
|
David Schleef
|
3ada35cc0e
|
basevideo: merge utils header into basevideocodec
|
2011-03-23 21:33:49 -07:00 |
|
Sebastian Dröge
|
2dba63a19c
|
vp8enc: Add support for enabling automatic insertion of alt-ref frames by the encoder
|
2010-07-10 16:52:10 +02:00 |
|
Sebastian Dröge
|
dcd0b3599c
|
vp8: Add initial documentation, based on the theoradec/theoraenc documentation
|
2010-07-03 17:47:29 +02:00 |
|
Sebastian Dröge
|
8c85e1c0a0
|
vp8: Move structure definitions, etc to public header files for gtk-doc
|
2010-07-03 17:34:58 +02:00 |
|