index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
vp8
/
gstvp8dec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-13
vp8dec: use is_alt_data option to prevent timestamp collisions
Oleksij Rempel (Alexey Fisher)
1
-0
/
+1
2011-11-28
various: fix pad template ref leaks
Vincent Penquerc'h
1
-4
/
+4
2011-11-25
vp8dec: use new basevideodecoder API to drop frames and get QoS messages posted
Tim-Philipp Müller
1
-1
/
+1
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-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
2010-11-25
vp8: Remove dead assignments
Edward Hervey
1
-17
/
+0
2010-10-15
basevideo: Move common fields/functions to basecodec
David Schleef
1
-24
/
+17
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-03
vp8: Add initial documentation, based on the theoradec/theoraenc documentation
Sebastian Dröge
1
-3
/
+20
2010-07-03
vp8: Move structure definitions, etc to public header files for gtk-doc
Sebastian Dröge
1
-63
/
+2
2010-06-01
vp8: Use VPX_PLANE_* instead of PLANE_*
Sebastian Dröge
1
-3
/
+6
2010-06-01
vp8dec: Set decoder deadline from the QoS information
Sebastian Dröge
1
-1
/
+10
2010-05-21
vp8dec: drop late frames after decoding them
Philip Jägenstedt
1
-8
/
+15
2010-05-21
vp8dec: Only enable postprocessing if the decoder supports it
Sebastian Dröge
1
-3
/
+12
2010-05-21
vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
Philip Jägenstedt
1
-2
/
+2
2010-05-20
vp8: Only enable the encoder or decoder if it's available in libvpx
Sebastian Dröge
1
-2
/
+2
2010-05-20
vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODER
Philip Jägenstedt
1
-1
/
+7
2010-05-20
vp8: Undef HAVE_CONFIG_H before including libvpx headers
Sebastian Dröge
1
-0
/
+6
2010-05-19
vp8dec: Fix memory leak
Sebastian Dröge
1
-13
/
+6
2010-05-19
vp8dec: Add properties to control the VP8 decoder post processing feature
Sebastian Dröge
1
-6
/
+117
2010-05-19
vp8: Improve error handling and debug output
Sebastian Dröge
1
-14
/
+20
2010-05-19
vp8: Use correct strides and plane offsets for GStreamer
Sebastian Dröge
1
-22
/
+54
2010-05-19
vp8dec: Fix memory leaks and fail if initializing the decoder fails
Sebastian Dröge
1
-12
/
+16
2010-05-19
vp8dec: Fix decoding of invisible frames
Sebastian Dröge
1
-0
/
+3
2010-05-19
vp8dec: Correctly initialize stream info before peeking at the stream
Sebastian Dröge
1
-3
/
+6
2010-05-19
vp8dec: Make sure to pass a keyframe as first frame to the decoder, copy outp...
Sebastian Dröge
1
-42
/
+33
2010-05-19
vp8dec: Fix reset after seeking
David Schleef
1
-37
/
+20
2010-05-19
vp8: Add encoder/decoder
David Schleef
1
-0
/
+397