summaryrefslogtreecommitdiffstats
path: root/ext/mpeg2enc
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-14gst-indent c++ filesThomas Vander Stichele5-327/+302
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele2-3/+3
2004-01-20ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors.Ronald S. Bultje1-1/+2
2004-01-20fix error errorThomas Vander Stichele1-2/+2
2004-01-18use new error signal and classificationThomas Vander Stichele2-6/+4
2004-01-16ext/mpeg2enc/: Bugfix with respect to EOS handling.Ronald S. Bultje3-5/+15
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. Bultje5-12/+21
2003-12-23Fix caps breakage after Dave's caps branch merge.Ronald S. Bultje3-71/+92
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje1-5/+10
2003-12-13Wrong optimization from my side. Mpeg2enc works nowRonald S. Bultje1-2/+7
2003-12-11This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools...Ronald S. Bultje11-0/+1601