index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
flx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2016-12-09
flxdec: Only send SEGMENT events after CAPS
Sebastian Dröge
2
-8
/
+29
2016-12-09
flxdec: Unref and unmap buffers in all code paths as needed
Sebastian Dröge
1
-3
/
+2
2016-12-06
flxdec: Allocate 0-initialized memory for the decoded frame
Sebastian Dröge
1
-2
/
+2
2016-11-23
flxdec: rewrite logic based on GstByteReader/Writer
Matthew Waters
4
-260
/
+427
2016-11-23
flxdec: Don't unref() parent in the chain function
Sebastian Dröge
1
-1
/
+0
2016-11-22
flxdec: fix some warnings comparing unsigned < 0
Matthew Waters
1
-2
/
+2
2016-11-22
flxdec: add some write bounds checking
Matthew Waters
1
-25
/
+91
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+8
2016-03-10
gst Factor out endian-order RGB formats
Nirbheek Chauhan
1
-5
/
+7
2016-02-21
win32: remove outdated build cruft
Tim-Philipp Müller
1
-157
/
+0
2015-11-15
flxdec: remove unnecessary NULL check before g_free()
Reynaldo H. Verdejo Pinochet
1
-2
/
+1
2015-04-26
Remove obsolete Android build cruft
Tim-Philipp Müller
1
-15
/
+0
2014-05-02
flxdec: fix integer overflow
Vincent Penquerc'h
1
-1
/
+1
2014-02-08
flx: Fix typo in header include guard
Sebastian Dröge
1
-1
/
+1
2013-05-24
flxdec: Properly skip non-frame chunks
Sebastian Dröge
1
-1
/
+7
2013-05-24
flxdec: Flush data from adapter after reading it
Sebastian Dröge
1
-0
/
+1
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-11-04
Fix FSF address
Tim-Philipp Müller
5
-10
/
+10
2012-04-13
flxdec: improve segment handling
Mark Nauwelaerts
1
-0
/
+35
2012-04-13
flxdec: port to 0.11
Mark Nauwelaerts
2
-129
/
+74
2012-04-10
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2011-04-11
android: Make it ready for androgenizer
Thibault Saunier
1
-0
/
+14
2010-03-18
build: Makefile.am cleanups
Tim-Philipp Müller
1
-2
/
+2
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-8
/
+4
2010-03-09
flx: fix description
Benjamin Otte
1
-1
/
+1
2009-04-18
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
1
-2
/
+1
2009-01-28
Update and add documentation for plugins with no deps (gst).
Stefan Kost
1
-3
/
+0
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
1
-0
/
+1
2007-03-04
Fix a bunch of leaks shown by the newly-added states test.
Jan Schmidt
1
-0
/
+14
2006-11-08
gst/flx/gstflxdec.c: fix categorisation, make short desc more explicit, remov...
Stefan Kost
1
-55
/
+15
2006-06-01
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
1
-2
/
+2
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-1
/
+1
2006-04-08
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
1
-1
/
+1
2006-03-30
better/unified long descriptions
Wim Taymans
1
-6
/
+5
2006-03-15
Fix memleak with gst_static_pad_template_get().
Edward Hervey
1
-6
/
+2
2006-03-13
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Wim Taymans
1
-1
/
+2
2006-02-19
gst/flx/gstflxdec.*: Implement DURATION query.
Wim Taymans
2
-1
/
+3
2006-02-19
gst/flx/: Set MALLOCDATA for the temp buffers so we don't leak.
Wim Taymans
4
-48
/
+86
2005-12-13
gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the ...
Edward Hervey
1
-0
/
+2
2005-12-11
Now flxdec works on big-endian machines as well.
Zeeshan Ali
5
-69
/
+150
2005-12-06
expand tabs
Thomas Vander Stichele
2
-63
/
+63
2005-12-05
Update for alloc_buffer changes.
Andy Wingo
1
-1
/
+1
2005-11-22
More fractional framerate conversions
Jan Schmidt
1
-2
/
+2
2005-11-21
Update for stream lock API changes: don't take stream log in sink event handl...
Tim-Philipp Müller
1
-15
/
+12
2005-11-16
gst/flx/gstflxdec.c: Fix state change.
Wim Taymans
1
-8
/
+19
2005-11-14
rework configure.ac; make asterisk rtp stuff compile on mingw
Thomas Vander Stichele
1
-1
/
+1
2005-11-09
Attempting to optimize the code for embedded systems.
Zeeshan Ali
1
-10
/
+7
2005-10-17
configure.ac: Enable flx plugin.
Tim-Philipp Müller
1
-1
/
+2
[next]