summaryrefslogtreecommitdiff
path: root/ext/dirac
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* diracenc: fix buffer leakVincent Penquerc'h2012-06-071-0/+2
* diracenc: fix frame leaksVincent Penquerc'h2012-06-071-0/+2
* diracenc: fix codec state leakVincent Penquerc'h2012-06-071-0/+3
* diracenc: fix stray unref causing access to freed memoryVincent Penquerc'h2012-06-071-1/+0
* dirac: Port to -base video classesEdward Hervey2012-05-284-180/+150
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* diracenc: Update for basevideoencoder ::get_caps() removalSebastian Dröge2011-08-121-26/+36
* dirac: Fix set but unused variablesSjoerd Simons2011-08-081-25/+0
* diracenc: Remove unused shape_output codeDavid Schleef2011-08-031-150/+9
* diracenc: Update for GstBaseVideoEncoder::finish() signature changeSebastian Dröge2011-07-211-3/+3
* diracenc: Fix compilation by including the new gstbasevideoutils.h header and...Sebastian Dröge2011-07-131-8/+1
* basevideoencoder: provide proper upstream flow return handlingMark Nauwelaerts2011-05-161-5/+5
* basevideoencoder: invoke subclass start method at state changeMark Nauwelaerts2011-05-161-6/+4
* basevideocodec: remove redundant caps fieldMark Nauwelaerts2011-05-161-3/+6
* Fix pad template memleaksDavid Schleef2010-11-301-9/+7
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-31/+50
* basevideo: Move common fields/functions to basecodecDavid Schleef2010-10-151-12/+14
* dirac: Fixes for base video encoder changesSebastian Dröge2010-06-021-31/+35
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-1/+3
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-20/+13
* dirac: Raise rank of encoder to MARGINALEdward Hervey2009-11-181-1/+1
* dirac: fix warning in macosx snow leopardJosep Torra2009-10-111-2/+3
* dirac: various fixesDavid Schleef2009-10-051-21/+32
* diracenc: Fix caps unlinked negotiationJan Schmidt2009-10-051-54/+63
* Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.Jan Schmidt2009-10-051-2/+2
* Fix CFLAGS and LDFLAGS for dirac/schrodingerJan Schmidt2009-10-051-2/+6
* dirac: convert to BaseVideoEncoderDavid Schleef2009-10-022-126/+532
* dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilersTim-Philipp Müller2009-06-021-1/+1
* dirac: Implement preset interfaceSebastian Dröge2009-05-041-1/+15
* ext/dirac/gstdiracenc.cc: Set pixel-aspect-ratio correctly in the encoder API...David Schleef2008-11-131-18/+16
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/dirac/gstdiracenc.cc: Fix some memleaks.David Schleef2008-08-301-0/+4
* ext/dirac/gstdiracenc.cc: Fix EOS handling. Clean up at object disposal. Ha...David Schleef2008-08-301-49/+164
* ext/dirac/gstdiracenc.cc: Update properties for recent dirac changes. Patch ...Jon Trowbridge2008-06-041-9/+24
* ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.Jan Schmidt2008-04-131-4/+4
* ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed from the encoder ...David Schleef2008-03-061-59/+140
* Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.David Schleef2008-03-063-11/+800
* ext/dirac/Makefile.am: Also include stdlib here.Stefan Kost2007-07-201-1/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* Fix up all the state change functions.Jan Schmidt2005-09-051-8/+9
* Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...Tim-Philipp Müller2005-02-211-1/+6
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-234-85/+294
* configure.ac: remove NASM check, since we don't use it. Update dirac check t...David Schleef2004-09-151-5/+11
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-2/+2
* move dirac plug-in where all his friends are (Codec/Decoder/Video)Stéphane Loeuillet2004-05-181-1/+1
* configure.ac: Add prototype Dirac support.David Schleef2004-05-113-0/+274