gstreamer/ext/vp8
Philip Jägenstedt 80d2b43443 [MOVED FROM BAD 025/134] vp8enc: Limit max-latency to 25 to match libvpx
From libvpx/vp8/encoder/onyx_int.h:
 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)

While we don't need to be tied to what libvpx does internally, it
doesn't make sense to pretend to support longer frame lags than are
actually possible.
2012-09-16 15:27:13 +02:00
..
gst/video [MOVED FROM BAD 001/134] vp8: Add encoder/decoder 2012-09-16 15:27:12 +02:00
gstvp8dec.c [MOVED FROM BAD 024/134] vp8: Undef HAVE_CONFIG_H before including libvpx headers 2012-09-16 15:27:13 +02:00
gstvp8enc.c [MOVED FROM BAD 025/134] vp8enc: Limit max-latency to 25 to match libvpx 2012-09-16 15:27:13 +02:00
gstvp8utils.c [MOVED FROM BAD 024/134] vp8: Undef HAVE_CONFIG_H before including libvpx headers 2012-09-16 15:27:13 +02:00
gstvp8utils.h [MOVED FROM BAD 018/134] vp8: Improve error handling and debug output 2012-09-16 15:27:13 +02:00
Makefile.am [MOVED FROM BAD 018/134] vp8: Improve error handling and debug output 2012-09-16 15:27:13 +02:00
plugin.c [MOVED FROM BAD 001/134] vp8: Add encoder/decoder 2012-09-16 15:27:12 +02:00