Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | basevideodecoder: add capture pattern handling | David Schleef | 2010-09-18 | 1 | -33/+3 | |
| | | | | | Move typical scan_for_sync() usage into base class, which just calls gst_adapter_masked_scan_uint32(). | |||||
* | basevideo: Move deadline to frame structure | David Schleef | 2010-09-18 | 1 | -2/+2 | |
| | ||||||
* | schro: Fix segfault on EOS | Sebastian Dröge | 2010-06-02 | 1 | -8/+11 | |
| | ||||||
* | schro: fix for base video updates | David Schleef | 2010-06-02 | 3 | -27/+20 | |
| | ||||||
* | Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS | David Schleef | 2010-05-19 | 1 | -1/+2 | |
| | | | | | | | | | Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS, and fix all the Makefiles that use it. This is so that all the include directories are added in the proper order: first the directories in srcdir/builddir, then gst-plugins-base dirs, then gstreamer dirs. If the order is wrong, installed headers may be used instead of local headers and/or uninstalled headers from -base. | |||||
* | Add -Wmissing-declarations -Wmissing-prototypes to configure flags | Benjamin Otte | 2010-03-21 | 4 | -0/+9 | |
| | | | | And fix all warnings | |||||
* | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 2010-03-18 | 3 | -18/+12 | |
| | ||||||
* | schroenc: Only enable framestats code with schro >= 1.0.9 | Sebastian Dröge | 2010-03-09 | 1 | -2/+2 | |
| | ||||||
* | schroenc: Add frame-stats message | David Schleef | 2010-03-09 | 1 | -0/+15 | |
| | ||||||
* | schroenc: Use guint64 instead of uint64_t. Fixes #599355 | Edward Hervey | 2009-10-23 | 1 | -1/+1 | |
| | ||||||
* | schroedinger: fix warnings on macosx snow leopard | Josep Torra | 2009-10-11 | 3 | -4/+7 | |
| | ||||||
* | schro: remove unused include of liboil.h | David Schleef | 2009-10-07 | 1 | -1/+0 | |
| | ||||||
* | schroenc: When the source pad isn't linked, use the pad template | Jan Schmidt | 2009-10-05 | 1 | -0/+5 | |
| | | | | | For negotiation, use the source pad pad template when it doesn't have a peer. | |||||
* | schroenc: move caps related code to gst_schro_enc_set_format. | Alessandro Decina | 2009-10-05 | 1 | -35/+33 | |
| | ||||||
* | Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes. | Jan Schmidt | 2009-10-05 | 1 | -2/+1 | |
| | | | | | | Move the GST_CXXFLAGS and GST_CFLAGS to the start of the includes set to pull in the local gst-libs from there first, instead of listing it explicitly. | |||||
* | Fix CFLAGS and LDFLAGS for dirac/schrodinger | Jan Schmidt | 2009-10-05 | 1 | -5/+5 | |
| | | | | | Include the local headers and libs before ones outside this module. | |||||
* | Fix schroenc for refcount change in GstBaseVideoEncoder. | Alessandro Decina | 2009-10-02 | 1 | -1/+1 | |
| | ||||||
* | Make gst_schro_enc_handle_frame return GstFlowReturn. | Alessandro Decina | 2009-10-02 | 1 | -2/+2 | |
| | ||||||
* | schroenc: quiet debugging message in last commit | David Schleef | 2009-09-17 | 1 | -1/+1 | |
| | ||||||
* | schroenc: Keep track of granule offset | David Schleef | 2009-09-17 | 1 | -2/+12 | |
| | ||||||
* | schrodec: Fix resync bug due to adapter API change | David Schleef | 2009-09-17 | 1 | -3/+8 | |
| | | | | | gst_adapter_masked_scan_uint32() changed slightly from when this element was in Schroedinger. Oops. | |||||
* | schroenc: set right OFFSET and OFFSET_END on header buffers to make oggmux happy | Arek Korbik | 2009-08-26 | 1 | -0/+7 | |
| | | | | | | Without this oggmux will just keep buffering output pages in some cases. Fixes #593024. | |||||
* | schro: Add enum types for schroedinger settings | David Schleef | 2009-07-13 | 1 | -2/+36 | |
| | ||||||
* | basevideo, schroedinger: guard unstable API with GST_USE_UNSTABLE_API | Tim-Philipp Müller | 2009-07-03 | 1 | -0/+1 | |
| | | | | | | Add some guards and fat warnings to the header files with still unstable API, so people who just look at the installed headers know that it actually is unstable API. | |||||
* | basevideo: move from -base | David Schleef | 2009-07-01 | 7 | -0/+2332 | |
Also move schroedinger plugin. This creates a new library, gstbasevideo-0.10, which will probably be merged back into gstvideo-0.10 when this is moved back to -base. |