summaryrefslogtreecommitdiff
path: root/ext/mpeg2enc
AgeCommit message (Expand)AuthorFilesLines
2021-09-06mpeg2enc: Only allow 1 pending frame for encodingJan Schmidt3-16/+25
2021-08-05mpeg2enc: fix interlace-mode detectionMathieu Duponchelle1-1/+19
2021-03-23mpeg2enc: allow per feature registrationStéphane Cerveau2-1/+11
2020-08-06mpeg2enc: add disable-encode-retries propertyMathieu Duponchelle4-2/+41
2020-08-06mpeg2enc: report a latencyMathieu Duponchelle1-0/+26
2020-08-06mpeg2enc: finalize GstVideoEncoder portMathieu Duponchelle4-50/+52
2020-08-06mpeg2enc: store video encoder instance directly in stream writer classTim-Philipp Müller3-9/+7
2020-08-06mpeg2enc: remove unused streamwriter member 'buf'Tim-Philipp Müller2-2/+0
2020-08-06mpeg2enc: remove some unused codeTim-Philipp Müller1-30/+0
2020-08-06mpeg2enc: remove code paths for older mjpegtools versionsTim-Philipp Müller6-192/+0
2020-08-06mpeg2enc: initial port to GstVideoEncoder base classAlban Browaeys5-258/+345
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-7/+7
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+8
2019-11-05documentation: fixed a heap o' typosAaron Boxer2-2/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-22/+0
2019-08-28mpeg2enc: fix werror build with clangMatthew Waters1-1/+12
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle1-2/+3
2019-05-29doc: remove xml from commentsMathieu Duponchelle1-5/+4
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2018-07-27meson: mjpegtools_api should have been 20K not 2KNicolas Dufresne1-1/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-19/+21
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-03-24Add missing include path for gst/glib-compat-prive.hNicolas Dufresne1-1/+1
2017-03-23meson: Build mpeg2enc and mplex when availableNirbheek Chauhan1-0/+19
2017-01-25mpeg2enc: Fix compiler warning with clangSebastian Dröge1-2/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-03-02mpeg2enc: Provide format as a string instead of a char to gst_structure_newVivia Nikolaidou1-1/+1
2015-11-19docs: update gst-launch-0.10 linesLuis de Bethencourt1-2/+2
2014-09-25mpeg2enc: break statement unnecessaryLuis de Bethencourt1-4/+0
2014-06-01mpeg2enc: increase max. allowed value for bitrate propertyTim-Philipp Müller1-1/+1
2014-04-09mpeg2enc: remove dead assignmentVincent Penquerc'h1-2/+0
2014-04-08mpeg2enc: Add missing break in switchEdward Hervey1-0/+1
2013-12-01mpeg2enc: avoid list for one single value in template capsTim-Philipp Müller1-2/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller10-20/+20
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-06-20update for task api changeWim Taymans1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-14mpeg2enc: also clear initialized mutex and condMark Nauwelaerts1-0/+2
2012-02-10Merge branch 'master' into 0.11Wim Taymans2-2/+2
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp Müller1-1/+1
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h2-1/+2
2012-01-25mpeg2enc: port to 0.11Mark Nauwelaerts5-95/+127
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+3
2011-05-25mpeg2enc: fix build with 1.9.0 release again after recent fixes for mjpegtool...Tim-Philipp Müller1-1/+1
2011-05-24mpeg2enc: support mjpegtools 2.0Götz Waschk1-1/+4