summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2013-03-30audiodecoder: forward stream-start immediatelyWim Taymans1-0/+7
2013-03-30decodebin: Remove GstdecodePads that are not going to be exposedSebastian Dröge1-0/+3
2013-03-30playbin: Ignore caps from audio/video sink factories if there are fixed sinks...Sebastian Dröge1-1/+14
2013-03-30dmabuf: Some code cleanupSebastian Dröge1-31/+25
2013-03-30docs: Add some documentation that was missing beforeSebastian Dröge2-3/+31
2013-03-30playbin: Handle caps queries from unlinked elementsSebastian Dröge1-0/+174
2013-03-30decodebin: Add autoplug-query signal to handle queries for yet unconnected el...Sebastian Dröge2-12/+198
2013-03-30decodebin: Don't add a children to a decode group twiceSebastian Dröge2-1/+5
2013-03-30pbutils: Fix the documentation build warning.Sreerenj Balachandran1-1/+1
2013-03-30xvimagesink: fix debug message printf format compiler warningJosep Torra1-1/+1
2013-03-29audiotestsrc: fix a comment typo from previous commitStefan Sauer1-1/+1
2013-03-29videometa: Add documentation for GstVideoGLTextureUploadMetaSebastian Dröge2-12/+20
2013-03-29audiotestssrc: truncate the seek pos to the sample and round the timeStefan Sauer1-5/+8
2013-03-29videometa: Implement copying of GstVideoGLTextureUploadMetaSebastian Dröge2-7/+37
2013-03-29videometa: API: Add GstVideoGLTextureUploadMetaSebastian Dröge2-0/+126
2013-03-29adder: cleanup and reenable adder live source testStefan Sauer1-30/+44
2013-03-29audioencoder: api doc fixes.Stefan Sauer1-4/+5
2013-03-28videoconvert: respect the pack_lines when packingWim Taymans2-25/+38