summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* mpegpsmux: some minor build fixesTim-Philipp Müller2009-10-221-2/+2
* autoconvert: Take the object lock fewer timesJan Schmidt2009-10-221-16/+10
* autoconvert: Don't hold the object lock when pushingJan Schmidt2009-10-221-8/+11
* id3tag: actually write image to APIC tag.Michael Smith2009-10-161-0/+3
* autoconvert: Use gst_pad_peer_accept_caps instead of gst_pad_set_caps.Jan Schmidt2009-10-161-2/+2
* speed: fix warnings in macosx snow leopardJosep Torra2009-10-112-8/+15
* mpegvideoparse: fix warning in macosx snow leopardJosep Torra2009-10-111-3/+4
* mpegdemux: fix warnings in macosx snow leopardJosep Torra2009-10-112-21/+26
* dtmf: fix warnings in macosx snow leopardJosep Torra2009-10-111-2/+3
* amrparse: fix warnings in macosx snow leopardJosep Torra2009-10-112-5/+8
* aacparse: fix warnings in macosx snow leopardJosep Torra2009-10-112-6/+9
* assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge2009-10-091-1/+1
* dvdspu: Include SubPicture in the classificationSebastian Dröge2009-10-091-1/+1
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-072-9/+9
* mpegtsparse: Ignore emphasis on/off bytes, and do fallback string encoding.Sebastian Pölsterl2009-10-061-45/+49
* id3mux: Write UTF-16 byte order marker correctly.Michael Smith2009-10-051-1/+4
* build: add missing stdlib include to fix the buildStefan Kost2009-10-021-0/+1
* Fix a compiler warning.Alessandro Decina2009-10-021-1/+1
* camerabin: fix deadlock when error occurs at video recording startupLasse Laukkanen2009-10-011-3/+2
* camerabin: handle preview-caps only in image mode and only when they changeTommi Myöhänen2009-10-011-5/+17
* camerabin: don't send multiple EOS events to video pipelineTommi Myöhänen2009-10-012-6/+15
* camerabin: fix scene mode settingTommi Myöhänen2009-10-011-0/+4
* camerabin: allow mode parameter setting in NULL stateTommi Myöhänen2009-10-011-15/+21
* camerabin: allow capture resolution to be set in NULL stateTommi Myöhänen2009-10-012-3/+31
* camerabin: fix image queue parameter settingTommi Myöhänen2009-10-011-4/+2
* camerabin: fix warning with g_object_get and join separate g_object_sets into...Tommi Myöhänen2009-10-011-9/+7
* camerabin: reset active-pad in output-selector after READY stateTommi Myöhänen2009-10-011-0/+13
* camerabin: don't reset capsfilters or zoom if error occursLasse Laukkanen2009-10-011-1/+0
* videomeasure: link with libmRené Stadler2009-10-011-1/+1
* Take offset gaps into account.Руслан Ижбулатов2009-09-301-15/+28
* qtmux: fix flags_as_uint to flags[]Marc-André Lureau2009-09-301-2/+2
* dvdspu: Improve PGS parsingJan Schmidt2009-09-281-14/+21
* dvdspu: Fix rendering and add guardsJan Schmidt2009-09-281-6/+10
* videosignal: change pattern data type to uint64, add property and message fieldRené Stadler2009-09-263-9/+28
* videosignal: allow pattern-count property to be 0René Stadler2009-09-262-2/+2
* videosignal: add support for packed YUV formatsRené Stadler2009-09-262-42/+50
* videosignal: add support for all planar YUV formats, using gstvideoRené Stadler2009-09-264-18/+28
* videosignal: add bound checksRené Stadler2009-09-262-2/+25
* videosignal: remove unused macrosRené Stadler2009-09-262-18/+0
* baseparse: sync baseparse changeMark Nauwelaerts2009-09-254-2/+64
* aacparse: forego (bogus) parsing of already parsed (raw) inputMark Nauwelaerts2009-09-253-5/+42
* inputselector: Use new single iterator for the internally linked padsSebastian Dröge2009-09-251-57/+6
* Fix warnings with gcc 4.0.1.Alessandro Decina2009-09-238-26/+30
* pnm: Handle ASCII encoded PNM data that is split over multiple buffersLutz Mueller2009-09-223-16/+51
* mpegtsparse: Specify that psi table is static const.Edward Hervey2009-09-211-5/+6
* Revert "mpegtsparse: use fixed size array rather than dynamically allocating"Zaheer Abbas Merali2009-09-202-2/+3
* mpegtsparse: use fixed size array rather than dynamically allocatingZaheer Abbas Merali2009-09-202-3/+2
* mpegtsparse: replace streams hashtable with an array of streamsZaheer Abbas Merali2009-09-203-47/+36
* mpegtsparse: unref caps on dispose, reset packet size on _resetZaheer Abbas Merali2009-09-201-0/+13
* mpegtsparse: make sure packetsize is set on caps of buffersZaheer Abbas Merali2009-09-203-4/+9