summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12Make mono warning visible in public documentation.Dave Robillard1-5/+9
2009-08-12Multi-channel support with channel positions.Dave Robillard5-8/+144
This queries port roles from the LV2 data and converts it into GStreamer channel positions. This should allow any type of multi-channel plugin (including beyond stereo, e.g. surround) to work fine in GStreamer, and with elements that require channel positions to be explicitly stated.
2009-08-10Add documentation for LV2 element.Dave Robillard1-0/+13
2009-08-10Fix typo in LADSPA element documentation.Dave Robillard1-1/+1
2009-08-09Merge branch 'fdo' into lv2Dave Robillard100-4588/+7542
2009-08-09Merge branch 'master' of ↵Dave Robillard100-4588/+7542
git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into fdo
2009-08-08mpegtsdemux: Don't answer the SEEKING query if we don't know the answer yetSebastian Dröge1-0/+7
A bitrate!=-1 is required for seeking but the bitrate is only calculated after the second PCR was read. Fixes bug #590446.
2009-08-08spc: Lower rank to SECONDARY to make the gme plugin the defaultSebastian Dröge1-1/+1
2009-08-08spc: Add the OpenSPC spc plugin againSebastian Dröge7-0/+1092
The gme plugin obsoletes it but it might still be useful for users that don't have gme yet or prefer openspc for some reason.
2009-08-08kate: some minor clean-upsTim-Philipp Müller2-10/+13
Print flow return as string in log message; if we check the return value of gst_buffer_new_and_alloc() we should use the _try() function that might actually return NULL. Post error message when returning GST_FLOW_ERROR. Use portable GLib macros to print 64-bit integers. Don't use 0LL, that's also not portable (and unneeded here).
2009-08-08videoparse: Only provide very fundamental caps in the pad templateSebastian Dröge1-21/+3
We can't easily know which caps will can be used because we rely on libgstvideo's support for video formats.
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
Also make RGB usage easier by providing xRGB, RGBx, etc. formats instead of requiring to set red_mask and friends.
2009-08-07mpegtsdemux: fix a memory leakJosep Torra1-1/+4
2009-08-07mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmvJosep Torra2-31/+62
2009-08-07mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCMJosep Torra1-4/+17
2009-08-07mpegpsdemux: improved demuxer performanceJosep Torra2-59/+127
Increased performance doing pull_range in blocks of 32Kb instead of 4Kb. Caching the value of gst_adapter_available instead of calling it 3 times. Added some comments with the header descriptions. Peek enough data to avoid a corner case where could be readed data outside the buffer. Speed up some more inlining some functions and keeping another stream pointer list to be used as iterator. Sprinkle branch prediction macros accross the code. Handling the seeking with flush in pull mode in the proper way.
2009-08-07gmedec: Use GstAdapter instead of many buffer joinsSebastian Dröge3-23/+19
This reduces the number of reallocations and memcpys drastically. Also free the input data as soon as it's complete and passed to GME as it's not needed anymore.
2009-08-07baseparse: prevent infinite loop when drainingMark Nauwelaerts3-0/+24
2009-08-07baseparse: fix minor memory leakMark Nauwelaerts3-0/+3
2009-08-07flacparse: sync baseparse (some more)Mark Nauwelaerts1-0/+6
2009-08-07gmedec: Add caps for all supported file formats to the srcpad templateSebastian Dröge1-2/+7
2009-08-07gme: Don't add empty string tagsSebastian Dröge1-7/+7
2009-08-07gme: Fix caps name againSebastian Dröge1-1/+1
2009-08-07gme: Rename everything from SPC to GMESebastian Dröge2-154/+152
2009-08-07spc: Really remove old SPC codeSebastian Dröge5-1080/+0
2009-08-07gme: Use gme for tags and duration parsingSebastian Dröge5-501/+45
2009-08-07spc: Rename SPC plugin to GMESebastian Dröge7-16/+1096
as preparation for enabling support for non-SPC gaming console sound files.
2009-08-06spcdec: Forward all unknown src events upstream and don't restrict to SPCSebastian Dröge1-2/+4
2009-08-06rtpsource: avoid buffer leak on bad seqnumric1-0/+1
Fixes #590797
2009-08-05mpeg[pt]sdemux: Fix SEEKING querySebastian Dröge2-2/+2
Send the BYTES based query downstream, not the orignal one.
2009-08-04qtmux: Don't require endianness field for 8 bit raw audioJan Urbanski1-4/+10
Fixes bug #590360.
2009-08-04spc: Make the SPC plugin work with the latest libgme releaseSebastian Dröge2-1/+8
gme_enable_accuracy() was added in SVN trunk and is not yet in any release.
2009-08-04spc: Use the portable libgme instead of x86-only OpenSPC libraryMichael Pyne3-43/+55
This will later allow us to play other gaming console files that are supported by libgme. Fixes bug #576800.
2009-07-31flacparse: remove internal bitreader and bytereader now that these are in ↵Tim-Philipp Müller6-1868/+4
libgstbase
2009-07-31outputselector: check for pending srcpad in _get_property()Tommi Myöhänen1-1/+2
If there is a pending srcpad, return it instead of active srcpad in gst_output_selector_get_property() function.
2009-07-31camerabin: Set camerasrc to READY state instead of PAUSED when acquiring ↵Tommi Myöhänen1-9/+6
allowed caps
2009-07-31directdraw: Fix indentionSebastian Dröge1-20/+17
2009-07-31directdraw: Implement GstNavigation interfaceРуслан Ижбулатов2-4/+196
Fixes bug #590208.
2009-07-31rtpasfpay: set padding field to 0 on rtp asf packetsThiago Santos3-1/+40
The ASF RTP spec demands that packets have their padding removed and the padding size field set to 0 for packets when puting them inside the RTP packets
2009-07-30asfmux: Set video stream seekable property to trueThiago Santos1-1/+7
Video stream always have indexes, so they are all seekable
2009-07-30asfmux: Removing useless TODOsThiago Santos1-2/+1
After testing in windows and linux, this audio correction field made no difference so far. All example files I got only had zeroes in this field
2009-07-30asfmux: Fixes video stream properties objectThiago Santos1-4/+4
Fixes stream properties object creation for video content
2009-07-30asfmux: accept pad requests a little longerThiago Santos2-4/+2
asfmux now start rejecting pad requests after it pushes the first buffer, before this, it was rejecting after going to paused
2009-07-30asfmux: adds support to vc-1 streamsThiago Santos1-12/+18
2009-07-29rtpmux: Remove empty finalizeOlivier Crête1-13/+0
2009-07-29configure.ac: Fix macro nameSebastian Dröge1-1/+1
2009-07-29directsoundsrc: Add DirectSound source pluginJoni Valtanen6-2/+784
Fixes bug #344129.
2009-07-28asfmux: First basic check unit testsThiago Santos2-0/+222
Adds simple asfmux unit tests, that test pad creation and pushing a single buffer through them