summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-03-22mxfmux: Add an error state from which we return immediatelySebastian Dröge2-7/+27
2009-03-21mxf: Optimize mxf_ul_is_subclass() a bitSebastian Dröge1-18/+2
2009-03-21mxf: Start implementing a central UL database and add some helper functions a...Sebastian Dröge6-208/+394
2009-03-21mxfmux: Make sure to include a picture in the edit units when muxing MPEG2/MPEG4Sebastian Dröge1-4/+149
2009-03-21mxfdemux: Remove accidentially committed g_assert_not_reached()Sebastian Dröge1-2/+0
2009-03-21mxf: Add support for muxing/demuxing subsampled YUV formatsSebastian Dröge1-4/+105
2009-03-21mxfdemux: Use correct width/height for stride conversionsSebastian Dröge1-5/+2
2009-03-21mxf: Implement stride transformations for raw video content for muxing and de...Sebastian Dröge1-20/+100
2009-03-21mxfdemux: Simplify caps selection by using a lookup tableSebastian Dröge1-103/+44
2009-03-21mxfmux: Add initial support for muxing raw picture essenceSebastian Dröge1-0/+168
2009-03-21mxfmux: Only add an essence container UL once to the partition and prefaceSebastian Dröge1-3/+22
2009-03-21mxfdemux: Add support for AYUV and v308 YUV colorspacesSebastian Dröge1-0/+9
2009-03-21mxfmux: Use the correct edit rate instead of estimating it from the first buf...Sebastian Dröge1-22/+28
2009-03-21mxfdemux: Error out directly if pushing a packet downstream failedSebastian Dröge1-1/+1
2009-03-21mxfmux: Add support for DV/DIF muxing and add framerate, etc to the caps when...Sebastian Dröge1-1/+94
2009-03-21mxfmux: Add some debugging and error out on invalid input dataSebastian Dröge1-0/+19
2009-03-21deinterlace: Fix uninitialized variable compiler warningsSebastian Dröge1-0/+3
2009-03-21mxfmux: Add support for muxing MPEG audio and videoSebastian Dröge1-1/+384
2009-03-21mxfdemux: Use correct caps type for AC3 audio (audio/x-ac3 instead of audio/ac3)Sebastian Dröge1-1/+1
2009-03-21mxfmux: Add support for muxing JPEG2000 code streamsSebastian Dröge1-0/+117
2009-03-21mxfmux: Add support for muxing VC-3 (aka DNxHD) videoSebastian Dröge1-0/+81
2009-03-21mxfmux: Add support for muxing A-Law audioSebastian Dröge1-0/+174
2009-03-21mxfmux: Add support for muxing raw audioSebastian Dröge1-0/+545
2009-03-21mxf: Add MXF muxerSebastian Dröge11-10/+4431
2009-03-18mxfdemux: Fix build on GLib < 2.16 some moreJan Schmidt2-32/+42
2009-03-16mxf: Replace g_hash_table_get_values with code working with glib 2.6.Zaheer Merali2-13/+27
2009-03-13xdgmime: make xdg typefinder more conservativeTim-Philipp Müller1-3/+19
2009-03-13rtpbin: don't return FALSE on seek eventsWim Taymans1-0/+1
2009-03-13mpegpsdemux: workaround to fix playback of certain malformed clipsJosep Torra1-2/+29
2009-03-10mpegdemux: Fixed a bug in the TS scanner. Fixes #574009Josep Torra1-1/+1
2009-03-07camerabin: Make the tests pass when the camerabin can't initialise.Jan Schmidt1-6/+8
2009-03-07camerabin: Partly fix distcheckJan Schmidt1-8/+1
2009-03-06mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge2-25/+86
2009-03-06mxf: Don't even try to serialize DM frameworks as it will cause an assertion ...Sebastian Dröge1-6/+6
2009-03-05mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge1-3/+5
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller1-1/+1
2009-03-04valve: rename plugin file from libfsvalve.* to libgstvalve.*Tim-Philipp Müller1-5/+5
2009-03-04gsreal: bring down the rank of the real decoders to MARGINAL.Edward Hervey1-2/+2
2009-03-04mpegtsdemux: reset sync_lut_len to 0 on READY to NULLJosep Torra1-0/+1
2009-03-03mpegtsparse: fix memleakSebastian Pölsterl1-26/+12
2009-03-03mpegtsdemux: dynamically adjust the sync LUT tableJosep Torra2-5/+17
2009-03-03autoconvert: Import fsselector from gst-plugins-farsight as autoconvertOlivier Crête3-0/+1453
2009-03-03qtmux: Be a bit more verbose in our debug message when failing to renegotiateEdward Hervey1-2/+2
2009-03-02mxfdemux: Use arrays instead of lists for the metadata registriesSebastian Dröge3-148/+106
2009-03-02xdgmime: Reduce probability to POSSIBLESebastian Dröge1-1/+1
2009-03-02xdgmime: Add locking to the xdg_mime_* calls as it's not thread-safeSebastian Dröge1-0/+9
2009-03-01xdgmime: Use g_pattern_match_simple() instead of fnmatch() for Win32 compatib...Sebastian Dröge5-7/+4
2009-03-01xdgmime: Fix unused variable compiler warningLRN1-0/+2
2009-03-01xdgmime: Don't warn if we have no MMAP supportSebastian Dröge1-2/+0
2009-03-01xdgmime: Use g_ntoh[ls] instead of the non-GLib functions for Win32 compatibi...Sebastian Dröge1-3/+3