summaryrefslogtreecommitdiffstats
path: root/ext/jp2k/gstjasperdec.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27jp2kdec: implement basic QoSTim-Philipp Müller1-0/+7
Don't try to decode frames that are going to be late anyway.
2008-11-13ext/jp2k/gstjasperdec.*: Make pad template caps reflect the supported formats.Mark Nauwelaerts1-2/+5
Original commit message from CVS: * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_init), (gst_jasper_dec_reset), (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture): * ext/jp2k/gstjasperdec.h: Make pad template caps reflect the supported formats. Add or modify some debug statements, and slightly simplify image passing to encoding library.
2008-09-09Add jp2k plugin. Fixes #550657.Mark Nauwelaerts1-0/+88
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/jp2k/Makefile.am: * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init), (gst_jasper_dec_class_init), (gst_jasper_dec_init), (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps), (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture), (gst_jasper_dec_chain), (gst_jasper_dec_set_property), (gst_jasper_dec_get_property), (gst_jasper_dec_change_state), (plugin_init): * ext/jp2k/gstjasperdec.h: Add jp2k plugin. Fixes #550657.