summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-04-01flvdemux: remove obsolete reverse playback code pathMark Nauwelaerts1-79/+49
2010-04-01flvdemux: support (pull mode) negative seek rateMark Nauwelaerts3-36/+151
2010-04-01flvdemux: also check for segment stop for non-segment-seekMark Nauwelaerts1-2/+1
2010-03-30matroskademux: push correctly sized flac header buffersMark Nauwelaerts1-1/+1
2010-03-30id3demux: fix parsing of unsynced frames with data length indicatorTim-Philipp Müller1-3/+5
2010-03-29build: build plugins and examples in parallel where possibleTim-Philipp Müller1-0/+2
2010-03-26qtdemux: extract stream language in more casesTim-Philipp Müller4-12/+255
2010-03-26videobox: Fix AYUV->I420 frame copyingSebastian Dröge1-2/+2
2010-03-26videobox: Always fill the complete frame if borders should be addedSebastian Dröge2-67/+13
2010-03-26videobox: Refactor boxing to reduce code duplicationSebastian Dröge2-614/+812
2010-03-26alpha: Simplify caps transformationSebastian Dröge1-59/+18
2010-03-26videobox: Add const qualifier to the source frame dataSebastian Dröge1-12/+17
2010-03-26matroskademux: only seek when in proper stateMark Nauwelaerts1-2/+6
2010-03-26matroskademux: support (pull mode) negative seek rateMark Nauwelaerts3-48/+169
2010-03-26matroskademux: track clip duration in segmentMark Nauwelaerts2-8/+9
2010-03-26matroskademux: prefer index of video track to perform seekingMark Nauwelaerts1-0/+24
2010-03-25avidemux: fix typo in header validation checkMark Nauwelaerts1-2/+2
2010-03-23icydemux: Handle upstream Content-Type.Edward Hervey2-21/+49
2010-03-22i18n: build fixes: #if -> #ifdef for ENABLE_NLSStefan Kost1-0/+1
2010-03-21multifile: Include headers instead fo defining functionsBenjamin Otte1-2/+2
2010-03-21Make goom not use aggregate returnsBenjamin Otte13-167/+141
2010-03-21Add -Wold-style-definition flagBenjamin Otte3-5/+5
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte21-48/+50
2010-03-21shapewipe: Add support for the remaining ARGB formatsSebastian Dröge1-85/+22
2010-03-20alpha: Add support for RGB and xRGB inputSebastian Dröge1-1/+390
2010-03-20alpha: Add support for ARGB inputSebastian Dröge1-35/+354
2010-03-20alpha: Add support for generating ARGB outputSebastian Dröge1-90/+550
2010-03-20videomixer: Add support for ABGR and RGBASebastian Dröge4-65/+53
2010-03-20alpha: Move chroma keying parameters into stack variables to prevent multiple...Sebastian Dröge1-28/+35
2010-03-20alpha: Move color conversion matrixes into stack variables to speed up proces...Sebastian Dröge1-9/+16
2010-03-20alpha: Use correct matrixes to convert chroma keying color to YUVSebastian Dröge1-3/+22
2010-03-19alpha: Add support for different color matrixesSebastian Dröge1-83/+284
2010-03-19alpha: Rename and move functions as further preparation for supporting more c...Sebastian Dröge1-83/+83
2010-03-19alpha: Remove some unneeded calculations and instance struct fieldsSebastian Dröge2-14/+14
2010-03-19alpha: Some preparations for supporting more color formatsSebastian Dröge2-58/+171
2010-03-19h264pay: fix config-interval propertyWim Taymans1-4/+10
2010-03-19alphacolor: Implement color-matrix support and use integer arithmetic onlySebastian Dröge2-110/+254
2010-03-19rtsp: use GType from -base and bump required versionWim Taymans1-20/+0
2010-03-19apetag: minor Makefile.am surgeryTim-Philipp Müller1-1/+0
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller12-28/+30
2010-03-18alpha: Remove remaining floating point arithmetic when processing a pixelSebastian Dröge2-5/+10
2010-03-18alpha: Refactor chroma keying into a single functionSebastian Dröge1-168/+102
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte126-990/+514
2010-03-18Remove oldcore directoryBenjamin Otte16-3193/+0
2010-03-18avi: Remove old fileBenjamin Otte1-364/+0
2010-03-18rtph264depay: do not call _push_ts with unneeded (and wrong) time parameterMark Nauwelaerts1-1/+2
2010-03-18avidemux: fix typo in header validation checkMark Nauwelaerts1-1/+1
2010-03-18flvmux: put more information in the metadataJan Urbański1-55/+94
2010-03-17Add -Wundef to configure flagsBenjamin Otte2-2/+3
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte11-28/+0