summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-08-27deinterleave: don't do downstream queries when handling accept-capsHEADmasterThiago Santos1-0/+1
2015-08-27deinterlace: don't do downstream queries when handling accept-capsThiago Santos1-0/+1
2015-08-27level: fix level calculations for mutliple channelsStefan Sauer1-1/+1
2015-08-27smpte: Fix memory leakRavi Kiran K N1-3/+3
2015-08-21rtspsrc: Trivial fix to check correct conditionVineeth TM1-1/+1
2015-08-21matroska: read: fix tag list memory leakVineeth TM1-0/+1
2015-08-18multifilesrc: fix regression with starting from index set via index propertyTim-Philipp Müller1-1/+8
2015-08-18qtdemux: fix offset calculation when parsing CENC aux infoAlex Ashley1-2/+2
2015-08-17rtp: copy metadata in the (de)payloaders which is missed beforeHyunjun Ko3-1/+8
2015-08-16y4mencode: fix gst-launch version in documentationThiago Santos1-1/+1
2015-08-16audioencoders: use template subset check for accept-capsThiago Santos2-1/+2
2015-08-16videoencoders: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-16mpegaudioparse: use new baseparse API to fix tag handlingTim-Philipp Müller1-37/+34
2015-08-16audioparsers: use new base parse API to fix tag handlingOlivier Crête6-12/+12
2015-08-16flacparse: use new baseparse API and fix tag handlingTim-Philipp Müller1-19/+8
2015-08-16qtdemux: Use signed integer type to be able to check for negative subtraction...Sebastian Dröge1-1/+1
2015-08-16rtpvorbisdepay: remove dead codeLuis de Bethencourt1-4/+0
2015-08-15alawenc: port to AudioEncoder base classThiago Santos2-205/+70
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos2-0/+6
2015-08-15alawdec: make error handling a bit nicerThiago Santos1-13/+8
2015-08-15alawdec: port to audiodecoder base classThiago Santos2-236/+72
2015-08-15qtdemux: only look for more samples in moofs in pull-modeThiago Santos1-5/+7
2015-08-15dcaparse: Don't look for a second syncwordSebastian Dröge1-1/+7
2015-08-14audioparsers: enable accept-template flagThiago Santos8-0/+8
2015-08-14rtspsrc: send the User-Agent headerGeorge Kiagiadakis2-2/+28
2015-08-14rtspsrc: wrap gst_rtsp_message_init_request in a local functionGeorge Kiagiadakis1-7/+22
2015-08-14audioecho: make sure buffer gets reallocated if max_delay changesPrashant Gotarne1-0/+6
2015-08-14rtpmp4gdepay: fix timestamps for RTP packets with multiple AUsRamiro Polla1-3/+19
2015-08-14goom: Rename get_type() function of base class to prevent symbol conflictsSebastian Dröge4-6/+6
2015-08-13rtpjitterbuffer: Keep the DTS estimate if we got no DTS after a jitterbuffer ...Sebastian Dröge1-1/+7
2015-08-13matroska: Remove unused variableRavi Kiran K N2-2/+0
2015-08-11rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge69-122/+628
2015-08-10qtdemux: fix small typo in commentThiago Santos1-1/+1
2015-08-10goom2k1/doc: Fixup previous commitNicolas Dufresne1-1/+1
2015-08-10goom2k1/doc: Use GstGoom2k1 namespaceNicolas Dufresne2-39/+39
2015-08-10audioecho: removed unused variable in set_propertyPrashant Gotarne1-3/+1
2015-08-10qtdemux: fix suboptimal queue iteration codeTim-Philipp Müller1-5/+4
2015-08-10qtdemux: don't use glib 2.44-only APITim-Philipp Müller1-3/+4
2015-08-10qtdemux: add support for ISOBMFF Common EncryptionAlex Ashley4-5/+695
2015-08-10rtph264depay: checking if depay has sps/pps nals before insertionHyunjun Ko1-1/+1
2015-08-08matroskamux: fix outdated commentTim-Philipp Müller1-1/+1
2015-08-08rtptheorapay: If flushing a packet failed, go out of the loop immediatelySebastian Dröge1-1/+5
2015-08-08rtpvorbispay: If flushing a packet failed, go out of the loop immediatelySebastian Dröge1-1/+6
2015-08-08rtptheorapay: Extract pixel format from the ident header to put it into the s...Sebastian Dröge2-4/+21
2015-08-07rtpklv(de)pay: add "RTP" in the klass stringGeorge Kiagiadakis2-2/+2
2015-08-06rtprtxsend: print valid type where guint32 is expectedHyunjun Ko1-2/+3
2015-08-06rtppayload: set standard payload type as defaultHyunjun Ko13-45/+55
2015-08-05qtdemux: store the moof-offset also for push modeThiago Santos1-0/+1
2015-08-05qtdemux: handle default-base-is-moof flagThiago Santos3-2/+7
2015-08-05matroskademux: Preserve forward referenced track tagsGlen Diener3-2/+32