summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-15gst: Add better support for static pluginsSebastian Dröge28-29/+51
2013-04-15sdp: dynamically allocate buffersWim Taymans1-12/+18
2013-04-15sdp: add Since markersWim Taymans1-0/+4
2013-04-15sdp: add boxed type for GstSDPMessageJose Antonio Santos Cadenas6-0/+363
2013-04-15riff: add format=WMV3 for WMV 3 capsMatej Knopp1-1/+1
2013-04-15playbin: use ascending order for name based sorting of pluginfeatures.Sreerenj Balachandran1-1/+1
2013-04-15decodebin: use ascending order for name based sorting of pluginfeatures.Sreerenj Balachandran1-1/+1
2013-04-15audioringbuffer: Also reset segbaseSebastian Dröge1-0/+1
2013-04-15audioringbuffer: Reset segdone when releasing audioringbufferPaul HENRYS1-0/+3
2013-04-15rtpbasedepayload: Ignore caps events if the caps did not changeTom Greenwood1-1/+23
2013-04-15videoencoder: Ignore caps events if the caps did not changeSebastian Dröge1-2/+19
2013-04-15videodecoder: Ignore caps events if the caps did not changeTom Greenwood1-3/+18
2013-04-15ogg: Prevent some symbol conflicts between the ogg plugin and schroedingerSebastian Dröge5-26/+30
2013-04-14Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-04-14Automatic update of common submoduleTim-Philipp Müller2-28/+28
2013-04-12playbin: fix jpeg passthrough to decoder sinks by marking image/* as video st...Tim-Philipp Müller1-0/+1
2013-04-12tests: avoid assert in adder test if no audio sources workJonas Holmberg1-2/+1
2013-04-11videometa: gst_buffer_add_meta() can return NULLVíctor Manuel Jáquez Leal1-0/+14
2013-04-09Automatic update of common submoduleStefan Sauer1-0/+0
2013-04-09ximagesink: Fix coompiler error without HAVE_XSHMAlexander Schrab1-0/+2
2013-04-09videoscale: Fix unit test after latest videoconvert changesSebastian Dröge1-1/+3
2013-04-09videoconvert: Fix unit test after latest videoconvert changesSebastian Dröge1-1/+3
2013-04-08rtsp: Don't use / as path if no path was providedThomas Scheuermann1-1/+4
2013-04-08videoscale: Allow passthrough for ANY caps featuresSebastian Dröge1-13/+25
2013-04-08videoconvert: Allow passthrough for ANY caps featuresSebastian Dröge1-6/+13
2013-04-06videoscale: set reasonable limits on propertiesDavid Schleef1-2/+2
2013-04-05videoscale: set min value to DBL_MIN to avoid a value of 0.0 that would crashStefan Sauer1-1/+1
2013-04-05sdp: Set session as permanent (t=0 0) if there is no time informationJose Antonio Santos Cadenas1-14/+18
2013-04-05audiovisualizer: Don't try to sync controller values to invalid timestampOlivier Crête1-1/+2
2013-04-04oggdemux: don't push on NOT_LINKED padsWim Taymans1-1/+11
2013-04-04decodebin2: forward all sticky events to decodepadWim Taymans1-13/+20
2013-04-04decodebin: debug sticky events on exposed padsWim Taymans1-0/+11
2013-04-04decodebin2: small cleanupWim Taymans1-7/+7
2013-04-04rtsp: make local_ip and remote_ip variablesWim Taymans1-19/+27
2013-04-04rtsp: calculate the local ip address in acceptWim Taymans1-3/+21
2013-04-04videofilter: add caps to pool configMatej Knopp1-1/+3
2013-04-04oggdemux: Allow EOS on timestamp equal to stop/startNicolas Dufresne1-3/+2
2013-04-03sdp: Do not assign -1 to an unsigned variable, use 0 insteadJose Antonio Santos Cadenas1-1/+1
2013-04-03sdp: If attribute value is emply do not print colon characterJose Antonio Santos Cadenas1-1/+1
2013-04-03sdp: Do not add email line by defaultJose Antonio Santos Cadenas1-4/+0
2013-04-02docs: add since marker for new video APITim-Philipp Müller1-0/+2
2013-04-02pbutils: add description for TrueHD audioTim-Philipp Müller1-0/+1
2013-04-02rtsprange: use gst_util_gdouble_to_guint64 in get_secondsDavid Svensson Fors1-1/+1
2013-04-01visualizer: handle non-existant pool in the default allocation queryMatthew Waters1-2/+8
2013-04-01video-format: Add GST_VIDEO_CAPS_MAKE_WITH_FEATURES() macroSebastian Dröge1-0/+16
2013-04-01videometa: Add caps feature #defines for video and GL texture upload metaSebastian Dröge1-0/+4
2013-03-31oggdemux: mark keyframesWim Taymans1-1/+3
2013-03-31tests: fix some printf format compiler warningsTim-Philipp Müller2-5/+5
2013-03-31videodecoder: always send the new buffer to parse functionsWim Taymans1-5/+8
2013-03-31theoradec: handle empty adapterWim Taymans1-5/+7