1. 4b8d0a2 mulawdec: Unmap input buffer if failing to map the output buffer by Sebastian Dröge · 7 years ago
  2. e3f6b9f alawdec: Fix Memory leak in error case by Satya Prakash Gupta · 7 years ago
  3. b68d936 Remove plugin specific static build option by Nicolas Dufresne · 8 years ago
  4. b09f478 Add support for Meson as alternative/parallel build system by Nirbheek Chauhan · 8 years ago
  5. 1071309 good: use new gst_element_class_add_static_pad_template() by Vineeth TM · 9 years ago
  6. 13a9a75 win32: remove outdated build cruft by Tim-Philipp Müller · 9 years ago
  7. a1aa942 audioencoders: use template subset check for accept-caps by Thiago Santos · 9 years ago
  8. 1328289 alawenc: port to AudioEncoder base class by Thiago Santos · 9 years ago
  9. 65676c2 audiodecoders: use default pad accept-caps handling by Thiago Santos · 9 years ago
  10. 65d2af6 alawdec: make error handling a bit nicer by Thiago Santos · 9 years ago
  11. 7ab3178 alawdec: port to audiodecoder base class by Thiago Santos · 9 years ago
  12. 8fd3e0e mulawdec: Let baseclass estimate bitrate by Olivier Crête · 10 years ago
  13. 9391622 Rename property enums from ARG_ to PROP_ by Luis de Bethencourt · 10 years ago
  14. d753a3e Remove obsolete Android build cruft by Tim-Philipp Müller · 10 years ago
  15. f3c3dee mulawdec: Require caps to be set before accepting any data by Sebastian Dröge · 11 years ago
  16. a1df050 mulawdec: Handle NULL buffers in handle_frame by Alexander Schrab · 12 years ago
  17. 3ec9673 mulawdec: change base class to GstAudioDecoder by Alexander Schrab · 12 years ago
  18. fb0384f mulaw: Some minor memleak fixes and cleanup by Sebastian Dröge · 12 years ago
  19. f0edb5f mulawenc: change to gstaudioencoder base, added bitrate tags by Alexander Schrab · 12 years ago
  20. b0b0557 gst: Add better support for static plugins by Sebastian Dröge · 12 years ago
  21. 5dee61a law: fix accidental file permissions change by Tim-Philipp Müller · 12 years ago
  22. ef6c16a mulaw: const-ify some arrays by Tim-Philipp Müller · 12 years ago
  23. 3be45f7 mulawdec: fix integer overrun by Roland Krikava · 12 years ago
  24. 230cf41 Fix FSF address by Tim-Philipp Müller · 12 years ago
  25. b19b914 law: Filter layout caps field by Sjoerd Simons · 12 years ago
  26. e09ae57 Use new gst_element_class_set_static_metadata() by Tim-Philipp Müller · 13 years ago
  27. aa2cd46 gst: Update for GST_PLUGIN_DEFINE() API changes by Sebastian Dröge · 13 years ago
  28. 5cdd49b gst: Update versioning by Sebastian Dröge · 13 years ago
  29. e310ee8 caps: improve caps handling by Wim Taymans · 13 years ago
  30. ecaea36 update for memory api changes by Wim Taymans · 13 years ago
  31. 7569482 fix template caps refcount by Wim Taymans · 13 years ago
  32. cdf927a law: add layout to audio caps by Wim Taymans · 13 years ago
  33. b55d5e2 law: use GstAudioInfo by Wim Taymans · 13 years ago
  34. a7c27e1 alawdec: Each output sample is 2 bytes by Olivier Crête · 13 years ago
  35. 583d39d update for new memory API by Wim Taymans · 13 years ago
  36. 501642d law: fix CFLAGS and LIBS order in Makefile.am by Tim-Philipp Müller · 13 years ago
  37. 7f51236 law: fix negotiation by Wim Taymans · 13 years ago
  38. 1056501 add parent to pad functions by Wim Taymans · 13 years ago
  39. 6190312 add parent to query function by Wim Taymans · 13 years ago
  40. 797523e _peer_get_caps() -> _peer_query_caps() by Wim Taymans · 13 years ago
  41. 75dc963 change getcaps to query by Wim Taymans · 13 years ago
  42. e204c59 -good: port to new audio caps by Wim Taymans · 13 years ago
  43. ef560b8 law: port to 0.11 by Wim Taymans · 13 years ago
  44. 5ad41c7 alaw: port to 0.11 by Wim Taymans · 13 years ago
  45. b541208 android: Make it ready for androgenizer by Thibault Saunier · 14 years ago
  46. 3f511ec Add -Wwrite-strings to the configure flags by Benjamin Otte · 15 years ago
  47. cccfeaa gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  48. 3342b16 Add -Wmissing-declarations -Wmissing-prototypes warning flags by Benjamin Otte · 15 years ago
  49. a5dd867 law: Raise rank of encoders to PRIMARY by Edward Hervey · 15 years ago
  50. 89f0c37 law: fix caps and negotiation by Wim Taymans · 16 years ago
  51. 7087da9 alawdec, mulawdec: demote some debug messages from ERROR to WARNING or DEBUG by Tim-Philipp Müller · 16 years ago
  52. 8c9931e Don't use GST_ERROR for non-error cases. by Wim Taymans · 16 years ago
  53. bfcf84a alaw/mulaw: Implement _getcaps function for alaw/mulaw decoders by Olivier Crete · 16 years ago
  54. b3a9020 alaw/mulaw: Don't require both, rate and channel, to be set in _getcaps by Olivier Crete · 16 years ago
  55. a99d3f8 Update and add documentation for plugins with no deps (gst). by Stefan Kost · 16 years ago
  56. 5ad613d Switch to using GstStaticPadTemplate. by Edward Hervey · 16 years ago
  57. 084812b Don't install static libs for plugins. Fixes #550851 for -good. by Stefan Kost · 16 years ago
  58. 331b016 gst/law/: Ref caps before passing to gst_pad_template_new(), since that takes ownership. by Michael Smith · 16 years ago
  59. c0826dc gst/law/: The encoder can't really renegotiate at the time they perform a pad-alloc so make the srcpads use fixed caps. by Wim Taymans · 16 years ago
  60. 7964bd1 gst/law/: Make negotiation a bit modern. by mersad · 17 years ago
  61. 593528c gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not set yet on the srcpad. We need rate and ... by Sebastian Dröge · 17 years ago
  62. 7eeeca8 gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer didn't have a valid duration. by Edward Hervey · 17 years ago
  63. ab3379a gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories, fix up things to conform to symbol nome... by Tim-Philipp Müller · 17 years ago
  64. 89dee84 gst/law/: Use static tables for A-Law decoding and encoding; this makes by Laurent Glayal · 17 years ago
  65. 8a6f9aa gst/law/: Fix law encoder timestamps. by Wim Taymans · 17 years ago
  66. 6feb5eb gst/law/: Fix capsnego bogosity in *law decoders. by Michael Smith · 18 years ago
  67. 4304e0f gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking. by Wim Taymans · 19 years ago
  68. ab8c061 gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... stupid. by Edward Hervey · 19 years ago
  69. 1def669 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass by Stefan Kost · 19 years ago
  70. 7b39d55 gst/law/: Some cleanups in the chain functions. by Wim Taymans · 19 years ago
  71. b0c86b5 gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are non-empty and not by Edward Hervey · 19 years ago
  72. 27f2c9b Define GstElementDetails as const and also static (when defined as global) by Stefan Kost · 19 years ago
  73. b5af832 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
  74. 629fb23 better/unified long descriptions by Wim Taymans · 19 years ago
  75. 8a51401 close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. by Wim Taymans · 19 years ago
  76. 3ecf433 expand tabs by Thomas Vander Stichele · 19 years ago
  77. 6ff59b2 rework configure.ac; make asterisk rtp stuff compile on mingw by Thomas Vander Stichele · 19 years ago
  78. 3a08bb8 Fix to set timestamp on buffer, it was tested with RTP G711 elements. by Flavio Oliveira · 19 years ago
  79. 7593b38 fix build and use of GST_LIBS by Thomas Vander Stichele · 19 years ago
  80. 2d109a1 configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!! by Andy Wingo · 20 years ago
  81. 781bc33 gst/law/: Ported alaw and mulaw plugins to 0.9, fixed the negotiation as well. by Wim Taymans · 20 years ago
  82. e23f9bb gst/law/: Fix caps memleaks (#166600). by Ronald S. Bultje · 20 years ago
  83. e822442 put the same mail for Zaheer Merali everywhere by Stéphane Loeuillet · 20 years ago
  84. 9743f95 gst/law/: Fix caps. by Ronald S. Bultje · 20 years ago
  85. c30aaae gst/law/: Prevent warnings when negotiating caps (fixes #159338). by Ronald S. Bultje · 20 years ago
  86. 3a96fb6 ext/alsa/gstalsa.c: buffer-frames property was missing by Benjamin Otte · 20 years ago
  87. e7045bd more working plugins by Steve Lhomme · 21 years ago
  88. 5e4e09c rename GStreamer-0.8.lib to libgstreamer.lib by Steve Lhomme · 21 years ago
  89. 48429b2 avoid problems with math.h, fix release dependancy by Steve Lhomme · 21 years ago
  90. 337ca13 more plugins supported under windows by Steve Lhomme · 21 years ago
  91. 246f3c0 Remove signed field from caps factory by Johan Dahlin · 21 years ago
  92. b7d2e0b gst/law/mulaw-conversion.c: Fix overflow bug in ulaw encoding. by Wim Taymans · 21 years ago
  93. ae45cd7 gst/law/alaw-decode.c: put audio/x-alaw on pads, instead of audio/x-mulaw by Stéphane Loeuillet · 21 years ago
  94. e7e0499 gst/law/alaw.c: alawdec should be registered with type ALAWDEC, not ALAWENC by Stéphane Loeuillet · 21 years ago
  95. 920ad87 gst/law/: Fix capsnego in all four, remove the unused property functions and simplify the chain functions slightly. I... by Ronald S. Bultje · 21 years ago
  96. 6cc1c73 don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
  97. 5acffea *.h: Revert indenting by Johan Dahlin · 21 years ago
  98. 5d25c00 gst-indent by Thomas Vander Stichele · 21 years ago
  99. 6c552d4 fix mulawdec by Thomas Vander Stichele · 21 years ago
  100. ce51f61 Merge CAPS branch by David Schleef · 21 years ago