summaryrefslogtreecommitdiff
path: root/ext/dirac
AgeCommit message (Expand)AuthorFilesLines
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+8
2011-08-12diracenc: Update for basevideoencoder ::get_caps() removalSebastian Dröge1-26/+36
2011-08-08dirac: Fix set but unused variablesSjoerd Simons1-25/+0
2011-08-03diracenc: Remove unused shape_output codeDavid Schleef1-150/+9
2011-07-21diracenc: Update for GstBaseVideoEncoder::finish() signature changeSebastian Dröge1-3/+3
2011-07-13diracenc: Fix compilation by including the new gstbasevideoutils.h header and...Sebastian Dröge1-8/+1
2011-05-16basevideoencoder: provide proper upstream flow return handlingMark Nauwelaerts1-5/+5
2011-05-16basevideoencoder: invoke subclass start method at state changeMark Nauwelaerts1-6/+4
2011-05-16basevideocodec: remove redundant caps fieldMark Nauwelaerts1-3/+6
2010-11-30Fix pad template memleaksDavid Schleef1-9/+7
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-31/+50
2010-10-15basevideo: Move common fields/functions to basecodecDavid Schleef1-12/+14
2010-06-02dirac: Fixes for base video encoder changesSebastian Dröge1-31/+35
2010-05-19Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef1-1/+3
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-0/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-20/+13
2009-11-18dirac: Raise rank of encoder to MARGINALEdward Hervey1-1/+1
2009-10-11dirac: fix warning in macosx snow leopardJosep Torra1-2/+3
2009-10-05dirac: various fixesDavid Schleef1-21/+32
2009-10-05diracenc: Fix caps unlinked negotiationJan Schmidt1-54/+63
2009-10-05Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.Jan Schmidt1-2/+2
2009-10-05Fix CFLAGS and LDFLAGS for dirac/schrodingerJan Schmidt1-2/+6
2009-10-02dirac: convert to BaseVideoEncoderDavid Schleef2-126/+532
2009-06-02dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilersTim-Philipp Müller1-1/+1
2009-05-04dirac: Implement preset interfaceSebastian Dröge1-1/+15
2008-11-13ext/dirac/gstdiracenc.cc: Set pixel-aspect-ratio correctly in the encoder API...David Schleef1-18/+16
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-08-30ext/dirac/gstdiracenc.cc: Fix some memleaks.David Schleef1-0/+4
2008-08-30ext/dirac/gstdiracenc.cc: Fix EOS handling. Clean up at object disposal. Ha...David Schleef1-49/+164
2008-06-04ext/dirac/gstdiracenc.cc: Update properties for recent dirac changes. Patch ...Jon Trowbridge1-9/+24
2008-04-13ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.Jan Schmidt1-4/+4
2008-03-06ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed from the encoder ...David Schleef1-59/+140
2008-03-06Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.David Schleef3-11/+800
2007-07-20ext/dirac/Makefile.am: Also include stdlib here.Stefan Kost1-1/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2005-09-05Fix up all the state change functions.Jan Schmidt1-8/+9
2005-02-21Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...Tim-Philipp Müller1-1/+6
2004-09-23ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje4-85/+294
2004-09-15configure.ac: remove NASM check, since we don't use it. Update dirac check t...David Schleef1-5/+11
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-2/+2
2004-05-18move dirac plug-in where all his friends are (Codec/Decoder/Video)Stéphane Loeuillet1-1/+1
2004-05-11configure.ac: Add prototype Dirac support.David Schleef3-0/+274