summaryrefslogtreecommitdiff
path: root/ext/theora/gsttheoradec.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-15theoradec: use default pad accept-caps handlingThiago Santos1-0/+4
2015-05-10docs: update element example pipelinesTim-Philipp Müller1-3/+3
2015-03-24Revert "theoradec: Disable usage of crop meta"Nicolas Dufresne1-5/+0
2015-03-24theoradec: Disable usage of crop metaNicolas Dufresne1-0/+5
2015-03-12theoradec: Fix decoding in the presence of GstVideoCropMetaJan Schmidt1-6/+12
2015-02-06theora: If no header packets in stream, look for them in the capsJan Schmidt1-4/+63
2015-02-06theora: Remove FIXME and return GST_CUSTOM_FLOW_DROP for header packet handlingJan Schmidt1-8/+4
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-12-05theoradec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge1-3/+1
2013-08-15theora: Use new video codec base classes' flush vfuncSebastian Dröge1-24/+35
2013-07-25theoradec: Clean up handling of reset/flushing/start/stopSebastian Dröge1-36/+24
2013-05-27theoradec: Require caps to be set before data flow happensSebastian Dröge1-1/+6
2013-05-09theoradec: Set DECODE_ONLY flag on all header packetsSebastian Dröge1-0/+2
2013-03-31theoradec: handle empty adapterWim Taymans1-5/+7
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17theora, app: 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-08-28theoradec: reset freed input and output statesMark Nauwelaerts1-2/+6
2012-08-09theoradec: Use new video decoder tag APISebastian Dröge1-15/+4
2012-08-07theoradec: Drop ignored headersOlivier Crête1-0/+1
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-1/+1
2012-07-23theora: Update for video base classes API changesSebastian Dröge1-1/+1
2012-07-18theoradec: Call video_decoder_negotiate() once configuredEdward Hervey1-0/+2
2012-07-06update for query api changesWim Taymans1-2/+3
2012-06-17theoradec: Remove use of NEED_DATAJan Schmidt1-2/+1
2012-06-13theoradec: Always inform base class when dropping framesJan Schmidt1-0/+1
2012-06-07theoradec: fix frame leaksVincent Penquerc'h1-3/+17
2012-06-07theoradec: fix video state leaksVincent Penquerc'h1-0/+4
2012-06-06update for tag event changeWim Taymans1-2/+2
2012-05-24theoradec: remove usless checking of return val.Sreerenj Balachandran1-2/+0
2012-05-23theoradec: remove the nonuse parameter from handle_type_packet() methodSreerenj Balachandran1-2/+2
2012-05-23theoradec: stream is marking as non-packeized so that the data gets parsed an...Sreerenj Balachandran1-0/+1
2012-05-01theoradec: Correctly handle crop metadata and update for videodecoder API cha...Sebastian Dröge1-36/+39
2012-04-25theoradec: Unref state when we're done with itSebastian Dröge1-1/+5
2012-04-25theoradec: Update for video decoder API changesSebastian Dröge1-20/+47
2012-04-24theoradec: Use crop metadata if possible and refactor cropping code a bitSebastian Dröge1-31/+114
2012-04-24theoradec: Set some more information on the output capsSebastian Dröge1-2/+16
2012-04-24theora: Port to 0.11 again with the new base classesSebastian Dröge1-78/+52
2012-04-24theora: Port to base video classesMark Nauwelaerts1-1002/+215
2011-12-02various: typo fixesPiotr Fusik1-1/+1
2011-11-28Revert "theoradec: move the QoS logic to libgstvideo"Vincent Penquerc'h1-10/+66
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-11-28theoradec: move the QoS logic to libgstvideoVincent Penquerc'h1-66/+10
2011-08-03theoradec: segfault on 0-byte ogg_packet in _chain_reversePhilip Jägenstedt1-1/+1
2010-10-10theoradec: expose telemetry properties only if libtheora was compiled with --...Tim-Philipp Müller1-35/+58
2010-10-10theoradec: add properties to enable debugging telemetry overlayAlexey Fisher1-1/+83
2010-07-16theora: Use PROP_ instead of ARG_ for property enum valuesSebastian Dröge1-5/+5
2010-03-19theoradec: add QoS messages to the decoderWim Taymans1-4/+35
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2010-03-15theoradec: add chroma-site to capsDavid Schleef1-1/+2