summaryrefslogtreecommitdiff
path: root/gst/rawparse
Commit message (Expand)AuthorAgeFilesLines
* gst: Implement segment-done eventSebastian Dröge2012-07-051-0/+2
* update for task api changeWim Taymans2012-06-201-1/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* rawparse: fix compile warningAlessandro Decina2012-04-051-2/+2
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* rawparse: fix bayer capsWim Taymans2012-03-211-1/+1
* rawparse: port to 0.11Mark Nauwelaerts2012-03-205-382/+313
* don't pass random pointers to pull_rangeWim Taymans2012-03-161-0/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+4
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+7
* | Update for pad API changesTim-Philipp Müller2011-11-012-5/+5
|/
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* audioparse: Allow implicit channel map for 1-/2-channel audioArun Raghavan2010-12-081-1/+7
* audioparse: Add support for setting the channel-positionsSebastian Dröge2010-10-073-4/+111
* rawparse: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-211-20/+18
* resindvd, rawparse: fix LDFLAGS for gst-plugins-base libsРуслан Ижбулатов2009-08-251-1/+1
* videoparse: Only provide very fundamental caps in the pad templateSebastian Dröge2009-08-081-21/+3
* rawparse: Small cleanups and implement SEEKING querySebastian Dröge2009-08-082-6/+27
* audioparse: Small cleanupsSebastian Dröge2009-08-081-43/+43
* videoparse: Use libgstvideo for everything instead of our own calculationsSebastian Dröge2009-08-084-296/+92
* audioparse: add support for A-Law and µ-LawTim-Philipp Müller2009-05-281-19/+54
* Add interlaced support to videoparseDavid Schleef2009-04-214-3/+58
* Add v210 formatDavid Schleef2009-02-261-1/+8
* Fix incorrect "pixel_aspect_ratio" in capsDavid Schleef2009-02-261-3/+3
* Make RGB masks unsigned in rawvideoparseJan Schmidt2009-01-231-4/+4
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is ...Jan Schmidt2008-06-301-2/+2
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-122-2/+0
* gst/rawparse/gstrawparse.c: Add simple reverse playback.Wim Taymans2008-06-091-22/+42
* gst/rawparse/gstrawparse.*: Fix seeking, timestamps, duration and some more. ...Wim Taymans2008-06-092-107/+211
* Add missing no_inst header files to Makefile.am so disting still worksChristian Schaller2008-01-231-0/+4
* gst/rawparse/gstrawparse.c: Handle framesizes > 4096 with multiple frames per...Sebastian Dröge2008-01-191-5/+14
* gst/rawparse/gstrawparse.c: Improve handling of unknown or too small upstream...Sebastian Dröge2008-01-191-5/+6
* gst/rawparse/gstrawparse.c: Improve debugging a bit and for handling multiple...Sebastian Dröge2008-01-191-1/+6
* gst/rawparse/gstrawparse.*: Implement pull mode.Sebastian Dröge2008-01-182-78/+397
* ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef2008-01-011-15/+2
* gst/rawparse/gstrawparse.c: Always seek on frame boundaries, will produce not...Sebastian Dröge2007-12-231-0/+5
* Add new plugin rawparse that contains a base class for raw data parsers and t...Sebastian Dröge2007-12-239-0/+1627