summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-18virtualdub: RemoveBenjamin Otte6-768/+0
THe plugin is so hopelessly outdated, it's just not worth keeping.
2010-03-18Remove xine plugin codeBenjamin Otte7-1659/+0
The plugin is unmaintained (even worse than Xine ;))
2010-03-18Remove gob examplesBenjamin Otte2-160/+0
They were outdated and wouldn't have compiled anymore.
2010-03-17cog: Fix off-by-one in 444->420 conversionDavid Schleef1-1/+1
Fixes #613160.
2010-03-17cog: Use "(png_infopp) NULL" instead of png_infopp_NULLРуслан Ижбулатов1-1/+1
2010-03-17cog: Use png_get_io_ptr() instead of accessing io_ptr directlyРуслан Ижбулатов1-1/+1
2010-03-17cog: Check for libpng >= 1.2 instead of libpng12Руслан Ижбулатов1-1/+1
2010-03-16docs: the xdgmime plugin was merged into typefindersStefan Kost1-14/+0
2010-03-16neon,dvd: also use g_value_set_static_string() here for static stringsStefan Kost1-2/+2
2010-03-15mpegtsdemux: fix minor memory leak in property getterTim-Philipp Müller1-7/+7
Don't leak the string returned by g_strjoinv(). While we're at it, use GString to assemble the string to be returned.
2010-03-15dvbsrc: use g_value_set_static_string() where possibleTim-Philipp Müller1-2/+2
2010-03-15cog: disable code that causes an orcc crashDavid Schleef2-42/+17
Revert this after orc release and version bump.
2010-03-15imagefreeze: Only start the task after a seek if a buffer was received alreadySebastian Dröge1-2/+5
2010-03-15cog: comment on previous bad commit messageDavid Schleef1-1/+0
The recent commit "logoinsert checkpoint FIXME" should actually read: Fix logoinsert variable names.
2010-03-15cog: implement chroma-siteDavid Schleef8-32/+254
Determine chroma site position from the caps and use it when upsampling/downsampling chroma.
2010-03-15cogcolorspace: implement color-matrix handlingDavid Schleef5-47/+199
2010-03-14cog: logoinsert checkpoint FIXMEDavid Schleef1-7/+7
2010-03-14cog: Add n_taps to chroma upsamplingDavid Schleef6-32/+47
2010-03-13asfmux: fix typo in property descriptionTim-Philipp Müller1-2/+2
2010-03-13mpegvideoparse: Update caps when the sequence header changesRaimo Järvi1-18/+14
Fixes bug #612687.
2010-03-12camerabin: activate video bin before feeding data to itMark Nauwelaerts1-0/+2
Fixes #612615.
2010-03-12tests: tagschecking: Improvements and new geo-location testsThiago Santos1-13/+51
Makes some improvements to tagschecking.c, making it use fakesrc instead of videotestsrc and allowing to set input caps so that more muxers can be used. Previously we could only use those that accepted raw video caps. Also adds some tests for geo-location tags
2010-03-12qtmux: Use xmp on mp4mux and gppmux tooThiago Santos1-2/+5
Do not restrict xmp to qtmux, but use it too on mp4mux and gppmux
2010-03-12Automatic update of common submoduleEdward Hervey1-0/+0
From e272f71 to 55cd514
2010-03-12jpegparse: Fix unitialized variable on macosx 10.5Edward Hervey1-1/+1
2010-03-12jpegformat: add xmp reading and writing supportStefan Kost4-33/+153
Bump needed base version for new xmp helper library. Use xmp helpers in jpegparse and jifmux.
2010-03-12configure: Fix merge mistakeSebastian Dröge1-3/+0
2010-03-12segmentclip: Add audio/video buffer segment clip elementsSebastian Dröge9-0/+932
These elements clip the audio/video buffers to the configured segment for the case when the upstream elements don't do this correctly.
2010-03-12imagefreeze: Add some unit testsSebastian Dröge3-0/+451
2010-03-12imagefreeze: Set undefined framerate in sink getcaps functionSebastian Dröge1-0/+10
2010-03-12imagefreeze: Implement reverse playback and set buffer offsetsSebastian Dröge1-30/+63
2010-03-12imagefreeze: Add to the docsSebastian Dröge4-0/+51
2010-03-12imagefreeze: Add still frame stream generator elementSebastian Dröge4-0/+879
2010-03-11check: tagschecking: tests for tags serialization in muxersThiago Santos2-1/+275
Adds a check unit test that aims to test tags serialization and deserialization consistency (in muxers). It provides a basic function that allows one to easily specify tags, a muxer and a demuxer and a test will be done to check if the tags have been consistently muxed and demuxed
2010-03-11qtmux: add xmp supportThiago Santos5-3/+36
Adds xmp metatags adding to qtmux. Fixes #609539
2010-03-11metadata: Remove _XMP_GEO_* tagsThiago Santos4-20/+4
Removes GST_TAG_XMP_GEO_LOCATION_COUNTRY, GST_TAG_XMP_GEO_LOCATION_CITY and GST_TAG_XMP_GEO_LOCATION_SUBLOCATION from metadata's private tags as those are now present at -core tags. Fixes #612410
2010-03-11qtmux: fix GST_ELEMENT_ERROR usageTim-Philipp Müller1-9/+9
We need to pass (NULL) rather than NULL for empty arguments.
2010-03-11jpegformat: Fix unitialized variablesEdward Hervey2-8/+8
2010-03-11fix compile error with trace macroRob Clark1-1/+1
Note that this one isn't a problem with normal trace macros, but causes problems with some replacement trace macros that I use, which expect the format string to be appendable (ie "foo "fmt in the macro) https://bugzilla.gnome.org/show_bug.cgi?id=612454
2010-03-11fix trace macro typoRob Clark1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=612454
2010-03-11mpeg4videoparse: fix compile errorRob Clark1-2/+3
gst/mpeg4videoparse/mpeg4videoparse.c:689: warning: comparison is always true due to limited range of data type https://bugzilla.gnome.org/show_bug.cgi?id=612454
2010-03-11qtmux: fix compile errorRob Clark1-1/+1
gst/qtmux/gstqtmoovrecover.c:268: warning: format not a string literal and no format arguments https://bugzilla.gnome.org/show_bug.cgi?id=612454
2010-03-11Automatic update of common submoduleBenjamin Otte1-0/+0
From df8a7c8 to e272f71
2010-03-11metadata: don't check for NULL when calling g_free.Stefan Kost6-39/+25
g_free does the check already. Also small code logic cleanup and whitespace fix.
2010-03-11metadata: remove empty setter/getter vmethod implementationsStefan Kost2-43/+0
2010-03-11invtelecine: inlcude stdlib.h for abs()Stefan Kost1-0/+1
2010-03-11metadata: update bug statusStefan Kost1-2/+0
2010-03-11camerabin: refactor cropping and adapting captured imagesLasse Laukkanen2-118/+137
2010-03-11camerabin: fix NULL -> READY state change failure handling.Teemu Katajisto2-0/+7
In some error situations the NULL -> READY state change failed and camerabin elements were not destroyed.
2010-03-11camerabin: don't use gst_bus_poll() when creating preview imageLasse Laukkanen1-3/+2
Avoid using gst_bus_poll() as the docs recommend. Use gst_bus_timed_pop_filtered() instead.