summaryrefslogtreecommitdiff
path: root/ext/mpeg2enc
Commit message (Expand)AuthorAgeFilesLines
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-34/+63
* Fix printf format strings for gcc 4.5Руслан Ижбулатов2010-04-291-1/+1
* Add -WundefBenjamin Otte2010-03-221-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
* mpeg2enc: Get number of processors on win32LRN2009-04-211-0/+9
* mpeg2enc: fix bitrate property settingsMark Nauwelaerts2009-03-301-8/+15
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Update and add documentation for mplex.Mark Nauwelaerts2008-08-121-3/+3
* ext/mpeg2enc/gstmpeg2encoptions.*: Expose the additional MPEG HDTV format pro...Mark Nauwelaerts2008-06-282-10/+17
* 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: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge2008-03-211-0/+1
* configure.ac: Clean up detection of different mjpegtoolsAPI versions.Mark Nauwelaerts2008-03-058-110/+128
* Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller2008-02-231-2/+4
* Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_...Sebastian Dröge2008-02-221-24/+13
* ext/mpeg2enc/gstmpeg2encpicturereader.cc: Really fix the build.Edward Hervey2008-02-041-6/+0
* ext/mpeg2enc/gstmpeg2encpicturereader.cc: Fix compilation with libmjpegtools ...Tim-Philipp Müller2008-02-041-0/+6
* ext/mpeg2enc/gstmpeg2encpicturereader.cc: Use the incoming pixel-aspect-ratio...Jan Schmidt2008-02-031-7/+31
* ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defin...Sebastian Dröge2008-01-291-0/+24
* Add support for building against mjpegtools 1.9 while keeping compatiblity wi...Sebastian Dröge2008-01-273-8/+54
* 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-1310-295/+850
* 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-153-133/+141
* gst-indent c++ filesThomas Vander Stichele2004-03-145-327/+302
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-2/+2
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-292-3/+3
* ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors.Ronald S. Bultje2004-01-201-1/+2
* fix error errorThomas Vander Stichele2004-01-201-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-182-6/+4
* ext/mpeg2enc/: Bugfix with respect to EOS handling.Ronald S. Bultje2004-01-163-5/+15
* 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-015-12/+21
* Fix caps breakage after Dave's caps branch merge.Ronald S. Bultje2003-12-233-71/+92
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-211-5/+10
* Wrong optimization from my side. Mpeg2enc works nowRonald S. Bultje2003-12-131-2/+7
* This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools...Ronald S. Bultje2003-12-1111-0/+1601