summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/mxf/mxfdemux.c: The previous partition field of the partition is relative...Sebastian Dröge2008-12-061-10/+14
* gst/mxf/mxfd10.c: Document decoding of the AES3 data and also skip the 32 bit...Sebastian Dröge2008-12-061-0/+8
* gst/mxf/: Implement parsing of the generic data essence descriptor.Sebastian Dröge2008-12-055-39/+112
* gst/mxf/mxfdemux.c: Generalize some lines of codes that are more or less the ...Sebastian Dröge2008-12-051-73/+34
* gst/selector/gstinputselector.c: Ensure we emit notify::active-pad when auto-...Michael Smith2008-12-041-0/+11
* gst/mxf/: Coding style fixes.Sebastian Dröge2008-12-041-66/+153
* gst/mxf/mxfdemux.c: Ignore zero sized essence elements. They're often inserte...Sebastian Dröge2008-12-041-2/+8
* gst/mxf/mxfparse.c: Fix setting of the height/width and PAR of video streams.Sebastian Dröge2008-12-041-9/+13
* gst/mxf/: Add support for SMPTE D10 essence (SMPTE 386M).Sebastian Dröge2008-12-046-11/+305
* gst/mxf/: Add support for AES3 audio (SMPTE 382M).Sebastian Dröge2008-12-034-6/+453
* gst/mxf/mxfdemux.c: Improve debugging a bit.Sebastian Dröge2008-12-031-2/+12
* gst/flv/gstflvparse.c: Check if strings are valid UTF8 before using them.Sebastian Dröge2008-12-031-0/+4
* gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and w...Sebastian Dröge2008-12-031-1/+0
* gst/mxf/mxfdemux.c: Use a single "track_%u" src pad template and use the trac...Sebastian Dröge2008-12-031-45/+9
* gst/qtmux/atoms.c: Fix mj2 sample description metadata construction.Mark Nauwelaerts2008-12-011-3/+3
* gst/mxf/mxfjpeg2000.c: Use new image/x-jpc caps for the raw JPEG2000 codestream.Sebastian Dröge2008-12-011-3/+6
* gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...Sebastian Dröge2008-12-016-29/+84
* gst/mxf/mxfdemux.c: If the preface references a primary package use this as t...Sebastian Dröge2008-12-011-3/+8
* gst/mxf/mxfdemux.c: If there's no descriptor for the track in the track's sou...Sebastian Dröge2008-11-301-7/+10
* gst/mxf/: Some random cleanup.Sebastian Dröge2008-11-307-72/+101
* gst/mxf/: Add property to select the top-level source package or material pac...Sebastian Dröge2008-11-304-55/+173
* gst/mxf/mxfdemux.c: Make sure that demux->offset has the correct value before...Sebastian Dröge2008-11-301-6/+7
* gst/mxf/: Set the correct MPEG video version if possible and add support for ...Sebastian Dröge2008-11-302-6/+62
* gst/mxf/: Add initial support for JPEG2000 encoded video essence.Sebastian Dröge2008-11-295-4/+184
* gst/mxf/mxfdemux.c: Only try to pull the random index pack at the end of file...Sebastian Dröge2008-11-281-10/+10
* gst/mxf/: Add support for A-Law encoded audio essence (SMPTE 388M and 382M).Sebastian Dröge2008-11-285-3/+199
* gst/mxf/: Implement parsing of index table segments, which will later be used...Sebastian Dröge2008-11-285-4/+317
* Update audioresample documentation for the new element name.Sebastian Dröge2008-11-281-3/+3
* gst/audioresample/gstaudioresample.c: And now also update the debug category ...Sebastian Dröge2008-11-281-1/+1
* Remove old speexresample files.Sebastian Dröge2008-11-2717-2493/+887
* Integrate the moved audioresample into the build system and rename it to lega...Sebastian Dröge2008-11-272-8/+8