summaryrefslogtreecommitdiffstats
path: root/ext/mpeg2enc/gstmpeg2enc.cc
AgeCommit message (Expand)AuthorFilesLines
2009-05-07Add ranks to various muxers and encoders in -badChristian Schaller1-1/+1
2009-05-04mpeg2enc: Implement Preset interfaceSebastian Dröge1-1/+15
2008-08-12Update and add documentation for mplex.Mark Nauwelaerts1-3/+3
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-05configure.ac: Clean up detection of different mjpegtoolsAPI versions.Mark Nauwelaerts1-30/+33
2008-02-22Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_...Sebastian Dröge1-24/+13
2008-01-29ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defin...Sebastian Dröge1-0/+24
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 Nauwelaerts1-180/+558
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 Stichele1-16/+17
2004-03-14gst-indent c++ filesThomas Vander Stichele1-79/+61
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
2004-01-20fix error errorThomas Vander Stichele1-2/+2
2004-01-18use new error signal and classificationThomas Vander Stichele1-4/+3
2004-01-16ext/mpeg2enc/: Bugfix with respect to EOS handling.Ronald S. Bultje1-0/+3
2004-01-02ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue.Ronald S. Bultje1-2/+3
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef1-17/+2
2004-01-01configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje1-6/+12
2003-12-23Fix caps breakage after Dave's caps branch merge.Ronald S. Bultje1-59/+79
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje1-5/+10
2003-12-11This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools...Ronald S. Bultje1-0/+319