summaryrefslogtreecommitdiff
path: root/gst/vmnc/vmncdec.c
Commit message (Expand)AuthorAgeFilesLines
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-1/+1
* vmncdec: modify wrong packetized mode logicVineeth T M2014-09-161-3/+4
* vmndec: Don't leak output stateEdward Hervey2014-05-131-1/+3
* vmcndec: Add missing header fileOlivier Crête2013-12-061-3/+1
* vmncdec: Port to GStreamer 1.0 APIOlivier Crête2013-12-061-349/+149
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* wmnc: Update descriptionBenjamin Otte2010-03-091-2/+2
* vmnc: use existing macros to avoid alignment issuesTim-Philipp Müller2010-01-111-3/+4
* Fix some finalize leaks by chaining up to the parent method.Jan Schmidt2008-02-121-0/+2
* gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (...Ian Munro2007-07-301-1/+1
* gst/: Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+1
* gst/vmnc/vmncdec.c: Redesign to include a parser for raw files (no timestamps...Michael Smith2007-03-231-86/+271
* Add VMnc decoder.Michael Smith2007-03-031-0/+958