summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-17decodebin2: also remove the bytes limitHEADmasterWim Taymans1-1/+3
2013-04-17decodebin2: update buffer size in multiqueueWim Taymans1-2/+14
2013-04-17decodebin2: only allow 'lower' multiqueues to emit buffering messagesThiago Santos1-0/+69
2013-04-17uridecodebin: pass on the buffering property for adaptive streamsThiago Santos1-1/+10
2013-04-16decodebin2: do not handle the next-groups list as if it was a single itemThiago Santos1-4/+18
2013-04-16decodebin2: preserve next groups orderThiago Santos1-1/+1
2013-04-16decodebin2: still report chain as drained when not 'handled'Thiago Santos1-0/+3
2013-04-12typefind: add smoothstreaming manifest typefindingThiago Santos1-0/+119
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-04audiovisualizer: 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
2013-03-31theoraenc: do not reset the encoder when we need a keyframeVincent Penquerc'h1-3/+17
2013-03-31audiodecoder: don't make negative timestampWim Taymans1-3/+10
2013-03-31streamsynchronizer: update position for reverseWim Taymans1-11/+23
2013-03-31encodebin: Add action signal to get pad for a given profileEdward Hervey2-7/+167
2013-03-30videoconvert: use one matrix functionWim Taymans2-26/+27
2013-03-30videoconvert: use one temp array for linesWim Taymans2-37/+35
2013-03-30videodecoder: forward stream-start immediatelyWim Taymans1-0/+14