summaryrefslogtreecommitdiff
path: root/ext/theora
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+29
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM3-20/+18
2016-03-09theora: fix performance category initialisationTim-Philipp Müller4-18/+1
2016-02-20Fix use of undeclared core debug category symbolsTim-Philipp Müller1-3/+5
2015-08-16theoraenc: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-15theoradec: use default pad accept-caps handlingThiago Santos1-0/+4
2015-08-11theoraenc: mention videorate is often needed in docsTim-Philipp Müller1-0/+3
2015-05-10docs: update element example pipelinesTim-Philipp Müller3-6/+6
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 Schmidt2-6/+13
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-06-09theoraenc: Remove unneeded checkEdward Hervey1-2/+0
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller3-6/+0
2014-04-10theoraenc: fix comparison to unset timestampVincent Penquerc'h1-1/+2
2013-12-05theoradec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge1-3/+1
2013-11-29theoraparse: Fix event handlingSebastian Dröge1-3/+4
2013-11-16docs: remove old 0.10 Since markersTim-Philipp Müller1-2/+0
2013-10-14theoraenc: Do nothing when flushing the encoder when no caps were setThibault Saunier1-0/+7
2013-08-15theora: Use new video codec base classes' flush vfuncSebastian Dröge2-72/+83
2013-07-25theoraenc: Clean up handling of reset/flushing/start/stopSebastian Dröge1-46/+55
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-05-07theoraenc: Don't call gst_buffer_fill() for empty Theora packetsSebastian Dröge1-1/+2
2013-05-07theoraenc: Fix error handling when reading or writing multipass cache data failsSebastian Dröge1-14/+22
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-31theoradec: handle empty adapterWim Taymans1-5/+7
2013-03-31theoraenc: do not reset the encoder when we need a keyframeVincent Penquerc'h1-3/+17
2013-03-03theora: small GValue optimisationsTim-Philipp Müller2-15/+3
2012-12-12ext: Fix some compilation errors caused by circular header includesSebastian Dröge1-2/+2
2012-11-03Fix FSF addressTim-Philipp Müller7-14/+14
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-10-17theora, app: 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-08-28theoradec: reset freed input and output statesMark Nauwelaerts1-2/+6
2012-08-09theoradec: Use new video decoder tag APISebastian Dröge2-17/+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-24theoraenc: Call video_encoder_negotiate() once configuredVivia Nikolaidou1-0/+2
2012-07-23theora: Update for video base classes API changesSebastian Dröge2-3/+3
2012-07-23theoraenc: Use base class functions to allocate output buffersSebastian Dröge1-8/+8
2012-07-18theoradec: Call video_decoder_negotiate() once configuredEdward Hervey1-0/+2
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for query api changesWim Taymans1-2/+3
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-06-28theoraenc: clean up some property descriptionsTim-Philipp Müller1-16/+10
2012-06-17theoradec: Remove use of NEED_DATAJan Schmidt1-2/+1