summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller5-7/+8
2009-08-31mpegtsmux: use an old-fashioned array instead of GPtrArray for mux->programsTim-Philipp Müller2-11/+5
2009-08-31mpegpsmux: Add missing files to fix compilationSebastian Dröge4-0/+537
2009-08-31mpegtsmux: Minor fixesLin YANG1-8/+12
2009-08-31mpegtsmux: mux->programs: use GPrtArray instead of GArrayLin YANG2-7/+5
2009-08-31mpegtsmux: mpegtsmux_collected(): calculate PCR for programsLin YANG2-15/+23
2009-08-31mpegtsmux: mpegtsmux_create_streams(): create multi streamsLin YANG1-1/+34
2009-08-31mpegtsmux: MpetTsPadData: add prog_id and ref to its programLin YANG2-0/+9
2009-08-31mpegtsmux: Extend mux->program to a GArray programsLin YANG2-2/+12
2009-08-31mpegtsmux: Add new property prog-map to the muxerLin YANG2-0/+28
2009-08-31h264parse: Free the PPS buffers tooSebastian Dröge1-4/+9
2009-08-31h264parse: compute timestampLin YANG1-5/+125
2009-08-31h264parse: recognize more types of NALLin YANG1-40/+65
2009-08-31h264parse: parser init & finalizeLin YANG2-0/+48
2009-08-31h264parse: decode slice headerLin YANG1-0/+37
2009-08-31h264parse: decode SEILin YANG1-0/+39
2009-08-31h264parse: decode SEI: picture timing infoLin YANG1-0/+64
2009-08-31h264parse: decode SEI: buffering periodLin YANG1-0/+45
2009-08-31h264parse: decode PPSLin YANG1-0/+20
2009-08-31h264parse: decode SPSLin YANG1-0/+96
2009-08-31h264parse: SPS: decode vui paramsLin YANG1-0/+98
2009-08-31h264parse: SPS: decode hrd paramsLin YANG1-0/+31
2009-08-31h264parse: Start slice header parsing workLin YANG1-0/+8
2009-08-31h264parse: Start SEI parsing workLin YANG2-0/+39
2009-08-31h264parse: Start PPS parsing workLin YANG2-0/+33
2009-08-31h264parse: Start SPS parsing workLin YANG2-0/+66
2009-08-31mpegpsmux: Add MPEG PS muxerLin Yang10-0/+2728
2009-08-31mxf: Unconditionally use GLib 2.16 APISebastian Dröge3-129/+1
2009-08-31xdgmime: Always use GLib instead of xdgmimeSebastian Dröge18-4460/+12
2009-08-31id3tag: Unconditionally use GLib 2.16 APISebastian Dröge1-2/+0
2009-08-31inputselector: Use iterate internal links instead of deprecated get internal ...Sebastian Dröge1-14/+66
2009-08-25resindvd, rawparse: fix LDFLAGS for gst-plugins-base libsРуслан Ижбулатов1-1/+1
2009-08-12asfmux: Do not mess up GstCollectData listThiago Santos2-5/+4
2009-08-12dtmfsrc: Empty event queue on finalizeOlivier Crête1-1/+7
2009-08-12dtmf: Use GSlice for internal event structuresOlivier Crête2-17/+17
2009-08-12rtpdtmfsrc: Cleanup events on finalizeTim-Philipp Müller1-4/+5
2009-08-12rtpdtmfsrc: Cleanup events on finalizeTim-Philipp Müller1-3/+14
2009-08-11Move rtpmanager from -bad to -good.Tim-Philipp Müller22-13827/+0
2009-08-10Remove execute flags from source filesTim-Philipp Müller1-0/+0
2009-08-09autoconvert: Cache events and send them downstream once an element was selectedSebastian Dröge2-6/+77
2009-08-09autoconvert: Small cleanupsSebastian Dröge2-39/+24
2009-08-08mpegtsdemux: Don't answer the SEEKING query if we don't know the answer yetSebastian Dröge1-0/+7
2009-08-08videoparse: Only provide very fundamental caps in the pad templateSebastian Dröge1-21/+3
2009-08-08rawparse: Small cleanups and implement SEEKING querySebastian Dröge2-6/+27
2009-08-08audioparse: Small cleanupsSebastian Dröge1-43/+43
2009-08-08videoparse: Use libgstvideo for everything instead of our own calculationsSebastian Dröge4-296/+92
2009-08-07mpegtsdemux: fix a memory leakJosep Torra1-1/+4
2009-08-07mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmvJosep Torra2-31/+62
2009-08-07mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCMJosep Torra1-4/+17
2009-08-07mpegpsdemux: improved demuxer performanceJosep Torra2-59/+127