summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* jpegparse: new jpeg parser element. FIxes #583098Arnout Vandecappelle2010-01-293-0/+875
* camerabin: don't log NULL caps, also downgrade to DEBUG as it is very verboseStefan Kost2010-01-281-1/+2
* dataurisrc: add start function so we can error out properly if no uri is setTim-Philipp Müller2010-01-281-0/+31
* dataurisrc: don't post error message when setting the URI failedTim-Philipp Müller2010-01-281-11/+11
* dataurisrc: must release the object lock before using GST_ELEMENT_ERRORTim-Philipp Müller2010-01-281-4/+16
* qtmux: streamline moov data memory storageMark Nauwelaerts2010-01-272-179/+136
* audioparsers: rename baseparse GType name to avoid possible conflictsMark Nauwelaerts2010-01-271-1/+1
* h264parse: use correct h264_parse prefix in function nameMark Nauwelaerts2010-01-271-3/+3
* qtmux: g_free is NULL safeThiago Santos2010-01-261-9/+4
* rtpasfpay: Fix packet length semanticsThiago Santos2010-01-254-11/+40
* asfmux: Compatibility with WMSP in WMPHåkon Skjelten2010-01-253-11/+65
* camerabin: ref element before removing from the bin to resurrectStefan Kost2010-01-251-5/+12
* Revert "inputselector: Protect g_object_notify() with the object's mutex"Sebastian Dröge2010-01-251-7/+5
* dataurisrc: Remove role attribute from linksSebastian Dröge2010-01-251-1/+1
* dataurisrc: Add docs and integrate into build systemSebastian Dröge2010-01-251-0/+13
* dataurisrc: Add data: URI source elementSebastian Dröge2010-01-253-0/+496
* dataurisrc: Add directory for data: URI sourceSebastian Dröge2010-01-251-0/+1
* mxf: add a return to fix the build when turning assert offStefan Kost2010-01-251-0/+1
* Revert "mxf: add a return to fix the build when turning assert off"Stefan Kost2010-01-251-1/+0
* mxf: add a return to fix the build when turning assert offStefan Kost2010-01-251-0/+1
* inputselector: Protect g_object_notify() with the object's mutexKipp Cannon2010-01-241-5/+7
* pnm: use same media type as other elementsTim-Philipp Müller2010-01-221-4/+4
* pnm: make element details a bit more descriptiveTim-Philipp Müller2010-01-222-11/+8
* pnm: add copyright noticeTim-Philipp Müller2010-01-227-7/+14
* pnm: move typefinding into -baseTim-Philipp Müller2010-01-221-52/+1
* mxf: Correctly initialize memorySebastian Dröge2010-01-211-1/+2
* [cleanup] Various style and cleanupsBenjamin Otte2010-01-206-23/+30
* cdxaparse: Fix buffer leakSebastian Dröge2010-01-181-0/+6
* frei0r: Make sure that property names always start with a letterSebastian Dröge2010-01-161-0/+8
* shapewipe: Replace floating point arithmetic in the inner processing loops by...Sebastian Dröge2010-01-161-16/+32
* mpeg4videoparse: don't set an invalid framerate.Julien Moutte2010-01-151-1/+2
* qtmux: Actually use new caps info on renegotiationThiago Santos2010-01-142-4/+12
* qtmux: Do caps renegotiation when it only adds fieldsThiago Santos2010-01-142-7/+59
* qtmux: provide request pads under wider conditionsMark Nauwelaerts2010-01-131-1/+1
* qtmux: Only accept avc-sample h264Thiago Santos2010-01-131-0/+1
* h264parse: Add stream-format to capsThiago Santos2010-01-131-0/+57
* h264parse: Correctly rewrite all nal prefixesThiago Santos2010-01-121-5/+31
* mpegtsmux: Fix mistake on previous commitThiago Santos2010-01-121-3/+4
* flacparse: Initialize variables.Edward Hervey2010-01-121-2/+2
* h264parse: remove codec_data if output is bytestreamThiago Santos2010-01-121-2/+8
* mpegtsmux: Do not crash on misinterpreted h264Thiago Santos2010-01-121-0/+6
* win32: Include config.h before anything else. Fix mpegdemux LIBADD 2010-01-124-8/+8
* librfb: port rfbsrc to MinGWРуслан Ижбулатов2010-01-122-1/+21
* aacparse: Also add stream-format to template capsThiago Santos2010-01-111-1/+2
* Rename aac's stream-format 'none' to 'raw'Thiago Santos2010-01-113-5/+5
* aacparse: Add stream-format to output capsThiago Santos2010-01-111-0/+17
* qtmux: Only accept stream-format='none' aacThiago Santos2010-01-112-2/+20
* vmnc: use existing macros to avoid alignment issuesTim-Philipp Müller2010-01-111-3/+4
* rfbsrc: use existing macros to avoid alignment issuesTim-Philipp Müller2010-01-111-6/+6
* asfmux: fix alignment and endianness issueTim-Philipp Müller2010-01-111-1/+1