summaryrefslogtreecommitdiff
path: root/ext/mpeg2enc
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-21mpeg2enc: Lower the rank to MARGINALEdward Hervey1-1/+1
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-34/+63
2010-04-29Fix printf format strings for gcc 4.5Руслан Ижбулатов1-1/+1
2010-03-22Add -WundefBenjamin Otte1-1/+1
2009-05-07Add ranks to various muxers and encoders in -badChristian Schaller1-1/+1
2009-05-04mpeg2enc: Implement Preset interfaceSebastian Dröge1-1/+15
2009-04-21mpeg2enc: Get number of processors on win32LRN1-0/+9
2009-03-30mpeg2enc: fix bitrate property settingsMark Nauwelaerts1-8/+15
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-08-12Update and add documentation for mplex.Mark Nauwelaerts1-3/+3
2008-06-28ext/mpeg2enc/gstmpeg2encoptions.*: Expose the additional MPEG HDTV format pro...Mark Nauwelaerts2-10/+17
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-18/+10
2008-04-25ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge1-3/+4
2008-03-21configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge1-0/+1
2008-03-05configure.ac: Clean up detection of different mjpegtoolsAPI versions.Mark Nauwelaerts8-110/+128
2008-02-23Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller1-2/+4
2008-02-22Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_...Sebastian Dröge1-24/+13
2008-02-04ext/mpeg2enc/gstmpeg2encpicturereader.cc: Really fix the build.Edward Hervey1-6/+0
2008-02-04ext/mpeg2enc/gstmpeg2encpicturereader.cc: Fix compilation with libmjpegtools ...Tim-Philipp Müller1-0/+6
2008-02-03ext/mpeg2enc/gstmpeg2encpicturereader.cc: Use the incoming pixel-aspect-ratio...Jan Schmidt1-7/+31
2008-01-29ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defin...Sebastian Dröge1-0/+24
2008-01-27Add support for building against mjpegtools 1.9 while keeping compatiblity wi...Sebastian Dröge3-8/+54
2007-10-10configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...Tim-Philipp Müller1-8/+5
2006-07-13Port mpeg2enc to 0.10 (#343184).Mark Nauwelaerts10-295/+850
2005-09-05Fix up all the state change functions.Jan Schmidt1-9/+9
2004-05-09ext/: \1/Codec, (fixes #142193)Benjamin Otte1-1/+1
2004-05-06ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negoti...Wim Taymans1-0/+6
2004-05-04ext/mpeg2enc/gstmpeg2enc.cc: call the parent dispose function to avoid segfau...Wim Taymans1-0/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-133/+141