summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-04-22ffmpegcolorspace: Fix Y41B->Y444 conversionSebastian Dröge1-1/+1
2010-04-16audiorate: Don't leak the input buffer in error casesSebastian Dröge1-0/+7
2010-04-14build: use LDADD instead of LDFLAGS to specify libs to link to when building ...Tim-Philipp Müller1-2/+2
2010-04-12typefinding: add channels and rate to ADTS caps if we canTim-Philipp Müller1-16/+22
2010-04-12typefinding: add AAC level to ADTS capsArun Raghavan4-8/+270
2010-04-12typefinding: add AAC profile to ADTS capsArun Raghavan1-1/+6
2010-04-11adder: add support for negative playback ratesStefan Kost1-4/+18
2010-04-09playback, ogg: dist new gstplayback.h and gstogg.hTim-Philipp Müller2-1/+2
2010-04-09playbin: Only unref the volume element on dispose and when a new audio sink i...Thomas Green1-5/+8
2010-04-03audiotestsrc: swap timestamps in forward and reverse mode.Stefan Kost1-2/+4
2010-04-02audiotestsrc: implement reverse playbackStefan Kost2-10/+32
2010-04-01gstplaysink: Remove unused variable.Edward Hervey1-2/+0
2010-04-01decodebin2: Removing dead assignment.Edward Hervey1-1/+1
2010-03-30playsink: Fix aduio_raw_sink typoRobert Swain1-1/+1
2010-03-29build: build plugin and example directories in parallel if make -jN is usedTim-Philipp Müller1-0/+2
2010-03-26uridecodebin: we can handle avi in download mode tooWim Taymans1-1/+1
2010-03-19videotestsrc: Only set color-matrix and chroma-site for relevant formatsSebastian Dröge1-14/+21
2010-03-19build: Makefile.am fixesTim-Philipp Müller3-5/+5
2010-03-17videoscale: Use correct boundary checks for YUY2/UYVYSebastian Dröge2-16/+16
2010-03-17volume: Remove useless castSebastian Dröge1-3/+2
2010-03-17Fix for -Wold-style-definitionBenjamin Otte1-1/+1
2010-03-17Add -Wformat-nonliteral -Wformat-securityBenjamin Otte1-4/+7
2010-03-16Add -Wwrite-strings to configureBenjamin Otte10-126/+127
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte23-180/+98
2010-03-15typefind: use g_ascii_strncasecmp() instead of strncasecmp()David Hoyt1-2/+2
2010-03-15videotestsrc: use C comments instead of C++-style commentsTim-Philipp Müller2-22/+22
2010-03-15videotestsrc: use g_value_set_static_string() for string constantsTim-Philipp Müller1-4/+4
2010-03-15playsink: Avoid g_object_set() on NULL if a text sink is usedSebastian Dröge1-2/+3
2010-03-15subparse: Correctly escape brackets in DKS regexSebastian Dröge1-1/+1
2010-03-15videotestsrc: add chroma-zone-plate patternDavid Schleef4-1/+149
2010-03-15videotestsrc: add chroma-site to capsDavid Schleef1-0/+10
2010-03-14videotestsrc: Add color-matrix to template capsDavid Schleef1-0/+16
2010-03-12volume: Revert rounding behaviour changes when using controlled volume proper...Sebastian Dröge1-4/+4
2010-03-12volume: Only allocate a mute value array if a control source exists for the m...Sebastian Dröge1-1/+1
2010-03-11Add -Wredundant-decls to warning flagsBenjamin Otte4-9/+5
2010-03-11Add -Wmissing-declarations -Wmissing-prototypes to warning flagsBenjamin Otte11-31/+30
2010-03-10playsink: provide correct error message if configured audio/video sink failsMark Nauwelaerts1-4/+12
2010-03-09videotestsrc: Add color-matrix to capsDavid Schleef1-2/+19
2010-03-09playsink: Don't fail if there are subtitles and audio but no videoSebastian Dröge1-61/+79
2010-03-09volume: If a controller is used, use sample accurate property valuesSebastian Dröge2-31/+255
2010-03-03playsink: avoid g_object_set() on NULL pointersJosep Torra Valles1-2/+2
2010-02-22videorate: Improve upstream negotiationThiago Santos1-2/+17
2010-02-22playbin2, playsink, subtitleoverlay: Set subtitle encoding properlySebastian Dröge5-33/+131
2010-02-19playsink: Ghost the video sinkpad if a text sinkpad is availableSebastian Dröge1-2/+1
2010-02-18tcp(client/server)src: Fix handling of closed socketsDavid Schleef1-1/+1
2010-02-16uridecodebin: use same message string for missing elements as in playbinTim-Philipp Müller1-34/+17
2010-02-15typefind: Handle stm module formatKaj-Michael Lang1-0/+15
2010-02-15playbin2: Post a missing element message and an error message if no uridecode...Sebastian Dröge1-0/+9
2010-02-15playsink: Post missing element messages if a core plugin is missingSebastian Dröge1-19/+71
2010-02-15decodebin2: First post a missing-plugin message, then emit the unkown-type si...Sebastian Dröge1-3/+4