summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-04-07videobox: Add support for YV12, including conversion support for I420/AYUVSebastian Dröge1-18/+27
2010-04-07videobox: Add support for grayscale input/outputSebastian Dröge1-2/+85
2010-04-07videobox: Add support for filling the background with red, yellow and whiteSebastian Dröge2-13/+28
2010-04-07videobox: Add support for direct RGB<->AYUV conversionSebastian Dröge1-42/+279
2010-04-07videobox: Fix RGB24 fillingSebastian Dröge1-3/+3
2010-04-07h264depay: handle properly STAPsMarco Ballesio1-0/+1
2010-04-07build: fix compiler warningsThijs Vermeir1-4/+0
2010-04-07avi: fix compiler warningThijs Vermeir1-0/+4
2010-04-07matroskademux: restrict resyncing to subtitle tracksMark Nauwelaerts1-0/+5
2010-04-07qtdemux: Post avg./max. bitrate tags for H.264Arun Raghavan2-30/+71
2010-04-05videobox: Fix conversion from 3 byte RGB to ARGBSebastian Dröge1-0/+11
2010-04-05videobox: Add support for 3 byte RGB formats and refactor RGB code a bitSebastian Dröge1-217/+105
2010-04-05videobox: Add support for all 32 bit RGB formatsSebastian Dröge2-39/+411
2010-04-05rtspsrc: add property to control the buffering methodWim Taymans2-0/+47
2010-04-05alphacolor: Removing unused variableAndré Dieb Martins1-2/+1
2010-04-02qtdemux: Read replaygain peak/gain tagsThiago Santos2-2/+148
2010-04-02matroska: Export h.264 profile and level in capsArun Raghavan2-0/+113
2010-04-02qtdemux: Fix off-by-one introduced in last commitSebastian Dröge1-1/+1
2010-04-02qtdemux: Minor refactor of the codeArun Raghavan1-25/+31
2010-04-02qtdemux: Export h.264 level in capsArun Raghavan1-1/+37
2010-04-02qtdemux: Export h.264 profile in capsArun Raghavan1-0/+66
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