1. 9dcdc41 jpeg, png, vpx: use gst_element_class_set_static_metadata() by Tim-Philipp Müller · 12 years ago
  2. a32398f replace gst_element_class_set_details_simple with gst_element_class_set_metadata by Mark Nauwelaerts · 12 years ago
  3. 4bb52bb docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert by Tim-Philipp Müller · 13 years ago
  4. 4de8bd0 No code with side-effects inside g_assert() please by Tim-Philipp Müller · 13 years ago
  5. 6e673d4 ext: Update for video base classes API changes by Sebastian Dröge · 13 years ago
  6. fa5697e jpeg/png: Call video_decoder_negotiate() by Edward Hervey · 13 years ago
  7. 8eadb9c update for query api changes by Wim Taymans · 13 years ago
  8. 088c444 png: fix video state leaks by Vincent Penquerc'h · 13 years ago
  9. 78ec03e Some printf variable format fixes by Thiago Santos · 13 years ago
  10. 5ba30e6 png: Port to 0.11 again by Sebastian Dröge · 13 years ago
  11. 0b82806 png: Port to base video classes by Edward Hervey · 13 years ago
  12. e09ae57 Use new gst_element_class_set_static_metadata() by Tim-Philipp Müller · 13 years ago
  13. c44cd8f Merge branch 'master' into 0.11 by Wim Taymans · 13 years ago
  14. 513d480 don't pass random pointers to pull_range by Wim Taymans · 13 years ago
  15. ced4758 update for bufferpool changes by Wim Taymans · 13 years ago
  16. f3a770a update for allocation query changes by Wim Taymans · 13 years ago
  17. 751fcf0 take padding into account by Wim Taymans · 13 years ago
  18. 38372eb pngdec: add support for video/x-raw-gray formats by Andrej Gelenberg · 13 years ago
  19. 9365f12 GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING by Wim Taymans · 13 years ago
  20. f87ab74 png: port to new memory API by Wim Taymans · 13 years ago
  21. 2fcb5fa pngdec: port to 0.11 by Mark Nauwelaerts · 13 years ago
  22. 47a1da9 GST_FLOW_UNEXPECTED -> GST_FLOW_EOS by Wim Taymans · 13 years ago
  23. c0e101e various: fix pad template leaks by Vincent Penquerc'h · 13 years ago
  24. 24d57ac pngdec: Remove temporary code by David Schleef · 14 years ago
  25. 13d4413 pngdec: Handle 16-bit-per-channel images by David Schleef · 14 years ago
  26. a513a7b pngdec: use png_error() as recommended by libpng docs to signal an error by Stefan Kost · 14 years ago
  27. 58427ee pngdec: Don't use GST_FLOW_IS_FATAL() by Sebastian Dröge · 15 years ago
  28. cccfeaa gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  29. bc873f7 pngenc: Use png_get_io_ptr() instead of accessing io_ptr directly by Руслан Ижбулатов · 15 years ago
  30. 2514421 png: fix compilation with libpng 1.4 by David Hoyt · 15 years ago
  31. d9544bc pngdec: Avoid possible overflow in calculations by Jan Schmidt · 16 years ago
  32. 32491d5 pngdec: match g_malloc() with g_free() by John Keeping · 16 years ago
  33. 034a4a7 fix format string in pngdec by Andy Wingo · 16 years ago
  34. 0cb5b42 Remove trivial unused variables detected by CLang static analyzer. by Edward Hervey · 16 years ago
  35. 4a9e807 Remove unused variables in _class_init by Edward Hervey · 16 years ago
  36. 18571b9 pngdec: various cleanups. by Wim Taymans · 16 years ago
  37. 9cf73bd Update and add documentation for plugins with deps (ext). by Stefan Kost · 16 years ago
  38. 7d08894 ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails - return whatever it returned. by Jan Schmidt · 17 years ago
  39. b3c5184 ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178. by Wim Taymans · 17 years ago
  40. dfdc0fa ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback. by Stefan Kost · 17 years ago
  41. 546bc7d ext/annodex/Makefile.am: Fix CFLAGS/LIBS. by Stefan Kost · 18 years ago
  42. 73ec6b7 More docs. More logs in pngdec. by Stefan Kost · 18 years ago
  43. 5e32a71 ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have been required only because of a bug in ffm... by Jan Schmidt · 18 years ago
  44. 08d5ded ext/: When operating in pull mode, error out correct on not-linked. by Tim-Philipp Müller · 18 years ago
  45. ee21b60 ext/libpng/gstpngdec.c: Fix build on macosx. by Edward Hervey · 18 years ago
  46. 3f55b6e ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, first post the error message and only the... by Tim-Philipp Müller · 18 years ago
  47. 82f5a35 Printf format fixes. by Tim-Philipp Müller · 18 years ago
  48. cc35079 ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking. by Wim Taymans · 19 years ago
  49. 00e08a3 ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment. by Edward Hervey · 19 years ago
  50. 05eaedc Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. by Tim-Philipp Müller · 19 years ago
  51. 27f2c9b Define GstElementDetails as const and also static (when defined as global) by Stefan Kost · 19 years ago
  52. 6dccffb ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, like with png-in-quicktime (#331917). by Tim-Philipp Müller · 19 years ago
  53. b5af832 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
  54. 629fb23 better/unified long descriptions by Wim Taymans · 19 years ago
  55. 38c2bcc ext/libpng/gstpngdec.c: Make state change function thread-safe. by Tim-Philipp Müller · 19 years ago
  56. 50f4eb8 Fix memleak with gst_static_pad_template_get(). by Edward Hervey · 19 years ago
  57. f50d6d8 ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. (#150363). by Julien Moutte · 19 years ago
  58. 7fbfd29 Update for alloc_buffer changes. by Andy Wingo · 19 years ago
  59. 11c39ab More fractional framerate conversions by Jan Schmidt · 19 years ago
  60. bdeae7c ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame) ext/flac/gstflacdec.c (gst_flacdec_writ... by Andy Wingo · 19 years ago
  61. 2b5cfd8 ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in a single place. by Julien Moutte · 19 years ago
  62. cc0c333 ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we have a png image with alpha channel. by Julien Moutte · 19 years ago
  63. 1ad1739 ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad. by Julien Moutte · 19 years ago
  64. d006b06 STOPPED->FAILED by Thomas Vander Stichele · 19 years ago
  65. 6142c0c ext/libpng/gstpngdec.c: forgot the buffer unref in pull. by Julien Moutte · 19 years ago
  66. 1d531d5 ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and handle push/pull based model. if you have ... by Julien Moutte · 19 years ago
  67. 55fd660 ext/libpng/gstpngdec.c: We use fixed caps. by Julien Moutte · 19 years ago
  68. 1aa9f76 configure.ac: Adding videomixer. by Julien Moutte · 19 years ago
  69. 2ae32d6 ext/libpng/: Ported pngdec to 0.9 by Julien Moutte · 19 years ago
  70. 840c55e ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197. by Ronald S. Bultje · 20 years ago
  71. 25dcc61 ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images, better error handling and correct strid... by Ronald S. Bultje · 20 years ago
  72. 536f3d6 ext/libpng/: mime fixage. by Ronald S. Bultje · 20 years ago
  73. 501df5c error out on unsupported types by Thomas Vander Stichele · 21 years ago
  74. c754da7 ext/libpng/: Added snapshot property to pngenc. removed g_print from pngdec by Wim Taymans · 21 years ago
  75. e490879 ext/libpng/: Added png decoder. by Wim Taymans · 21 years ago