summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.0.11.0.1Tim-Philipp Müller2012-10-0777-387/+1667
|
* Automatic update of common submoduleTim-Philipp Müller2012-10-061-0/+0
| | | | From 6c0b52c to 6bb6951
* meta info: register thread-safely.Michael Smith2012-10-036-14/+22
|
* rtpvp8: Also commit remaining uncommitted changes...Sebastian Dröge2012-10-031-2/+2
|
* rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with ↵Andoni Morales Alastruey2012-10-031-0/+1
| | | | libvpx
* videoparsers: fix duplicated symbols for static links with libschroedingerAndoni Morales Alastruey2012-10-031-1/+6
|
* dvdspu: add YV12 and NV12 supportRob Clark2012-10-032-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
* resindvd: Remove caps lock from parsetter element.Jan Schmidt2012-10-022-13/+0
| | | | | All the members it used to protect in 0.10 are protected by the stream lock now.
* resindvd: Update overridden caps when the DAR changesJan Schmidt2012-10-011-2/+9
| | | | | Send a new caps event downstream when we receive new orders from the VM, if there are existing caps.
* resindvd: Port parsetter elementJan Schmidt2012-10-016-359/+115
| | | | | Port the DVD element which overrides the MPEG encoded pixel-aspect-ratio to match that requested by the DVD VM.
* update for latest changesChristian Fredrik Kalager Schaller2012-10-011-3/+6
|
* chromaprint: Missing unmap buffer in transform_ipChristophe Fergeau2012-09-301-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
* resindvd: Fiddle with segment handling for DVD.Jan Schmidt2012-09-302-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.
* frei0r: fix plugin loading for frei0r elements that have no info.explanationTim-Philipp Müller2012-09-293-3/+15
| | | | We don't allow empty descriptions for elements any more.
* Remove some liboil referencesTim-Philipp Müller2012-09-293-4/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673285
* cog: remove some old elements so they don't get ported accidentallyTim-Philipp Müller2012-09-294-1943/+0
| | | | They are replaced by videoconvert and gdkpixbufoverlay
* curl: fix compiler warning with setsockopt() on windowsРуслан Ижбулатов2012-09-291-2/+3
| | | | | | The optval argument is of type const char * on windows. https://bugzilla.gnome.org/show_bug.cgi?id=685065
* frei0r: Port to 1.0Nicolas Dufresne2012-09-287-299/+222
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681678
* curl: fix build on win32Руслан Ижбулатов2012-09-288-2/+54
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684847
* wrappercamerabinsrc: change video-source if the user requestedThiago Santos2012-09-282-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
* wrappercamerabinsrc: pad probe ids are gulongThiago Santos2012-09-271-1/+1
| | | | Change variable to the correct type
* camerabin: use correct element name when replacing the video filterThiago Santos2012-09-271-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
* soundtouch: Transform timestamps properly after a seek.Jan Schmidt2012-09-261-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.
* resindvd: Don't send spurious 'close segment' events. Make a single segmentJan Schmidt2012-09-261-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.
* fieldanalysis: Port to 1.0Robert Swain2012-09-252-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.
* chromaprint: link against libgstbaseYaakov Selkowitz2012-09-241-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
* Back to development (bug fixing)Tim-Philipp Müller2012-09-2471-134/+134
|
* Release 1.0.01.0.0Tim-Philipp Müller2012-09-245-121/+154
|
* docs: updateTim-Philipp Müller2012-09-2469-69/+69
|
* decklink: change device instance lifecycleDavid Schleef2012-09-236-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.
* decklinksrc: Fix memory leaksDavid Schleef2012-09-231-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.
* tests: disable assrender unit testTim-Philipp Müller2012-09-231-2/+2
| | | | Doesn't work, needs fixing.
* assrender: disable for autoplugging until it worksTim-Philipp Müller2012-09-231-1/+2
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683192 https://bugzilla.gnome.org/show_bug.cgi?id=684683
* rtpdtmfdepay: Use 1.0-style caps negotiation and audio/x-rawOlivier Crête2012-09-221-7/+11
|
* opusenc: Rank as PrimaryOlivier Crête2012-09-221-1/+1
|
* rtpopuspay: Allocate the rtp buffer correctlyOlivier Crête2012-09-221-17/+3
| | | | Use the right functions to allocate the rtp buffer
* Automatic update of common submoduleTim-Philipp Müller2012-09-221-0/+0
| | | | From 4f962f7 to 6c0b52c
* intersubsrc: disable timestamping code that doesn't make senseTim-Philipp Müller2012-09-201-0/+3
| | | | | and which breaks the states check because we end up trying to divide by 0.
* applemedia: init videoinfoMark Nauwelaerts2012-09-182-0/+2
|
* y4mdec: init videoinfoMark Nauwelaerts2012-09-181-0/+1
|
* docs: remove one more old includeTim-Philipp Müller2012-09-181-1/+0
|
* Release 0.11.99RELEASE-0.11.99Tim-Philipp Müller2012-09-173-5/+15
|
* docs: updateTim-Philipp Müller2012-09-17131-9808/+388
|
* freeze: remove freeze element, was replaced by imagefreeze in -good years agoTim-Philipp Müller2012-09-178-486/+0
|
* resindvd: Fix segment handling in the demuxer.Jan Schmidt2012-09-182-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.
* Remove vp8 plugin from spec after move to goodChristian Fredrik Kalager Schaller2012-09-171-1/+0
|
* vp8: Remove plugin, moved to gst-plugins-goodSebastian Dröge2012-09-1620-3326/+2
|
* vp8dec: Unref input/output states when stopping the decoderSebastian Dröge2012-09-161-0/+9
|
* vp8enc: Update realtime profile to the new propertiesSebastian Dröge2012-09-161-2/+3
|
* Update and fix spec with latest changes and F18 name scheemeChristian Fredrik Kalager Schaller2012-09-161-22/+35
|