Age | Commit message (Expand) | Author | Files | Lines |
2009-03-02 | mxfdemux: Use arrays instead of lists for the metadata registries | Sebastian Dröge | 3 | -148/+106 |
2009-02-28 | mxf: Fix memory leak | Sebastian Dröge | 1 | -0/+1 |
2009-02-28 | mxf: Store the metadata type ID inside the class structure | Sebastian Dröge | 5 | -148/+297 |
2009-02-21 | mxfdemux: Add read-only property to get the structural metadata | Sebastian Dröge | 1 | -1/+24 |
2009-02-21 | mxfdemux: Add MPEG video bitrate to the tags if available | Sebastian Dröge | 1 | -0/+6 |
2009-02-21 | mxfdemux: Post structural metadata tree as tag on the bus | Sebastian Dröge | 10 | -6/+1854 |
2009-02-21 | mxfdemux: Fix calculation of AES3 bitrate tag | Sebastian Dröge | 1 | -1/+4 |
2009-02-21 | mxfdemux: Add helper function to convert MXFraction to gdouble and use it | Sebastian Dröge | 3 | -2/+9 |
2009-02-21 | mxfdemux: Only store the main descriptor in source packages | Sebastian Dröge | 3 | -82/+61 |
2009-02-21 | mxfdemux: Set free'd memory to NULL to prevent a double free later in some cases | Sebastian Dröge | 1 | -0/+1 |
2009-02-21 | mxfdemux: Don't use generic metadata parsers for unknown metadata, the result... | Sebastian Dröge | 3 | -8/+6 |
2009-02-12 | mxfdemux: Also include the picture/sound/data essence coding in the unknown caps | Sebastian Dröge | 1 | -3/+31 |
2009-02-12 | mxfdemux: Update TODO, we should support the drop-frame property of timecode ... | Sebastian Dröge | 1 | -0/+1 |
2009-02-12 | mxfdemux: Fix resolval of identifications from the preface | Sebastian Dröge | 1 | -1/+1 |
2009-02-12 | mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() function | Sebastian Dröge | 6 | -71/+37 |
2009-02-12 | mxfdemux: Update TODO | Sebastian Dröge | 1 | -2/+0 |
2009-02-09 | mxfdemux: After pulling the footer metadata reset essence track positions to 0 | Sebastian Dröge | 1 | -0/+14 |
2009-02-09 | mxfdemux: When trying to find an essence track position try to find position+... | Sebastian Dröge | 1 | -8/+8 |
2009-02-09 | mxfdemux: For new essence tracks only set the position to 0 if it starts in t... | Sebastian Dröge | 1 | -0/+6 |
2009-02-09 | mxfdemux: Check if the length of the src/essence track arrays are 0, not the ... | Sebastian Dröge | 1 | -59/+33 |
2009-02-09 | mxfdemux: Make sure that the srcpad and essence track arrays always exist | Sebastian Dröge | 1 | -19/+21 |
2009-02-09 | mxfdemux: Change some GST_ERRORs to something less critical | Sebastian Dröge | 1 | -2/+2 |
2009-02-09 | mxfdemux: Only go into EOS and send segment-done after all tracks are finished | Sebastian Dröge | 1 | -2/+16 |
2009-02-09 | mxfdemux: Update TODO | Sebastian Dröge | 2 | -1/+2 |
2009-02-09 | mxfdemux: Fix seeking to the end of file | Sebastian Dröge | 1 | -17/+11 |
2009-02-08 | mxfdemux: Fix last_stop calculation when seeking | Sebastian Dröge | 1 | -9/+13 |
2009-02-08 | mxfdemux: Resolve source package before accessing it's members | Sebastian Dröge | 1 | -0/+7 |
2009-02-08 | mxfdemux: Correctly implement timestamping in all cases | Sebastian Dröge | 2 | -21/+46 |
2009-02-08 | mxfdemux: Correctly handle DURATION queries with a negative duration | Sebastian Dröge | 1 | -2/+5 |
2009-02-08 | mxfdemux: When changing to the component after the last component update the ... | Sebastian Dröge | 1 | -4/+9 |
2009-02-08 | mxfdemux: Small cleanup and an additional check | Sebastian Dröge | 1 | -2/+6 |
2009-02-08 | mxfdemux: For material packages make sure that tracks resolve to source tracks | Sebastian Dröge | 1 | -2/+44 |
2009-02-07 | mxfdemux: Add support for non-standard Avid MXF files containing DNxHD essence | Sebastian Dröge | 4 | -4/+36 |
2009-02-07 | mxfdemux: Make essence track creation a bit more robust against broken files | Sebastian Dröge | 2 | -2/+20 |
2009-02-07 | mxfdemux: Don't include multiple descriptors in the track's descriptors | Sebastian Dröge | 1 | -2/+4 |
2009-02-07 | mxfdemux: Add support for non-standard Avid MXF files containing DV essence | Sebastian Dröge | 3 | -28/+36 |
2009-02-06 | mxfdemux: Add data definition for Avid vendor specific picture essence | Sebastian Dröge | 1 | -1/+5 |
2009-02-06 | mxfdemux: For tracks with no known mapping use dummy caps | Sebastian Dröge | 1 | -5/+20 |
2009-02-06 | mxfdemux: Don't remove invalid new essence track twice from the GPtrArray | Sebastian Dröge | 1 | -2/+0 |
2009-02-06 | mxfdemux: Implement keyframe detection for MPEG4 video streams | Sebastian Dröge | 1 | -0/+45 |
2009-02-06 | mxfdemux: Handle some more special cases when setting the position when seeking | Sebastian Dröge | 1 | -0/+13 |
2009-02-06 | mxfdemux: Adjust last_stop to the last keyframe when seeking | Sebastian Dröge | 1 | -3/+9 |
2009-02-06 | mxfdemux: Fix logic for finding the previous keyframe | Sebastian Dröge | 1 | -6/+9 |
2009-02-06 | mxfdemux: Add keyframe detection for MPEG2 video streams | Sebastian Dröge | 3 | -0/+91 |
2009-02-05 | mxfdemux: Protect the metadata with a lock against concurrent access | Sebastian Dröge | 2 | -21/+62 |
2009-02-04 | Update TODO | Sebastian Dröge | 1 | -2/+4 |
2009-02-04 | Post an UMID tag with the current package's UMID | Sebastian Dröge | 3 | -0/+15 |
2009-02-04 | Reset the current partition after seeking and NEWSEGMENT events | Sebastian Dröge | 1 | -1/+6 |
2009-02-04 | In push mode play all remaining parts of the file on EOS if there are any | Sebastian Dröge | 1 | -13/+72 |
2009-02-04 | Add property to set the maximum allowed time difference between tracks | Sebastian Dröge | 2 | -3/+21 |