summaryrefslogtreecommitdiff
path: root/ext/jpeg/gstjpegenc.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-31jpegenc: add snapshot propertyMatthieu Crapet1-2/+23
2017-11-24jpegenc: Update output caps on input caps changeJan Schmidt1-1/+3
2017-07-24jpegenc: declare quality property changeable in PLAYING stateNicola Murino1-1/+6
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+6
2015-08-16videoencoders: use template subset check for accept-capsThiago Santos1-0/+2
2014-07-21jpegenc: Add support for encoding from NV21 and NV12Nicola Murino1-2/+2
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öge1-12/+1
2013-07-25jpegenc: Clean up reset/start/stop handlingSebastian Dröge1-19/+20
2013-02-13jpegenc: Put the SOF marker into the capsSebastian Dröge1-9/+30
2012-12-20jpegenc: pass flowreturn upstreamWim Taymans1-2/+3
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14fix more capsWim Taymans1-1/+1
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-08gst: Set alignment at the correct place of GstAllocationParamsSebastian Dröge1-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-05-14jpeg: Port to 0.11 againSebastian Dröge1-0/+10
2012-05-14jpeg: Port jpegdec/jpegenc to base video classesEdward Hervey1-273/+120
2012-05-04jpegenc: do not proxy our filter caps downstream on caps queriesThiago Santos1-1/+16
2012-04-10Fix format stringРуслан Ижбулатов1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-03jpegenc: plug template caps leakMark Nauwelaerts1-3/+5
2012-03-30update for buffer api changeWim Taymans1-1/+1
2012-03-15update for memory api changesWim Taymans1-3/+4
2012-03-14update for memory api changesWim Taymans1-2/+3
2012-03-11fix for caps api changesWim Taymans1-1/+1
2012-01-25more memory API portingWim Taymans1-15/+15
2012-01-19update for memory APIWim Taymans1-3/+3
2011-11-17add parent to pad functionsWim Taymans1-9/+10
2011-11-16add parent to query functionWim Taymans1-7/+4
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans1-1/+1
2011-11-15change getcaps to queryWim Taymans1-2/+31
2011-09-28flac, jpeg: fix compiler warningTim-Philipp Müller1-2/+1
2011-08-17jpeg: port to 0.11Wim Taymans1-135/+151
2011-07-06jpeg: beginnings of porting to 0.11Wim Taymans1-55/+17
2011-06-29jpegenc: Don't round up size of encoded buffersDavid Schleef1-2/+1
2011-04-16jpegenc: pulsesink: raw1394: Address unused but set variablesRobert Swain1-2/+1
2010-12-21jpegenc: sink pad's getcaps shouldn't use the src pad getcapsThiago Santos1-1/+1
2010-12-11jpegenc: free/malloc instead of realloc, avoids memcpyTim-Philipp Müller1-3/+4
2010-10-13various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+6
2010-06-01jpegenc: Accept grayscale as inputThiago Santos1-11/+15
2010-05-28jpegenc: Keep variables in sane state after _resetThiago Santos1-0/+1
2010-05-14jpegenc: fix two leaksTim-Philipp Müller1-2/+8
2010-05-06jpegenc: also lift the arbitrary restrictions for width and heightStefan Kost1-2/+2
2010-04-30jpegenc: support more colour spaces and some cleanupsMark Nauwelaerts1-115/+190
2010-04-30jpegenc: more generic sink getcapsMark Nauwelaerts1-19/+27