Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-18 | virtualdub: Remove | Benjamin Otte | 6 | -768/+0 | |
THe plugin is so hopelessly outdated, it's just not worth keeping. | |||||
2010-03-18 | Remove xine plugin code | Benjamin Otte | 7 | -1659/+0 | |
The plugin is unmaintained (even worse than Xine ;)) | |||||
2010-03-18 | Remove gob examples | Benjamin Otte | 2 | -160/+0 | |
They were outdated and wouldn't have compiled anymore. | |||||
2010-03-17 | cog: Fix off-by-one in 444->420 conversion | David Schleef | 1 | -1/+1 | |
Fixes #613160. | |||||
2010-03-17 | cog: Use "(png_infopp) NULL" instead of png_infopp_NULL | Руслан Ижбулатов | 1 | -1/+1 | |
2010-03-17 | cog: Use png_get_io_ptr() instead of accessing io_ptr directly | Руслан Ижбулатов | 1 | -1/+1 | |
2010-03-17 | cog: Check for libpng >= 1.2 instead of libpng12 | Руслан Ижбулатов | 1 | -1/+1 | |
2010-03-16 | docs: the xdgmime plugin was merged into typefinders | Stefan Kost | 1 | -14/+0 | |
2010-03-16 | neon,dvd: also use g_value_set_static_string() here for static strings | Stefan Kost | 1 | -2/+2 | |
2010-03-15 | mpegtsdemux: fix minor memory leak in property getter | Tim-Philipp Müller | 1 | -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-15 | dvbsrc: use g_value_set_static_string() where possible | Tim-Philipp Müller | 1 | -2/+2 | |
2010-03-15 | cog: disable code that causes an orcc crash | David Schleef | 2 | -42/+17 | |
Revert this after orc release and version bump. | |||||
2010-03-15 | imagefreeze: Only start the task after a seek if a buffer was received already | Sebastian Dröge | 1 | -2/+5 | |
2010-03-15 | cog: comment on previous bad commit message | David Schleef | 1 | -1/+0 | |
The recent commit "logoinsert checkpoint FIXME" should actually read: Fix logoinsert variable names. | |||||
2010-03-15 | cog: implement chroma-site | David Schleef | 8 | -32/+254 | |
Determine chroma site position from the caps and use it when upsampling/downsampling chroma. | |||||
2010-03-15 | cogcolorspace: implement color-matrix handling | David Schleef | 5 | -47/+199 | |
2010-03-14 | cog: logoinsert checkpoint FIXME | David Schleef | 1 | -7/+7 | |
2010-03-14 | cog: Add n_taps to chroma upsampling | David Schleef | 6 | -32/+47 | |
2010-03-13 | asfmux: fix typo in property description | Tim-Philipp Müller | 1 | -2/+2 | |
2010-03-13 | mpegvideoparse: Update caps when the sequence header changes | Raimo Järvi | 1 | -18/+14 | |
Fixes bug #612687. | |||||
2010-03-12 | camerabin: activate video bin before feeding data to it | Mark Nauwelaerts | 1 | -0/+2 | |
Fixes #612615. | |||||
2010-03-12 | tests: tagschecking: Improvements and new geo-location tests | Thiago Santos | 1 | -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-12 | qtmux: Use xmp on mp4mux and gppmux too | Thiago Santos | 1 | -2/+5 | |
Do not restrict xmp to qtmux, but use it too on mp4mux and gppmux | |||||
2010-03-12 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From e272f71 to 55cd514 | |||||
2010-03-12 | jpegparse: Fix unitialized variable on macosx 10.5 | Edward Hervey | 1 | -1/+1 | |
2010-03-12 | jpegformat: add xmp reading and writing support | Stefan Kost | 4 | -33/+153 | |
Bump needed base version for new xmp helper library. Use xmp helpers in jpegparse and jifmux. | |||||
2010-03-12 | configure: Fix merge mistake | Sebastian Dröge | 1 | -3/+0 | |
2010-03-12 | segmentclip: Add audio/video buffer segment clip elements | Sebastian Dröge | 9 | -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-12 | imagefreeze: Add some unit tests | Sebastian Dröge | 3 | -0/+451 | |
2010-03-12 | imagefreeze: Set undefined framerate in sink getcaps function | Sebastian Dröge | 1 | -0/+10 | |
2010-03-12 | imagefreeze: Implement reverse playback and set buffer offsets | Sebastian Dröge | 1 | -30/+63 | |
2010-03-12 | imagefreeze: Add to the docs | Sebastian Dröge | 4 | -0/+51 | |
2010-03-12 | imagefreeze: Add still frame stream generator element | Sebastian Dröge | 4 | -0/+879 | |
2010-03-11 | check: tagschecking: tests for tags serialization in muxers | Thiago Santos | 2 | -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-11 | qtmux: add xmp support | Thiago Santos | 5 | -3/+36 | |
Adds xmp metatags adding to qtmux. Fixes #609539 | |||||
2010-03-11 | metadata: Remove _XMP_GEO_* tags | Thiago Santos | 4 | -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-11 | qtmux: fix GST_ELEMENT_ERROR usage | Tim-Philipp Müller | 1 | -9/+9 | |
We need to pass (NULL) rather than NULL for empty arguments. | |||||
2010-03-11 | jpegformat: Fix unitialized variables | Edward Hervey | 2 | -8/+8 | |
2010-03-11 | fix compile error with trace macro | Rob Clark | 1 | -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-11 | fix trace macro typo | Rob Clark | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=612454 | |||||
2010-03-11 | mpeg4videoparse: fix compile error | Rob Clark | 1 | -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-11 | qtmux: fix compile error | Rob Clark | 1 | -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-11 | Automatic update of common submodule | Benjamin Otte | 1 | -0/+0 | |
From df8a7c8 to e272f71 | |||||
2010-03-11 | metadata: don't check for NULL when calling g_free. | Stefan Kost | 6 | -39/+25 | |
g_free does the check already. Also small code logic cleanup and whitespace fix. | |||||
2010-03-11 | metadata: remove empty setter/getter vmethod implementations | Stefan Kost | 2 | -43/+0 | |
2010-03-11 | invtelecine: inlcude stdlib.h for abs() | Stefan Kost | 1 | -0/+1 | |
2010-03-11 | metadata: update bug status | Stefan Kost | 1 | -2/+0 | |
2010-03-11 | camerabin: refactor cropping and adapting captured images | Lasse Laukkanen | 2 | -118/+137 | |
2010-03-11 | camerabin: fix NULL -> READY state change failure handling. | Teemu Katajisto | 2 | -0/+7 | |
In some error situations the NULL -> READY state change failed and camerabin elements were not destroyed. | |||||
2010-03-11 | camerabin: don't use gst_bus_poll() when creating preview image | Lasse Laukkanen | 1 | -3/+2 | |
Avoid using gst_bus_poll() as the docs recommend. Use gst_bus_timed_pop_filtered() instead. |