summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07Release 1.0.11.0.1Tim-Philipp Müller77-387/+1667
2012-10-06Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 6c0b52c to 6bb6951
2012-10-03meta info: register thread-safely.Michael Smith6-14/+22
2012-10-03rtpvp8: Also commit remaining uncommitted changes...Sebastian Dröge1-2/+2
2012-10-03rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with ↵Andoni Morales Alastruey1-0/+1
libvpx
2012-10-03videoparsers: fix duplicated symbols for static links with libschroedingerAndoni Morales Alastruey1-1/+6
2012-10-03dvdspu: add YV12 and NV12 supportRob Clark2-8/+9
https://bugzilla.gnome.org/show_bug.cgi?id=667220 Conflicts: gst/dvdspu/gstdvdspu.c gst/dvdspu/gstdvdspu.h gst/dvdspu/gstspu-pgs.c gst/dvdspu/gstspu-vobsub-render.c
2012-10-02resindvd: Remove caps lock from parsetter element.Jan Schmidt2-13/+0
All the members it used to protect in 0.10 are protected by the stream lock now.
2012-10-01resindvd: Update overridden caps when the DAR changesJan Schmidt1-2/+9
Send a new caps event downstream when we receive new orders from the VM, if there are existing caps.
2012-10-01resindvd: Port parsetter elementJan Schmidt6-359/+115
Port the DVD element which overrides the MPEG encoded pixel-aspect-ratio to match that requested by the DVD VM.
2012-10-01update for latest changesChristian Fredrik Kalager Schaller1-3/+6
2012-09-30chromaprint: Missing unmap buffer in transform_ipChristophe Fergeau1-1/+2
When no samples have to be processed, transform_ip exits early, but the buffer it uses was not properly unmapped. https://bugzilla.gnome.org/show_bug.cgi?id=685159
2012-09-30resindvd: Fiddle with segment handling for DVD.Jan Schmidt2-19/+46
Clarify some of the terms used, and make sure to extend the stop time when the position moves past the end of the current segment (as for still frames, for example). Also, make sure to reset the position value of the segment the demuxer outputs when collecting a seamless segment.
2012-09-29frei0r: fix plugin loading for frei0r elements that have no info.explanationTim-Philipp Müller3-3/+15
We don't allow empty descriptions for elements any more.
2012-09-29Remove some liboil referencesTim-Philipp Müller3-4/+3
https://bugzilla.gnome.org/show_bug.cgi?id=673285
2012-09-29cog: remove some old elements so they don't get ported accidentallyTim-Philipp Müller4-1943/+0
They are replaced by videoconvert and gdkpixbufoverlay
2012-09-29curl: fix compiler warning with setsockopt() on windowsРуслан Ижбулатов1-2/+3
The optval argument is of type const char * on windows. https://bugzilla.gnome.org/show_bug.cgi?id=685065
2012-09-28frei0r: Port to 1.0Nicolas Dufresne7-299/+222
https://bugzilla.gnome.org/show_bug.cgi?id=681678
2012-09-28curl: fix build on win32Руслан Ижбулатов8-2/+54
https://bugzilla.gnome.org/show_bug.cgi?id=684847
2012-09-28wrappercamerabinsrc: change video-source if the user requestedThiago Santos2-33/+88
When going from null to ready, check if the user requested to use a new source and replace the current one. Fixes #681562
2012-09-27wrappercamerabinsrc: pad probe ids are gulongThiago Santos1-1/+1
Change variable to the correct type
2012-09-27camerabin: use correct element name when replacing the video filterThiago Santos1-1/+1
The name was updated on the 0.10 -> 1.0 transition, but the gst_bin_remove was still using the old name, causing an assertion when replacing video-source-filter https://bugzilla.gnome.org/show_bug.cgi?id=681564
2012-09-26soundtouch: Transform timestamps properly after a seek.Jan Schmidt1-17/+33
The segment is transformed to match the pitch conversion being applied, so make sure the timestamps being output match the configured downstream segment accordingly, and adjust the downstream segment position to match the stream time ratio also.
2012-09-26resindvd: Don't send spurious 'close segment' events. Make a single segmentJan Schmidt1-50/+1
With the new 1.0 segment semantics, there's no need to close the previous segment before sending out a new one, so don't do it. Also, adjust the outgoing segment to just be one contiguous timeline, with a base of 0. Fixes some repeating timestamps when segments change.
2012-09-25fieldanalysis: Port to 1.0Robert Swain2-318/+364
I was also vaguely forced to overhaul some bits and pieces and mess with the data structures. This was mostly due to caps not being part of buffers and so I had to switch to using GstVideoFrame and GstVideoInfo.
2012-09-24chromaprint: link against libgstbaseYaakov Selkowitz1-2/+3
Calls to gst_base_transform_get_type and gst_base_transform_set_passthrough require linking with libgstbase. https://bugzilla.gnome.org/show_bug.cgi?id=684740
2012-09-24Back to development (bug fixing)Tim-Philipp Müller71-134/+134
2012-09-24Release 1.0.01.0.0Tim-Philipp Müller5-121/+154
2012-09-24docs: updateTim-Philipp Müller69-69/+69
2012-09-23decklink: change device instance lifecycleDavid Schleef6-104/+150
The decklink driver eventually crashes after repeated creation/deletion of device, input, output, and configuration objects. Change to create these at the outset and keep them around forever.
2012-09-23decklinksrc: Fix memory leaksDavid Schleef1-5/+25
Buffers now hold on to a reference for the input, so the input object doesn't get freed (and carry the buffers with it) before all the buffers are freed.
2012-09-23tests: disable assrender unit testTim-Philipp Müller1-2/+2
Doesn't work, needs fixing.
2012-09-23assrender: disable for autoplugging until it worksTim-Philipp Müller1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=683192 https://bugzilla.gnome.org/show_bug.cgi?id=684683
2012-09-22rtpdtmfdepay: Use 1.0-style caps negotiation and audio/x-rawOlivier Crête1-7/+11
2012-09-22opusenc: Rank as PrimaryOlivier Crête1-1/+1
2012-09-22rtpopuspay: Allocate the rtp buffer correctlyOlivier Crête1-17/+3
Use the right functions to allocate the rtp buffer
2012-09-22Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 4f962f7 to 6c0b52c
2012-09-20intersubsrc: disable timestamping code that doesn't make senseTim-Philipp Müller1-0/+3
and which breaks the states check because we end up trying to divide by 0.
2012-09-18applemedia: init videoinfoMark Nauwelaerts2-0/+2
2012-09-18y4mdec: init videoinfoMark Nauwelaerts1-0/+1
2012-09-18docs: remove one more old includeTim-Philipp Müller1-1/+0
2012-09-17Release 0.11.99RELEASE-0.11.99Tim-Philipp Müller3-5/+15
2012-09-17docs: updateTim-Philipp Müller131-9808/+388
2012-09-17freeze: remove freeze element, was replaced by imagefreeze in -good years agoTim-Philipp Müller8-486/+0
2012-09-18resindvd: Fix segment handling in the demuxer.Jan Schmidt2-9/+62
Transfer the incoming segment base time to the src segment the demuxer sends downstream. Add some (disabled) debug to the bin for tracking outgoing timestamps.
2012-09-17Remove vp8 plugin from spec after move to goodChristian Fredrik Kalager Schaller1-1/+0
2012-09-16vp8: Remove plugin, moved to gst-plugins-goodSebastian Dröge20-3326/+2
2012-09-16vp8dec: Unref input/output states when stopping the decoderSebastian Dröge1-0/+9
2012-09-16vp8enc: Update realtime profile to the new propertiesSebastian Dröge1-2/+3
2012-09-16Update and fix spec with latest changes and F18 name scheemeChristian Fredrik Kalager Schaller1-22/+35