summaryrefslogtreecommitdiff
path: root/gst/rawparse
AgeCommit message (Expand)AuthorFilesLines
2009-08-25resindvd, rawparse: fix LDFLAGS for gst-plugins-base libsРуслан Ижбулатов1-1/+1
2009-08-08videoparse: Only provide very fundamental caps in the pad templateSebastian Dröge1-21/+3
2009-08-08rawparse: Small cleanups and implement SEEKING querySebastian Dröge2-6/+27
2009-08-08audioparse: Small cleanupsSebastian Dröge1-43/+43
2009-08-08videoparse: Use libgstvideo for everything instead of our own calculationsSebastian Dröge4-296/+92
2009-05-28audioparse: add support for A-Law and µ-LawTim-Philipp Müller1-19/+54
2009-04-21Add interlaced support to videoparseDavid Schleef4-3/+58
2009-02-26Add v210 formatDavid Schleef1-1/+8
2009-02-26Fix incorrect "pixel_aspect_ratio" in capsDavid Schleef1-3/+3
2009-01-23Make RGB masks unsigned in rawvideoparseJan Schmidt1-4/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-30gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is ...Jan Schmidt1-2/+2
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2-2/+0
2008-06-09gst/rawparse/gstrawparse.c: Add simple reverse playback.Wim Taymans1-22/+42
2008-06-09gst/rawparse/gstrawparse.*: Fix seeking, timestamps, duration and some more. ...Wim Taymans2-107/+211
2008-01-23Add missing no_inst header files to Makefile.am so disting still worksChristian Schaller1-0/+4
2008-01-19gst/rawparse/gstrawparse.c: Handle framesizes > 4096 with multiple frames per...Sebastian Dröge1-5/+14
2008-01-19gst/rawparse/gstrawparse.c: Improve handling of unknown or too small upstream...Sebastian Dröge1-5/+6
2008-01-19gst/rawparse/gstrawparse.c: Improve debugging a bit and for handling multiple...Sebastian Dröge1-1/+6
2008-01-18gst/rawparse/gstrawparse.*: Implement pull mode.Sebastian Dröge2-78/+397
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef1-15/+2
2007-12-23gst/rawparse/gstrawparse.c: Always seek on frame boundaries, will produce not...Sebastian Dröge1-0/+5
2007-12-23Add new plugin rawparse that contains a base class for raw data parsers and t...Sebastian Dröge9-0/+1627