index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
vp8
Commit message (
Expand
)
Author
Age
Files
Lines
*
vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...
Sebastian Dröge
2010-07-10
2
-1
/
+27
*
vp8enc: Fix handling of invisible/alt ref frames
Sebastian Dröge
2010-07-10
1
-35
/
+42
*
vp8: Add initial documentation, based on the theoradec/theoraenc documentation
Sebastian Dröge
2010-07-03
4
-10
/
+51
*
vp8: Move structure definitions, etc to public header files for gtk-doc
Sebastian Dröge
2010-07-03
6
-142
/
+185
*
vp8enc: Implement multipass encoding
Sebastian Dröge
2010-06-15
1
-40
/
+189
*
vp8enc: Set VP8E_SET_CPUUSED to 0
Sebastian Dröge
2010-06-14
1
-1
/
+7
*
vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of ...
Sebastian Dröge
2010-06-14
1
-3
/
+3
*
vp8enc: fix printf format warning in log message
Tim-Philipp Müller
2010-06-03
1
-2
/
+2
*
basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_API
Tim-Philipp Müller
2010-06-02
1
-1
/
+2
*
basevideo: Move base video from vp8 to gst-libs
David Schleef
2010-06-02
13
-5332
/
+6
*
vp8: Use VPX_PLANE_* instead of PLANE_*
Sebastian Dröge
2010-06-01
3
-9
/
+24
*
vp8: Add compatilibity defines to work with older versions of libvpx too
Sebastian Dröge
2010-06-01
1
-0
/
+5
*
vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/
Philip Jägenstedt
2010-06-01
1
-1
/
+1
*
vp8enc: Allow a maximum keyframe distance of 0, i.e. all frames are keyframes
Sebastian Dröge
2010-06-01
1
-1
/
+1
*
vp8dec: Set decoder deadline from the QoS information
Sebastian Dröge
2010-06-01
1
-1
/
+10
*
vp8enc: Move debug output one line above where the packet is still valid
Sebastian Dröge
2010-05-28
1
-2
/
+2
*
vp8enc: Correctly ignore non-frame packets from the encoder
Sebastian Dröge
2010-05-28
1
-2
/
+4
*
basevideodecoder: Take the frame duration into account when calculating the e...
Sebastian Dröge
2010-05-22
1
-1
/
+17
*
basevideodecoder: Reset QoS values when necessary
Sebastian Dröge
2010-05-22
1
-1
/
+12
*
vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the...
Sebastian Dröge
2010-05-22
1
-3
/
+1
*
vp8dec: drop late frames after decoding them
Philip Jägenstedt
2010-05-21
4
-18
/
+37
*
vp8enc: threads property
Philip Jägenstedt
2010-05-21
1
-2
/
+17
*
vp8enc: add mode property to switch between CBR/VBR
Philip Jägenstedt
2010-05-21
1
-2
/
+39
*
vp8dec: Only enable postprocessing if the decoder supports it
Sebastian Dröge
2010-05-21
1
-3
/
+12
*
vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/
Philip Jägenstedt
2010-05-21
1
-1
/
+1
*
vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
Philip Jägenstedt
2010-05-21
2
-4
/
+4
*
vp8enc: Write GStreamer element and version in the vorbiscomment vendor string
Sebastian Dröge
2010-05-20
1
-1
/
+2
*
vp8: Only enable the encoder or decoder if it's available in libvpx
Sebastian Dröge
2010-05-20
3
-8
/
+6
*
vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODER
Philip Jägenstedt
2010-05-20
3
-8
/
+21
*
vp8enc: Limit max-latency to 25 to match libvpx
Philip Jägenstedt
2010-05-20
1
-1
/
+1
*
vp8: Undef HAVE_CONFIG_H before including libvpx headers
Sebastian Dröge
2010-05-20
3
-0
/
+18
*
vp8enc: Some more minor adjustments for the Ogg mapping
Sebastian Dröge
2010-05-20
1
-11
/
+13
*
vp8dec: Fix memory leak
Sebastian Dröge
2010-05-19
1
-13
/
+6
*
vp8enc: Adjust Ogg mapping for the changes
Sebastian Dröge
2010-05-19
1
-26
/
+25
*
vp8dec: Add properties to control the VP8 decoder post processing feature
Sebastian Dröge
2010-05-19
1
-6
/
+117
*
vp8enc: Rename keyframe-interval to max-keyframe-distance
Sebastian Dröge
2010-05-19
1
-14
/
+12
*
vp8: Improve error handling and debug output
Sebastian Dröge
2010-05-19
5
-72
/
+156
*
vp8: Use correct strides and plane offsets for GStreamer
Sebastian Dröge
2010-05-19
2
-31
/
+95
*
vp8enc: Implement GstTagSetter interface
Sebastian Dröge
2010-05-19
1
-8
/
+60
*
vp8enc: Fix setting of the keyframe flag on encoded frames
Sebastian Dröge
2010-05-19
1
-1
/
+1
*
vp8enc: Post an error message on the bus if encoder initialization fails
Sebastian Dröge
2010-05-19
1
-6
/
+6
*
vp8dec: Fix memory leaks and fail if initializing the decoder fails
Sebastian Dröge
2010-05-19
1
-12
/
+16
*
vp8enc: Set timebase
David Schleef
2010-05-19
1
-7
/
+5
*
vp8dec: Fix decoding of invisible frames
Sebastian Dröge
2010-05-19
1
-0
/
+3
*
vp8enc: Update the latency when initializing the encoder
Sebastian Dröge
2010-05-19
1
-0
/
+4
*
vp8dec: Correctly initialize stream info before peeking at the stream
Sebastian Dröge
2010-05-19
1
-3
/
+6
*
vp8dec: Make sure to pass a keyframe as first frame to the decoder, copy outp...
Sebastian Dröge
2010-05-19
1
-42
/
+33
*
vp8enc: Add support for invisible frames and the Ogg mapping
Sebastian Dröge
2010-05-19
1
-33
/
+164
*
vp8dec: Fix reset after seeking
David Schleef
2010-05-19
1
-37
/
+20
*
vp8enc: Set frame numbers as buffer offsets
Sebastian Dröge
2010-05-19
1
-2
/
+2
[next]