summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/mpegdemux/gstmpegtsdemux.c: Don't forward duration requests in BYTES, sin...David Schleef2009-01-091-0/+15
* gst/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so s...David Schleef2009-01-091-2/+4
* gst/mpegdemux/mpegtspacketizer.c: Guard interval is 4 if descriptor part show...Zaheer Abbas Merali2009-01-051-2/+2
* gst/mpegdemux/gstmpegdesc.h: Fix up satellite delivery subsystem defs.Zaheer Abbas Merali2009-01-051-1/+1
* gst/mpegdemux/gstmpegdesc.h: Fix up terrestrial delivery system descriptor defs.Zaheer Abbas Merali2009-01-051-7/+7
* gst/mxf/: "Generation UID" and "This Generation UID" are different so handle ...Sebastian Dröge2009-01-054-21/+133
* gst/bayer/gstbayer2rgb.c: Fix color offset calculation for 24bpp. Fixes bug #...Sascha Hauer2009-01-051-12/+15
* gst/mpegtsmux/: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613.vanista2009-01-054-6/+177
* gst/mxf/mxfdemux.c: Don't allow negative or zero edit rates to prevent divisi...Sebastian Dröge2009-01-051-8/+21
* gst/mxf/: Fix compilation with debugging disabled.Sebastian Dröge2009-01-054-16/+66
* gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete2009-01-022-0/+28
* gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans2009-01-023-19/+9
* gst/mpegdemux/gstmpegdemux.c: Initialize scr_rate_n and scr_rate_d in order t...Alessandro Decina2009-01-021-0/+3
* Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...Sebastian Dröge2008-12-3111-116/+320
* gst/mpegdemux/gstmpegdemux.c: Use the adjusted SCR for calculating the mux rate.Wim Taymans2008-12-291-6/+18
* gst/mpegdemux/gstmpegdemux.*: The position member in the newsegment event cor...Wim Taymans2008-12-292-4/+7
* gst/mpegdemux/gstmpegdemux.c: Converting from time to bytes operates on the s...Robin Stocker2008-12-291-3/+2
* gst/mpegdemux/mpegtspacketizer.c: Fix memleak. Fixes #565614.Sebastian Pölsterl2008-12-291-0/+1
* gst/mpegdemux/mpegtspacketizer.c: Add a scrambled field to the service struct...Sebastian Pölsterl2008-12-291-4/+5
* gst/pcapparse/: Patch to make gstpcapparse compile with mingw32 gcc. Fixes #5...Damien Lespiau2008-12-292-2/+9
* gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans2008-12-292-2/+16
* gst/rtpmanager/rtpsession.c: Only change the SSRC of the session and reset th...Wim Taymans2008-12-291-6/+8
* gst/rtpmanager/rtpsource.*: When no payload was specified on the caps but the...Wim Taymans2008-12-292-4/+18
* gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp a...Arnout Vandecappelle2008-12-232-2/+32
* gst/mxf/mxfmpeg.c: Add initial support for h.264 video (SMPTE RP2008).Sebastian Dröge2008-12-221-9/+34
* gst/mxf/mxfmetadata.*: If resolving a metadata object failed the first time r...Sebastian Dröge2008-12-222-4/+17
* gst/mxf/: Cleanup of the includes.Sebastian Dröge2008-12-227-13/+66
* gst/qtmux/gstqtmux.c: Do not tempt or suggest to violate gst_collect_pads API...Mark Nauwelaerts2008-12-191-1/+0
* gst/qtmux/: Dual license qtmux LGPL/MIT. Fixes #564232.Mark Nauwelaerts2008-12-1912-0/+277
* gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...Sebastian Dröge2008-12-197-69/+93
* gst/mxf/: Add support for VC-3 (aka DNxHD essence, see SMPTE 2019-4).Sebastian Dröge2008-12-184-0/+183
* gst/mxf/mxfdemux.c: In push mode skip the run in again if we get buffers with...Sebastian Dröge2008-12-171-4/+9
* Totally remove the internal taglists and fully use tagsetter. Fixes various t...Stefan Kost2008-12-162-35/+16
* gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge2008-12-1617-415/+387
* Add initial documentation for the MXF plugin and mxfdemux.Sebastian Dröge2008-12-162-4/+19
* gst/mxf/: Rename MXFMetadataBase methods to reflect that they belong toSebastian Dröge2008-12-163-25/+28
* gst/mxf/: Return FALSE when parsing a metadata tag failed.Sebastian Dröge2008-12-152-46/+48
* gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge2008-12-1523-4444/+4663
* gst/mxf/mxfdemux.c: Add a generic handler for descriptive metadata so we can ...Sebastian Dröge2008-12-131-2/+48
* gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge2008-12-127-15/+49
* gst/mxf/: Implement parsing of Event Tracks, Static Tracks, DM Segments and D...Sebastian Dröge2008-12-114-33/+224
* gst/mxf/mxfjpeg2000.c: Implement detection of the colorspace used by theSebastian Dröge2008-12-091-4/+63
* gst/mxf/mxfparse.c: All frame layout values except 0 are for interlaced video...Sebastian Dröge2008-12-081-1/+1
* gst/mxf/: Remove the concept of "final" metadata, broken files have updated m...Sebastian Dröge2008-12-083-41/+37
* gst/mxf/mxfup.c: Don't create a subbuffer, instead just change the buffer met...Sebastian Dröge2008-12-081-8/+4
* gst/mxf/mxfdemux.c: Rename GstMXFPad to GstMXFDemuxPad to prevent name clashe...Sebastian Dröge2008-12-071-45/+38
* gst/mxf/mxfd10.c: Use the mapping data for storing the channel count and the ...Sebastian Dröge2008-12-071-15/+22
* gst/mxf/mxfup.c: Handle the image start and end offsets, otherwise we output ...Sebastian Dröge2008-12-071-1/+40
* gst/mxf/mxfmpeg.c: Set codec name tags for the MPEG audio essence.Sebastian Dröge2008-12-071-0/+7
* gst/mxf/: Add initial support for uncompressed video essence (SMPTE S384M).Sebastian Dröge2008-12-076-7/+307