1. 4260f8a all: Fix left-shift undefined behaviour by Edward Hervey · 7 years ago
  2. d3b45a1 mxfdemux: Fix up another size check and prevent allocating too much memory by Sebastian Dröge · 8 years ago
  3. 31a2f2d mxfdemux: Handle zero-sized KLV items better and don't assert on them by Sebastian Dröge · 8 years ago
  4. b5bb6e3 mxfdemux: Add various missing bounds checks, NULL checks and integer overflow protection for error cases by Sebastian Dröge · 8 years ago
  5. 129b04f mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random) by Sebastian Dröge · 9 years ago
  6. b669612 mxftypes: Don't store pointers in stack allocated guints by Sebastian Dröge · 9 years ago
  7. c82d702 mxftypes: Fix parsing of index table segments by Sebastian Dröge · 9 years ago
  8. 47da756 mxftypes: Add function to serialize an index table segment to a buffer by Sebastian Dröge · 9 years ago
  9. 01f0d16 mxfmux: Index table segments must not use the primer pack by Sebastian Dröge · 9 years ago
  10. a1e240c mxftypes: Fix generation of operational pattern UL by Sebastian Dröge · 9 years ago
  11. be859d0 mxf: Handle fraction parsing failure by Edward Hervey · 11 years ago
  12. fa72b4c mxf: Remove useless check by Edward Hervey · 11 years ago
  13. 9e1b75f Fix FSF address by Tim-Philipp Müller · 12 years ago
  14. 0c8a7fa mxf: Port mxfdemux to 1.0 by Michael Smith · 12 years ago
  15. 33c2f5f Add -Wwrite-strings by Benjamin Otte · 15 years ago
  16. 454b193 mxf: Correctly initialize memory by Sebastian Dröge · 15 years ago
  17. 53128c5 mxf: Unconditionally use GLib 2.16 API by Sebastian Dröge · 15 years ago
  18. f510be5 mxf: Fix compilation and compiler errors with GLib < 2.16.0 by Sebastian Dröge · 16 years ago
  19. 2c51bbd mxf: Fix "cast to pointer type of different size" compiler warning by Sebastian Dröge · 16 years ago
  20. 9b6d6fd mxf: Rename forgotten function to fix unresolved symbols error by Sebastian Dröge · 16 years ago
  21. c1c8b40 mxf: Differentiate between UL and UUID by Sebastian Dröge · 16 years ago
  22. ce01236 mxf: Source files and #include cleanup by Sebastian Dröge · 16 years ago[Renamed (70%) from gst/mxf/mxfparse.c]
  23. da27eb2 mxf: Move some static const variables into functions by Sebastian Dröge · 16 years ago
  24. b409f71 mxf: Start implementing a central UL database and add some helper functions and use them by Sebastian Dröge · 16 years ago
  25. e500398 mxf: Add MXF muxer by Sebastian Dröge · 16 years ago
  26. 636b535 mxfdemux: Add helper function to convert MXFraction to gdouble and use it by Sebastian Dröge · 16 years ago
  27. 61b284d mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() function by Sebastian Dröge · 16 years ago
  28. 8dc9f2e mxfdemux: Add support for non-standard Avid MXF files containing DNxHD essence by Sebastian Dröge · 16 years ago
  29. 6e39231 mxfdemux: Add support for non-standard Avid MXF files containing DV essence by Sebastian Dröge · 16 years ago
  30. afbec8a Allow index table segments without primer pack by Sebastian Dröge · 16 years ago
  31. 914b108 Fix parsing of index table segments by Sebastian Dröge · 16 years ago
  32. 7ce5b5a Store all partitions & primer packs in memory for faster access by Sebastian Dröge · 16 years ago
  33. 716ce72 Store MXF metadata in a hash table, keyed by UID by Sebastian Dröge · 16 years ago
  34. fc4be0a Update copyrights for 2009 by Sebastian Dröge · 16 years ago
  35. 100dfc3 Simplify parsing of UL/UUID arrays by Sebastian Dröge · 16 years ago
  36. 8fcdca9 gst/mxf/: Fix compilation with debugging disabled. by Sebastian Dröge · 16 years ago
  37. 5587f91 gst/mxf/: Implement an essence element handling registry and use this instead of an hardcoded, large if-then-else block. by Sebastian Dröge · 16 years ago
  38. bc93b81 gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of code easier and to make everything bette... by Sebastian Dröge · 16 years ago
  39. 1fe8292 gst/mxf/: Implement parsing of Event Tracks, Static Tracks, DM Segments and DM Source Clips as a preparation for desc... by Sebastian Dröge · 16 years ago
  40. d23484c gst/mxf/mxfparse.c: All frame layout values except 0 are for interlaced video, not only 1 and 2. by Sebastian Dröge · 16 years ago
  41. abcc855 gst/mxf/: Add initial support for uncompressed video essence (SMPTE S384M). by Sebastian Dröge · 16 years ago
  42. 6f15343 gst/mxf/: Implement parsing of the generic data essence descriptor. by Sebastian Dröge · 16 years ago
  43. fff48b0 gst/mxf/mxfparse.c: Fix setting of the height/width and PAR of video streams. by Sebastian Dröge · 16 years ago
  44. 8201937 gst/mxf/: Add support for SMPTE D10 essence (SMPTE 386M). by Sebastian Dröge · 16 years ago
  45. 19ae0cf gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and we can use them as "unset" value. by Sebastian Dröge · 16 years ago
  46. c6d653d gst/mxf/: Add property to select the top-level source package or material package that should be used for playback. by Sebastian Dröge · 16 years ago
  47. 70281aa gst/mxf/: Add initial support for JPEG2000 encoded video essence. by Sebastian Dröge · 16 years ago
  48. 65587b8 gst/mxf/: Implement parsing of index table segments, which will later be used for seeking. by Sebastian Dröge · 16 years ago
  49. a926db3 gst/mxf/: Implement parsing of the random index pack, which provides a seek table (including body sid) to the start o... by Sebastian Dröge · 16 years ago
  50. 9e66543 gst/mxf/: Add fundamental support for DV-DIF essence streams. by Sebastian Dröge · 16 years ago
  51. 1f99f89 gst/mxf/mxfdemux.c: Properly combine flow returns of the source pads. by Sebastian Dröge · 16 years ago
  52. 0be1824 gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of this descriptor, not it's parent type. by Sebastian Dröge · 16 years ago
  53. 15afef8 gst/mxf/: Set video dimensions and pixel aspect ratio on the caps. by Sebastian Dröge · 16 years ago
  54. 4f365b3 gst/mxf/: Add initial parsing of RGBA descriptors. by Sebastian Dröge · 16 years ago
  55. fb8d2b9 gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up which makes it possible to have the buff... by Sebastian Dröge · 16 years ago
  56. fa9ccc1 gst/mxf/: Allow non-MXF KLV packets and just drop them instead of throwing an error and handle 9 byte product version... by Sebastian Dröge · 16 years ago
  57. e1806aa gst/mxf/: Some more format string fixes and usage of guint instead of gint where negative values don't make sense. by Sebastian Dröge · 16 years ago
  58. f336a47 gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use correct format strings for them. Only lo... by Sebastian Dröge · 16 years ago
  59. e76ea1c Add first version of an MXF demuxer. Currently it supports by Sebastian Dröge · 16 years ago