Age | Commit message (Expand) | Author | Files | Lines |
2009-05-07 | Add ranks to various muxers and encoders in -bad | Christian Schaller | 1 | -1/+1 |
2009-05-04 | mpeg2enc: Implement Preset interface | Sebastian Dröge | 1 | -1/+15 |
2009-04-21 | mpeg2enc: Get number of processors on win32 | LRN | 1 | -0/+9 |
2009-03-30 | mpeg2enc: fix bitrate property settings | Mark Nauwelaerts | 1 | -8/+15 |
2008-11-04 | Don't install static libs for plugins. Fixes #550851 for -bad. | Stefan Kost | 1 | -0/+1 |
2008-08-12 | Update and add documentation for mplex. | Mark Nauwelaerts | 1 | -3/+3 |
2008-06-28 | ext/mpeg2enc/gstmpeg2encoptions.*: Expose the additional MPEG HDTV format pro... | Mark Nauwelaerts | 2 | -10/+17 |
2008-06-13 | docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml | Stefan Kost | 1 | -18/+10 |
2008-04-25 | ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant... | Sebastian Dröge | 1 | -3/+4 |
2008-03-21 | configure.ac: Check if the compiler supports do { } while (0) macros. This fi... | Sebastian Dröge | 1 | -0/+1 |
2008-03-05 | configure.ac: Clean up detection of different mjpegtoolsAPI versions. | Mark Nauwelaerts | 8 | -110/+128 |
2008-02-23 | Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi... | Tim-Philipp Müller | 1 | -2/+4 |
2008-02-22 | Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_... | Sebastian Dröge | 1 | -24/+13 |
2008-02-04 | ext/mpeg2enc/gstmpeg2encpicturereader.cc: Really fix the build. | Edward Hervey | 1 | -6/+0 |
2008-02-04 | ext/mpeg2enc/gstmpeg2encpicturereader.cc: Fix compilation with libmjpegtools ... | Tim-Philipp Müller | 1 | -0/+6 |
2008-02-03 | ext/mpeg2enc/gstmpeg2encpicturereader.cc: Use the incoming pixel-aspect-ratio... | Jan Schmidt | 1 | -7/+31 |
2008-01-29 | ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defin... | Sebastian Dröge | 1 | -0/+24 |
2008-01-27 | Add support for building against mjpegtools 1.9 while keeping compatiblity wi... | Sebastian Dröge | 3 | -8/+54 |
2007-10-10 | configure.ac: Require core CVS. This is implicit in the -base CVS requiremen... | Tim-Philipp Müller | 1 | -8/+5 |
2006-07-13 | Port mpeg2enc to 0.10 (#343184). | Mark Nauwelaerts | 10 | -295/+850 |
2005-09-05 | Fix up all the state change functions. | Jan Schmidt | 1 | -9/+9 |
2004-05-09 | ext/: \1/Codec, (fixes #142193) | Benjamin Otte | 1 | -1/+1 |
2004-05-06 | ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negoti... | Wim Taymans | 1 | -0/+6 |
2004-05-04 | ext/mpeg2enc/gstmpeg2enc.cc: call the parent dispose function to avoid segfau... | Wim Taymans | 1 | -0/+2 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 3 | -133/+141 |
2004-03-14 | gst-indent c++ files | Thomas Vander Stichele | 5 | -327/+302 |
2004-02-02 | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 1 | -2/+2 |
2004-01-29 | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2 | -3/+3 |
2004-01-20 | ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors. | Ronald S. Bultje | 1 | -1/+2 |
2004-01-20 | fix error error | Thomas Vander Stichele | 1 | -2/+2 |
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 2 | -6/+4 |
2004-01-16 | ext/mpeg2enc/: Bugfix with respect to EOS handling. | Ronald S. Bultje | 3 | -5/+15 |
2004-01-02 | ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue. | Ronald S. Bultje | 1 | -2/+3 |
2004-01-02 | Convert elements to use gst_pad_use_explicit_caps() where appropriate. | David Schleef | 1 | -17/+2 |
2004-01-01 | configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1... | Ronald S. Bultje | 5 | -12/+21 |
2003-12-23 | Fix caps breakage after Dave's caps branch merge. | Ronald S. Bultje | 3 | -71/+92 |
2003-12-21 | configure.ac: Improve mpeg2enc detection. This is for distributions that do s... | Ronald S. Bultje | 1 | -5/+10 |
2003-12-13 | Wrong optimization from my side. Mpeg2enc works now | Ronald S. Bultje | 1 | -2/+7 |
2003-12-11 | This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools... | Ronald S. Bultje | 11 | -0/+1601 |