summaryrefslogtreecommitdiff
path: root/gst/mxf
Commit message (Expand)AuthorAgeFilesLines
* mxf: Mark most fields of the instance struct as privateSebastian Dröge2009-04-221-0/+2
* mxf: Add documentation to mxfmux and update the docsSebastian Dröge2009-04-221-0/+13
* mxf: Properly handle the new interlaced support from libgstvideo for (de)muxingSebastian Dröge2009-04-161-1/+9
* mxfmux: Small cleanupSebastian Dröge2009-04-131-12/+2
* mxfdemux: Don't use invalid buffer offsets, instead assume offset == 0Sebastian Dröge2009-04-071-1/+2
* mxf: Fix comparisonSebastian Dröge2009-04-071-2/+1
* Use UL database for all metadata ULsSebastian Dröge2009-04-073-595/+635
* mxf: Fix compilation and compiler errors with GLib < 2.16.0Sebastian Dröge2009-03-262-6/+6
* mxf: Fix "cast to pointer type of different size" compiler warningSebastian Dröge2009-03-261-11/+12
* mxf: Rename forgotten function to fix unresolved symbols errorSebastian Dröge2009-03-261-1/+1
* mxf: Use mxf_u{l,uid}_is_equal() and friends instead of memcmp()Sebastian Dröge2009-03-264-14/+16
* mxf: Differentiate between UL and UUIDSebastian Dröge2009-03-2610-590/+742
* mxf: Source files and #include cleanupSebastian Dröge2009-03-2631-786/+721
* mxf: Use the UL database for some more ULsSebastian Dröge2009-03-261-21/+5
* mxf: Remove some GLib < 2.14 compatibility stuffSebastian Dröge2009-03-261-8/+2
* Merge branch 'mxfmux'Sebastian Dröge2009-03-2621-292/+6855
|\
| * mxfmux: CleanupSebastian Dröge2009-03-263-6/+6
| * mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge2009-03-264-180/+193
| * mxf: Move some static const variables into functionsSebastian Dröge2009-03-231-7/+7
| * mxfmux: Fix error handlingSebastian Dröge2009-03-221-5/+3
| * mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge2009-03-229-48/+113
| * mxfmux: Add an error state from which we return immediatelySebastian Dröge2009-03-222-7/+27
| * mxf: Optimize mxf_ul_is_subclass() a bitSebastian Dröge2009-03-211-18/+2
| * mxf: Start implementing a central UL database and add some helper functions a...Sebastian Dröge2009-03-216-208/+394
| * mxfmux: Make sure to include a picture in the edit units when muxing MPEG2/MPEG4Sebastian Dröge2009-03-211-4/+149
| * mxfdemux: Remove accidentially committed g_assert_not_reached()Sebastian Dröge2009-03-211-2/+0
| * mxf: Add support for muxing/demuxing subsampled YUV formatsSebastian Dröge2009-03-211-4/+105
| * mxfdemux: Use correct width/height for stride conversionsSebastian Dröge2009-03-211-5/+2
| * mxf: Implement stride transformations for raw video content for muxing and de...Sebastian Dröge2009-03-211-20/+100
| * mxfdemux: Simplify caps selection by using a lookup tableSebastian Dröge2009-03-211-103/+44
| * mxfmux: Add initial support for muxing raw picture essenceSebastian Dröge2009-03-211-0/+168
| * mxfmux: Only add an essence container UL once to the partition and prefaceSebastian Dröge2009-03-211-3/+22
| * mxfdemux: Add support for AYUV and v308 YUV colorspacesSebastian Dröge2009-03-211-0/+9
| * mxfmux: Use the correct edit rate instead of estimating it from the first buf...Sebastian Dröge2009-03-211-22/+28
| * mxfdemux: Error out directly if pushing a packet downstream failedSebastian Dröge2009-03-211-1/+1
| * mxfmux: Add support for DV/DIF muxing and add framerate, etc to the caps when...Sebastian Dröge2009-03-211-1/+94
| * mxfmux: Add some debugging and error out on invalid input dataSebastian Dröge2009-03-211-0/+19
| * mxfmux: Add support for muxing MPEG audio and videoSebastian Dröge2009-03-211-1/+384
| * mxfdemux: Use correct caps type for AC3 audio (audio/x-ac3 instead of audio/ac3)Sebastian Dröge2009-03-211-1/+1
| * mxfmux: Add support for muxing JPEG2000 code streamsSebastian Dröge2009-03-211-0/+117
| * mxfmux: Add support for muxing VC-3 (aka DNxHD) videoSebastian Dröge2009-03-211-0/+81
| * mxfmux: Add support for muxing A-Law audioSebastian Dröge2009-03-211-0/+174
| * mxfmux: Add support for muxing raw audioSebastian Dröge2009-03-211-0/+545
| * mxf: Add MXF muxerSebastian Dröge2009-03-2111-10/+4431
* | Makefile.am: no static libs for pluginsStefan Kost2009-03-221-0/+1
|/
* mxfdemux: Fix build on GLib < 2.16 some moreJan Schmidt2009-03-182-32/+42
* mxf: Replace g_hash_table_get_values with code working with glib 2.6.Zaheer Merali2009-03-162-13/+27
* mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge2009-03-062-25/+86
* mxf: Don't even try to serialize DM frameworks as it will cause an assertion ...Sebastian Dröge2009-03-061-6/+6
* mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge2009-03-051-3/+5