summaryrefslogtreecommitdiff
path: root/ext/jp2k
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Add -Wwrite-stringsBenjamin Otte2-6/+6
2010-03-22Add -Wredundant-decls flagBenjamin Otte2-10/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-14/+8
2009-11-18jp2k: Raise rank of encoder to MARGINALEdward Hervey1-1/+1
2009-11-07jp2kenc: Fix klass (s/Decoder/Encoder/)Edward Hervey1-1/+1
2009-05-04jp2kenc: Implement preset interfaceSebastian Dröge1-1/+15
2009-04-02jp2enc: Unref peer caps after usage to fix a memory leakSebastian Dröge1-0/+1
2009-03-27jp2kdec: implement basic QoSTim-Philipp Müller2-10/+219
2009-03-21jp2kenc: Add width/height/fourcc to the pad template capsSebastian Dröge1-2/+4
2008-12-02ext/jp2k/gstjasperenc.c: Some compilers complain about uninitialized variable...David Schleef1-0/+2
2008-12-01ext/jp2k/: Add image/x-jpc caps name for real, raw JPEG2000 codestream data.Sebastian Dröge3-15/+98
2008-11-29ext/jp2k/gstjasperdec.c: Don't unref the element instance if we don't own a r...Sebastian Dröge1-1/+0
2008-11-13ext/jp2k/: Add jp2kenc to jp2k plugin.Mark Nauwelaerts5-30/+680
2008-11-13ext/jp2k/gstjasperdec.*: Make pad template caps reflect the supported formats.Mark Nauwelaerts2-20/+21
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-09-09Add jp2k plugin. Fixes #550657.Mark Nauwelaerts3-0/+808