summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Revert "playsink: only add text overlay if vido sink also accepts raw caps"subtitles2Josep Torra1-2/+1
2011-09-12subtitleoverlay: gracefully handle non raw video streamsJosep Torra1-52/+155
2011-09-11theoraenc: Fix descriptions of propertiesThomas Vander Stichele1-3/+3
2011-09-10baseaudiosrc: don't try to fixate "width" field for alaw/mulawTim-Philipp Müller1-10/+12
2011-09-09docs: fix some typos in the decodebin design documentTim-Philipp Müller1-2/+2
2011-09-09colorbalance: add some guards to interface methodsTim-Philipp Müller1-3/+19
2011-09-09typefind: recognize Asylum modulesVincent Penquerc'h1-0/+7
2011-09-08subparse: Improve subrip type check regexNicolas Dufresne1-3/+3
2011-09-08decodebin: Update design documentation about how Parser/Converter are handledSebastian Dröge1-28/+8
2011-09-08Revert "decodebin2: Do a subset check before actually using a factory"Sebastian Dröge1-40/+0
2011-09-07decodebin2: Don't use bufferalloc in the test elementsSebastian Dröge1-0/+20
2011-09-07decodebin2: Make sure to fixate Parser/Converter caps before continuing autop...Sebastian Dröge1-2/+14
2011-09-07playsink: only add text overlay if vido sink also accepts raw capsJosep Torra1-1/+2
2011-09-07decodebin2: Intersect the factory caps with the current caps for the capsfilterSebastian Dröge1-2/+4
2011-09-07docs: cleanup makefilesStefan Sauer2-81/+22
2011-09-07docs: add two mising enum docsStefan Sauer1-0/+2
2011-09-07audiorate: Use complete audio caps, including the endianness fieldSebastian Dröge1-1/+2
2011-09-07decodebin2: fix element factory refcountingTim-Philipp Müller1-3/+1
2011-09-07theoraenc: do not automatically override quality when using target bitrateVincent Penquerc'h1-1/+7
2011-09-06Automatic update of common submoduleStefan Sauer1-0/+0
2011-09-06Add latest files to spec fileChristian Fredrik Kalager Schaller1-0/+4
2011-09-06docs: activate overrides file to fix make distcheckStefan Sauer1-3/+1
2011-09-06audio: rename IS_LE/BE to _IS_LITTLE_ENDIAN/BIG_ENDIANWim Taymans1-13/+13
2011-09-06audio: update internal silent sample defines as well to match 0.11Tim-Philipp Müller1-26/+26
2011-09-06audio: update audio format enums to match changes in 0.11Tim-Philipp Müller3-118/+160
2011-09-06Automatic update of common submoduleStefan Sauer1-0/+0
2011-09-06decodebin2: Do a subset check before actually using a factorySebastian Dröge1-0/+42
2011-09-06subtitleoverlay: Use subset check instead of non-empty-intersection check to ...Sebastian Dröge1-1/+1
2011-09-06playbin2: Use subset check instead of non-empty-intersection check to check i...Sebastian Dröge1-1/+1
2011-09-06decodebin2: Fix memory leakSebastian Dröge1-0/+2
2011-09-06decodebin2: Add unit test for correct parser/converter negotiationSebastian Dröge1-0/+260
2011-09-06decodebin2: Correctly negotiate format for parsers that can convert different...Sebastian Dröge1-14/+137
2011-09-06playbin2: If a audio/video sink was already selected don't check caps of all ...Sebastian Dröge1-1/+69
2011-09-06decodebin2: Add Tim as author for the parser testSebastian Dröge1-0/+1
2011-09-06docs: more docs clean-upsTim-Philipp Müller3-3/+5
2011-09-06videorate: don't take the object lock twice in {set,get}_propertyVincent Penquerc'h1-4/+0
2011-09-05audio: fix GST_AUDIO_FORMAT_INFO_IS_*() macros to return a booleanTim-Philipp Müller1-4/+3
2011-09-05docs: some docs loveTim-Philipp Müller5-14/+29
2011-09-05docs: add GstAudioDecoder and GstAudioEncoder to documentationTim-Philipp Müller6-17/+105
2011-09-05audio: rename GstBaseAudioDecoder/Encoder to GstAudioDecoder/EncoderTim-Philipp Müller7-858/+847
2011-09-05encodebin: Select muxer furtherThiago Santos1-7/+78
2011-09-05decodebin2: Actually iterate over the factories instead of only taking the fi...Sebastian Dröge1-1/+1
2011-09-05tests: supress ERROR log output for some testsStefan Sauer3-0/+10
2011-09-05Revert "playsink: Try include 'pitch', if no other sink is provided"Tim-Philipp Müller1-8/+0
2011-09-05playsink: Don't leak the videochain ts-offset elementSebastian Dröge1-2/+9
2011-09-05playsink: Use gst_object_unref() instead of g_object_unref() for better debug...Sebastian Dröge1-4/+4
2011-09-01videoscale: Add modified Lanczos scaling methodDavid Schleef5-4/+1689
2011-09-01playback: Add define for colorspace elementDavid Schleef5-36/+38
2011-08-31videorate: fix dynamically changing average periodSjoerd Simons1-12/+30
2011-08-31videorate: Port to basetransformSjoerd Simons3-262/+147