Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-09 | gst: Add better support for static plugins | Sebastian Dröge | 2 | -2/+4 | |
2012-01-18 | cogmse: fix finalize not calling base class (and leaking) | Vincent Penquerc'h | 1 | -0/+2 | |
2012-01-18 | cogmse: signal chain functions to exit on flush-start | Vincent Penquerc'h | 1 | -0/+3 | |
2012-01-18 | cogmse: fix typo using the wrong pad | Vincent Penquerc'h | 1 | -1/+1 | |
2012-01-18 | cogmse: fix possible buffer leak | Vincent Penquerc'h | 1 | -0/+1 | |
2012-01-18 | cogmse: fix pad leaks | Vincent Penquerc'h | 1 | -0/+3 | |
2011-12-11 | 0.10.22.2 pre-release | Tim-Philipp Müller | 1 | -74/+74 | |
2011-11-28 | various: fix pad template ref leaks | Vincent Penquerc'h | 6 | -26/+26 | |
https://bugzilla.gnome.org/show_bug.cgi?id=662664 | |||||
2011-07-12 | cog: Fix set-but-unused warnings | Olivier Crête | 1 | -6/+3 | |
2011-06-04 | Remove unused but set variables | Debarshi Ray | 4 | -27/+0 | |
This is needed to satisfy the new -Wunused-but-set-variable added in GCC 4.6: http://gcc.gnu.org/gcc-4.6/changes.html | |||||
2011-04-30 | Update orc-generated disted C backup code to orc 0.4.14 | Tim-Philipp Müller | 1 | -614/+2162 | |
2011-04-28 | 0.10.21.3 pre-release | Tim-Philipp Müller | 1 | -24/+24 | |
2011-04-17 | ext, gst: update disted orc backup files | Tim-Philipp Müller | 2 | -971/+1074 | |
2011-03-23 | logoinsert: Fix memleaks, add test | David Schleef | 1 | -34/+64 | |
2011-03-23 | logoinsert: Add data property | David Schleef | 1 | -22/+59 | |
2011-01-08 | cog, schroedinger: fix warnings when compiling with -DG_DISABLE_ASSERT | Tim-Philipp Müller | 2 | -0/+2 | |
2011-01-08 | 0.10.20.2 pre-release | Tim-Philipp Müller | 2 | -694/+285 | |
2010-12-30 | cog: Use math-compat.h | David Schleef | 3 | -1/+3 | |
2010-11-25 | cogdownsample: Remove dead assignment | Edward Hervey | 1 | -2/+0 | |
2010-11-25 | cogcolorspace: Remove dead assignment | Edward Hervey | 1 | -1/+0 | |
2010-11-25 | cogframe: Remove dead assignments | Edward Hervey | 1 | -5/+0 | |
2010-11-01 | cog, colorspace: update orc backup functions for latest changes | Tim-Philipp Müller | 1 | -74/+596 | |
Should fix build on systems without the latest orc. | |||||
2010-10-19 | various (ext): add missing G_PARAM_STATIC_STRINGS flags | Stefan Kost | 2 | -3/+4 | |
Canonicalize property names as needed. | |||||
2010-09-17 | cog: Allow compilation without orc | Sebastian Dröge | 4 | -3/+16 | |
Also don't ignore --disable-orc. Fixes bug #629897. | |||||
2010-09-05 | cog: Fix cog_virt_frame_new_convert_u8() | Jonathan Rosser | 1 | -3/+1 | |
Conversion was using uninitialized data instead of source frame. Fixes #626425. | |||||
2010-09-05 | cog: Fix generated Orc code | David Schleef | 1 | -24/+24 | |
Also drop required Orc back down to 0.4.7. | |||||
2010-09-04 | cog: update disted Orc files | David Schleef | 2 | -2304/+10696 | |
2010-09-04 | cog: Add fast paths for colorspace conversion | David Schleef | 2 | -15/+463 | |
2010-09-04 | cog: Improvements in colorspace and scaler | David Schleef | 3 | -49/+947 | |
Add fast paths for YUV->YUV conversions and Orc code for all. Use Orc for horizontal resampling. | |||||
2010-09-04 | cog: minor cleanups | David Schleef | 8 | -343/+32 | |
Improve element descriptions, remove unused files, code cleanup. | |||||
2010-09-04 | cogcolorspace: Classify as Filter/Converter/Video instead of effect | Sebastian Dröge | 1 | -1/+1 | |
Fixes bug #628570. | |||||
2010-09-03 | Release 0.10.20 | Tim-Philipp Müller | 2 | -2716/+2305 | |
2010-08-30 | 0.10.19.5 pre-release | Sebastian Dröge | 1 | -4/+13 | |
2010-08-21 | 0.10.19.4 pre-release | Sebastian Dröge | 2 | -2305/+2707 | |
2010-08-11 | 0.10.19.2 pre-release | Tim-Philipp Müller | 1 | -68/+68 | |
This commit is out of sequence, it really belongs between commits 15098331412ceb982c24b89bb4346354fb56433c (Automatic update of common submodule) and dd26f378b01d679834f12935efc7093fb5807956 (configure: Fix the CELT checks to ...) | |||||
2010-06-27 | cog: Use g_malloc() instead of malloc() | Robert Swain | 2 | -3/+3 | |
malloc() needs stdlib.h, which isn't included here and the memory is freed later with g_free() anyway. | |||||
2010-06-10 | cog: use glib instead of stdint types | David Schleef | 3 | -1438/+1517 | |
2010-06-02 | cog: use common/orc.mak | David Schleef | 6 | -13/+5178 | |
2010-05-22 | cogcolorspace: resample YUV->YUV conversions | David Schleef | 1 | -6/+9 | |
Fixes a segfault (bug #618044). | |||||
2010-03-23 | cog: touch cog.orc to force regeneration of cogorc.[ch] | Tim-Philipp Müller | 1 | -0/+1 | |
.. with new Makefile.am rules, which should fix the build without the need to do a 'manual' make clean after updating. | |||||
2010-03-21 | orc: Fix warnings | Benjamin Otte | 5 | -11/+16 | |
2010-03-19 | cog: Generate correct YUV->RGB tables | Sebastian Dröge | 1 | -6/+5 | |
Fixes: #613332. | |||||
2010-03-18 | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 7 | -45/+26 | |
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-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 | 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 | |