summaryrefslogtreecommitdiff
path: root/ext/mpeg2enc/gstmpeg2enc.cc
Commit message (Expand)AuthorAgeFilesLines
* mpeg2enc: Provide format as a string instead of a char to gst_structure_newVivia Nikolaidou2016-03-041-1/+1
* mpeg2enc: break statement unnecessaryLuis de Bethencourt2014-09-251-4/+0
* mpeg2enc: remove dead assignmentVincent Penquerc'h2014-04-091-2/+0
* mpeg2enc: Add missing break in switchEdward Hervey2014-04-081-0/+1
* mpeg2enc: avoid list for one single value in template capsTim-Philipp Müller2013-12-011-2/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* update for task api changeWim Taymans2012-06-201-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* mpeg2enc: also clear initialized mutex and condMark Nauwelaerts2012-03-141-0/+2
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+1
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+1
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+3
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* | mpeg2enc: port to 0.11Mark Nauwelaerts2012-01-251-79/+97
|/
* mpeg2enc: Lower the rank to MARGINALEdward Hervey2011-03-211-1/+1
* Add ranks to various muxers and encoders in -badChristian Schaller2009-05-071-1/+1
* mpeg2enc: Implement Preset interfaceSebastian Dröge2009-05-041-1/+15
* Update and add documentation for mplex.Mark Nauwelaerts2008-08-121-3/+3
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-18/+10
* ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge2008-04-251-3/+4
* configure.ac: Clean up detection of different mjpegtoolsAPI versions.Mark Nauwelaerts2008-03-051-30/+33
* Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_...Sebastian Dröge2008-02-221-24/+13
* ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defin...Sebastian Dröge2008-01-291-0/+24
* configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...Tim-Philipp Müller2007-10-101-8/+5
* Port mpeg2enc to 0.10 (#343184).Mark Nauwelaerts2006-07-131-180/+558
* Fix up all the state change functions.Jan Schmidt2005-09-051-9/+9
* ext/: \1/Codec, (fixes #142193)Benjamin Otte2004-05-091-1/+1
* ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negoti...Wim Taymans2004-05-061-0/+6
* ext/mpeg2enc/gstmpeg2enc.cc: call the parent dispose function to avoid segfau...Wim Taymans2004-05-041-0/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-16/+17
* gst-indent c++ filesThomas Vander Stichele2004-03-141-79/+61
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-2/+2
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-2/+2
* fix error errorThomas Vander Stichele2004-01-201-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-181-4/+3
* ext/mpeg2enc/: Bugfix with respect to EOS handling.Ronald S. Bultje2004-01-161-0/+3
* ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue.Ronald S. Bultje2004-01-021-2/+3
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-17/+2
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2004-01-011-6/+12
* Fix caps breakage after Dave's caps branch merge.Ronald S. Bultje2003-12-231-59/+79
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-211-5/+10
* This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools...Ronald S. Bultje2003-12-111-0/+319