summaryrefslogtreecommitdiff
path: root/ext/schroedinger
Commit message (Collapse)AuthorAgeFilesLines
...
* basevideodecoder: add capture pattern handlingDavid Schleef2010-09-181-33/+3
| | | | | Move typical scan_for_sync() usage into base class, which just calls gst_adapter_masked_scan_uint32().
* basevideo: Move deadline to frame structureDavid Schleef2010-09-181-2/+2
|
* schro: Fix segfault on EOSSebastian Dröge2010-06-021-8/+11
|
* schro: fix for base video updatesDavid Schleef2010-06-023-27/+20
|
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-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 flagsBenjamin Otte2010-03-214-0/+9
| | | | And fix all warnings
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-183-18/+12
|
* schroenc: Only enable framestats code with schro >= 1.0.9Sebastian Dröge2010-03-091-2/+2
|
* schroenc: Add frame-stats messageDavid Schleef2010-03-091-0/+15
|
* schroenc: Use guint64 instead of uint64_t. Fixes #599355Edward Hervey2009-10-231-1/+1
|
* schroedinger: fix warnings on macosx snow leopardJosep Torra2009-10-113-4/+7
|
* schro: remove unused include of liboil.hDavid Schleef2009-10-071-1/+0
|
* schroenc: When the source pad isn't linked, use the pad templateJan Schmidt2009-10-051-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 Decina2009-10-051-35/+33
|
* Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.Jan Schmidt2009-10-051-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/schrodingerJan Schmidt2009-10-051-5/+5
| | | | | Include the local headers and libs before ones outside this module.
* Fix schroenc for refcount change in GstBaseVideoEncoder.Alessandro Decina2009-10-021-1/+1
|
* Make gst_schro_enc_handle_frame return GstFlowReturn.Alessandro Decina2009-10-021-2/+2
|
* schroenc: quiet debugging message in last commitDavid Schleef2009-09-171-1/+1
|
* schroenc: Keep track of granule offsetDavid Schleef2009-09-171-2/+12
|
* schrodec: Fix resync bug due to adapter API changeDavid Schleef2009-09-171-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 happyArek Korbik2009-08-261-0/+7
| | | | | | Without this oggmux will just keep buffering output pages in some cases. Fixes #593024.
* schro: Add enum types for schroedinger settingsDavid Schleef2009-07-131-2/+36
|
* basevideo, schroedinger: guard unstable API with GST_USE_UNSTABLE_APITim-Philipp Müller2009-07-031-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 -baseDavid Schleef2009-07-017-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.