1. 4261692 Remove plugin specific static build option by Nicolas Dufresne · 8 years ago
  2. ba0e1df Add missing include path for gst/glib-compat-prive.h by Nicolas Dufresne · 8 years ago
  3. ddcd773 meson: Build mpeg2enc and mplex when available by Nirbheek Chauhan · 8 years ago
  4. f3ef2eb mpeg2enc: Fix compiler warning with clang by Sebastian Dröge · 8 years ago
  5. 8cdfb13 bad: use new gst_element_class_add_static_pad_template() by Vineeth TM · 9 years ago
  6. c3d6635 mpeg2enc: Provide format as a string instead of a char to gst_structure_new by Vivia Nikolaidou · 9 years ago
  7. 49ccb72 docs: update gst-launch-0.10 lines by Luis de Bethencourt · 9 years ago
  8. 97ed6a2 mpeg2enc: break statement unnecessary by Luis de Bethencourt · 10 years ago
  9. 0eed275 mpeg2enc: increase max. allowed value for bitrate property by Tim-Philipp Müller · 11 years ago
  10. 084c4d5 mpeg2enc: remove dead assignment by Vincent Penquerc'h · 11 years ago
  11. 8ca5387 mpeg2enc: Add missing break in switch by Edward Hervey · 11 years ago
  12. 40c10dc mpeg2enc: avoid list for one single value in template caps by Tim-Philipp Müller · 11 years ago
  13. e51cd4f gst: Add better support for static plugins by Sebastian Dröge · 12 years ago
  14. 9e1b75f Fix FSF address by Tim-Philipp Müller · 12 years ago
  15. 32ba17c Use gst_element_class_set_static_metadata() by Tim-Philipp Müller · 12 years ago
  16. 578861a replace gst_element_class_set_details_simple with gst_element_class_set_metadata by Mark Nauwelaerts · 12 years ago
  17. dbed726 update for task api change by Wim Taymans · 13 years ago
  18. cda192b gst: Update for GST_PLUGIN_DEFINE() API changes by Sebastian Dröge · 13 years ago
  19. 1318a97 gst: Update versioning by Sebastian Dröge · 13 years ago
  20. 0a8a8aa mpeg2enc: also clear initialized mutex and cond by Mark Nauwelaerts · 13 years ago
  21. 1119f6e Merge branch 'master' into 0.11 by Wim Taymans · 13 years ago
  22. de1f89b GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING by Wim Taymans · 13 years ago
  23. f8f4620 build: fix CFLAGS order and LIBS order by Tim-Philipp Müller · 13 years ago
  24. 8147669 plenty: fixup glib deprecations by Vincent Penquerc'h · 13 years ago
  25. 5abef3c mpeg2enc: port to 0.11 by Mark Nauwelaerts · 13 years ago
  26. 7521b59 various: fix pad template ref leaks by Vincent Penquerc'h · 13 years ago
  27. 202a548 mpeg2enc: fix build with 1.9.0 release again after recent fixes for mjpegtools 2.0.0 by Tim-Philipp Müller · 14 years ago
  28. 407b025 mpeg2enc: support mjpegtools 2.0 by Götz Waschk · 14 years ago
  29. 261431e mpeg2enc: Lower the rank to MARGINAL by Edward Hervey · 14 years ago
  30. 0387a89 various (ext): add missing G_PARAM_STATIC_STRINGS flags by Stefan Kost · 14 years ago
  31. 5f25780 Fix printf format strings for gcc 4.5 by Руслан Ижбулатов · 15 years ago
  32. 0107891 Add -Wundef by Benjamin Otte · 15 years ago
  33. 67dd3c1 Add ranks to various muxers and encoders in -bad by Christian Schaller · 16 years ago
  34. e9e52d0 mpeg2enc: Implement Preset interface by Sebastian Dröge · 16 years ago
  35. bc29123 mpeg2enc: Get number of processors on win32 by LRN · 16 years ago
  36. d2f9546 mpeg2enc: fix bitrate property settings by Mark Nauwelaerts · 16 years ago
  37. a14e8e0 Don't install static libs for plugins. Fixes #550851 for -bad. by Stefan Kost · 16 years ago
  38. 6e98f36 Update and add documentation for mplex. by Mark Nauwelaerts · 16 years ago
  39. a1b7dde ext/mpeg2enc/gstmpeg2encoptions.*: Expose the additional MPEG HDTV format profiles available in latest mjpegtools ver... by Mark Nauwelaerts · 17 years ago
  40. 2affd3d docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml by Stefan Kost · 17 years ago
  41. 625a222 ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant in most environments when using C++ and... by Sebastian Dröge · 17 years ago
  42. 5f1bb9f configure.ac: Check if the compiler supports do { } while (0) macros. This fixes a warning when compiling with g++ 4.... by Sebastian Dröge · 17 years ago
  43. 646ac4c configure.ac: Clean up detection of different mjpegtoolsAPI versions. by Mark Nauwelaerts · 17 years ago
  44. 77d0988 Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when building C++ code. by Tim-Philipp Müller · 17 years ago
  45. b750dbd Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_loglev_t() for getting the log levels. C... by Sebastian Dröge · 17 years ago
  46. b250827 ext/mpeg2enc/gstmpeg2encpicturereader.cc: Really fix the build. by Edward Hervey · 17 years ago
  47. 8ab9eb5 ext/mpeg2enc/gstmpeg2encpicturereader.cc: Fix compilation with libmjpegtools 1.8.x. by Tim-Philipp Müller · 17 years ago
  48. c650755 ext/mpeg2enc/gstmpeg2encpicturereader.cc: Use the incoming pixel-aspect-ratio if provided to infer a default aspect r... by Jan Schmidt · 17 years ago
  49. de59292 ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defined yet. mjpegtools 1.9.0rc3 removed thei... by Sebastian Dröge · 17 years ago
  50. 5b791c2 Add support for building against mjpegtools 1.9 while keeping compatiblity with older versions. by Sebastian Dröge · 17 years ago
  51. bb6c23a configure.ac: Require core CVS. This is implicit in the -base CVS requirement already, so we might just well spell i... by Tim-Philipp Müller · 17 years ago
  52. 676eafc Port mpeg2enc to 0.10 (#343184). by Mark Nauwelaerts · 18 years ago
  53. 012dfb8 Fix up all the state change functions. by Jan Schmidt · 19 years ago
  54. 23c774e ext/: \1/Codec, (fixes #142193) by Benjamin Otte · 21 years ago
  55. 2c50be1 ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negotiation was not performed. by Wim Taymans · 21 years ago
  56. 46638d8 ext/mpeg2enc/gstmpeg2enc.cc: call the parent dispose function to avoid segfault on destroy. by Wim Taymans · 21 years ago
  57. 4fd57bb don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
  58. 87960e4 gst-indent c++ files by Thomas Vander Stichele · 21 years ago
  59. 7fa1c52 change NULL to (NULL) for GST_ELEMENT_ERROR by Thomas Vander Stichele · 21 years ago
  60. 92eb19b GST_ELEMENT_ERROR by Thomas Vander Stichele · 21 years ago
  61. 777a0fc ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors. by Ronald S. Bultje · 21 years ago
  62. 156163e fix error error by Thomas Vander Stichele · 21 years ago
  63. 07ed811 use new error signal and classification by Thomas Vander Stichele · 21 years ago
  64. 0afd3d7 ext/mpeg2enc/: Bugfix with respect to EOS handling. by Ronald S. Bultje · 21 years ago
  65. 9929ccd ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue. by Ronald S. Bultje · 21 years ago
  66. ab8b696 Convert elements to use gst_pad_use_explicit_caps() where appropriate. by David Schleef · 21 years ago
  67. 9003ed3 configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1.6.1.92, since the pkg-config file of 1.... by Ronald S. Bultje · 21 years ago
  68. 0475cf2 Fix caps breakage after Dave's caps branch merge. by Ronald S. Bultje · 21 years ago
  69. 967aca7 configure.ac: Improve mpeg2enc detection. This is for distributions that do ship mjpegtools, but without mpeg2enc. Al... by Ronald S. Bultje · 21 years ago
  70. bbe38bd Wrong optimization from my side. Mpeg2enc works now by Ronald S. Bultje · 21 years ago
  71. aa9969d This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Currently, there's a few release candi... by Ronald S. Bultje · 21 years ago