summaryrefslogtreecommitdiff
path: root/ext/jpeg
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+19
2016-06-07jpegdec: Wait for segment event before checking itNicolas Dufresne1-5/+22
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM4-24/+24
2016-02-08jpegdec: Don't pass the same data over and overNicolas Dufresne1-12/+6
2015-11-10jpegdec: fix output state memory leakVineeth TM1-0/+11
2015-08-16videoencoders: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos1-0/+4
2015-05-05jpegdec: fix frame leaks in handle_frame() implementationGuillaume Desmottes1-0/+6
2014-11-02Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller1-3/+7
2014-09-16jpegdec: Remove unused variable and use correct decoder variable nameSebastian Dröge1-2/+1
2014-09-16jpeggdec: modify wrong packetized mode logicVineeth T M1-4/+1
2014-07-21jpegenc: Add support for encoding from NV21 and NV12Nicola Murino1-2/+2
2014-03-26jpegdec: All frames are sync pointsSebastian Dröge1-0/+2
2014-02-27jpegdec: mark all parsed frames as sync pointsThiago Santos1-0/+1
2013-11-25jpegdec: deprecate max-errorsThiago Santos1-2/+4
2013-11-25jpegdec: let the base class decide when to return an errorThiago Santos1-1/+0
2013-11-25jpegdec: Add data skipping on inputThiago Santos1-3/+2
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-4/+2
2013-10-04jpegdec: Relax sink capsMatthieu Bouron1-4/+1
2013-08-21jpegenc: don't ignore return value from _finish_frame()Tim-Philipp Müller1-2/+1
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2-22/+20
2013-07-25jpegenc: Clean up reset/start/stop handlingSebastian Dröge1-19/+20
2013-07-25jpegdec: Use base class error handling function instead of replicating it hereSebastian Dröge2-111/+32
2013-07-25jpegdec: Clean up handling of reset/start/stopSebastian Dröge1-16/+7
2013-05-07jpegdec: fix compiler warning on type checkThiago Santos1-1/+1
2013-05-07jpegdec: By default assume that we're working on non-packetized inputSebastian Dröge1-0/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-14jpegdec: remove sof-marker from template caps for nowTim-Philipp Müller1-2/+3
2013-02-13jpegenc: Put the SOF marker into the capsSebastian Dröge2-9/+31
2012-12-20jpegenc: pass flowreturn upstreamWim Taymans2-2/+4
2012-11-04Fix FSF addressTim-Philipp Müller13-26/+26
2012-10-17jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-14fix more capsWim Taymans1-1/+1
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-2/+2
2012-08-08gst: Set alignment at the correct place of GstAllocationParamsSebastian Dröge1-1/+1
2012-08-08No code with side-effects inside g_assert() pleaseTim-Philipp Müller1-4/+6
2012-07-24jpegdec: fix up example pipeline some moreTim-Philipp Müller1-1/+1
2012-07-24jpegdec: Fix the example gst-launch pipeline.Sreerenj Balachandran1-3/+2
2012-07-23ext: Update for video base classes API changesSebastian Dröge1-1/+1
2012-07-18jpeg/png: Call video_decoder_negotiate()Edward Hervey1-0/+2
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-06-27jpegenc: mark all output frames as keyframesWim Taymans1-0/+2
2012-06-07jpegdec: fix video state leakVincent Penquerc'h1-0/+2
2012-06-04jpegdec: set colorimetry on output infoWim Taymans1-0/+12
2012-05-24jpegdec: remove framerateMathias Hasselmann1-1/+1
2012-05-18jpeg: Remove dead codeEdward Hervey1-88/+0
2012-05-18jpegdec: Fix compilationSebastian Dröge1-1/+0