summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-10-11speed: fix warnings in macosx snow leopardJosep Torra2-8/+15
2009-10-11mpegvideoparse: fix warning in macosx snow leopardJosep Torra1-3/+4
2009-10-11mpegdemux: fix warnings in macosx snow leopardJosep Torra2-21/+26
2009-10-11dtmf: fix warnings in macosx snow leopardJosep Torra1-2/+3
2009-10-11amrparse: fix warnings in macosx snow leopardJosep Torra2-5/+8
2009-10-11aacparse: fix warnings in macosx snow leopardJosep Torra2-6/+9
2009-10-09assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge1-1/+1
2009-10-09dvdspu: Include SubPicture in the classificationSebastian Dröge1-1/+1
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost2-9/+9
2009-10-06mpegtsparse: Ignore emphasis on/off bytes, and do fallback string encoding.Sebastian Pölsterl1-45/+49
2009-10-05id3mux: Write UTF-16 byte order marker correctly.Michael Smith1-1/+4
2009-10-02build: add missing stdlib include to fix the buildStefan Kost1-0/+1
2009-10-02Fix a compiler warning.Alessandro Decina1-1/+1
2009-10-01camerabin: fix deadlock when error occurs at video recording startupLasse Laukkanen1-3/+2
2009-10-01camerabin: handle preview-caps only in image mode and only when they changeTommi Myöhänen1-5/+17
2009-10-01camerabin: don't send multiple EOS events to video pipelineTommi Myöhänen2-6/+15
2009-10-01camerabin: fix scene mode settingTommi Myöhänen1-0/+4
2009-10-01camerabin: allow mode parameter setting in NULL stateTommi Myöhänen1-15/+21
2009-10-01camerabin: allow capture resolution to be set in NULL stateTommi Myöhänen2-3/+31
2009-10-01camerabin: fix image queue parameter settingTommi Myöhänen1-4/+2
2009-10-01camerabin: fix warning with g_object_get and join separate g_object_sets into...Tommi Myöhänen1-9/+7
2009-10-01camerabin: reset active-pad in output-selector after READY stateTommi Myöhänen1-0/+13
2009-10-01camerabin: don't reset capsfilters or zoom if error occursLasse Laukkanen1-1/+0
2009-10-01videomeasure: link with libmRené Stadler1-1/+1
2009-09-30Take offset gaps into account.Руслан Ижбулатов1-15/+28
2009-09-30qtmux: fix flags_as_uint to flags[]Marc-André Lureau1-2/+2
2009-09-28dvdspu: Improve PGS parsingJan Schmidt1-14/+21
2009-09-28dvdspu: Fix rendering and add guardsJan Schmidt1-6/+10
2009-09-26videosignal: change pattern data type to uint64, add property and message fieldRené Stadler3-9/+28
2009-09-26videosignal: allow pattern-count property to be 0René Stadler2-2/+2
2009-09-26videosignal: add support for packed YUV formatsRené Stadler2-42/+50
2009-09-26videosignal: add support for all planar YUV formats, using gstvideoRené Stadler4-18/+28
2009-09-26videosignal: add bound checksRené Stadler2-2/+25
2009-09-26videosignal: remove unused macrosRené Stadler2-18/+0
2009-09-25baseparse: sync baseparse changeMark Nauwelaerts4-2/+64
2009-09-25aacparse: forego (bogus) parsing of already parsed (raw) inputMark Nauwelaerts3-5/+42
2009-09-25inputselector: Use new single iterator for the internally linked padsSebastian Dröge1-57/+6
2009-09-23Fix warnings with gcc 4.0.1.Alessandro Decina8-26/+30
2009-09-22pnm: Handle ASCII encoded PNM data that is split over multiple buffersLutz Mueller3-16/+51
2009-09-21mpegtsparse: Specify that psi table is static const.Edward Hervey1-5/+6
2009-09-20Revert "mpegtsparse: use fixed size array rather than dynamically allocating"Zaheer Abbas Merali2-2/+3
2009-09-20mpegtsparse: use fixed size array rather than dynamically allocatingZaheer Abbas Merali2-3/+2
2009-09-20mpegtsparse: replace streams hashtable with an array of streamsZaheer Abbas Merali3-47/+36
2009-09-20mpegtsparse: unref caps on dispose, reset packet size on _resetZaheer Abbas Merali1-0/+13
2009-09-20mpegtsparse: make sure packetsize is set on caps of buffersZaheer Abbas Merali3-4/+9
2009-09-20mpegtsparse: detect packetsize and don't just assume 188 bytes.Zaheer Abbas Merali2-3/+72
2009-09-19mpegtsparse: Don't use GstIterator, do change detection ourselves.Edward Hervey1-41/+55
2009-09-19mpegtsparse: Avoid type-checking casts in tight loopsEdward Hervey1-2/+4
2009-09-19mpegtspacketizer: Make next_packet() return an enum.Edward Hervey3-12/+16
2009-09-19mpegtsparse: More branch prediction macrosEdward Hervey1-3/+3