summaryrefslogtreecommitdiff
path: root/ext/assrender
AgeCommit message (Expand)AuthorFilesLines
2014-08-11assrender: improve negotiationThiago Santos1-3/+58
2014-08-11assrender: always intersect with the filter capsThiago Santos1-27/+14
2014-06-29assrender: Make static caps actually staticSebastian Dröge1-1/+1
2014-05-11assrender: Do not try to add a feature to a caps features ANYSebastian Dröge1-1/+3
2014-03-05assrender: handle video/x-raw(ANY) if downstream supports the GstVideoOverlay...Matthieu Bouron2-25/+242
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-01-22assrender: reenable unit tests and up rank to primary againArnaud Vrac1-2/+1
2013-01-22assrender: use overlay composition to blit subtitles on video framesArnaud Vrac2-315/+20
2013-01-22assrender: render overlay composition if supported downstreamArnaud Vrac2-9/+180
2013-01-22assrender: add wait-text propertyArnaud Vrac2-1/+19
2013-01-22assrender: fix some subtitles being ignoredArnaud Vrac2-17/+19
2013-01-22assrender: refactor code to avoid duplicationArnaud Vrac1-80/+48
2013-01-22assrender: proxy allocations on video padArnaud Vrac1-0/+2
2012-11-04Fix FSF addressTim-Philipp Müller2-3/+3
2012-10-25assrender: Handle GAP eventsSebastian Dröge1-0/+17
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-23assrender: disable for autoplugging until it worksTim-Philipp Müller1-1/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-07-27assrender: process ATTACHMENT tag as sampleMark Nauwelaerts1-16/+12
2012-05-29assrender: Refactoring and make core more similar to textoverlayAndre Moreira Magalhaes (andrunko)2-204/+403
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-0/+3
2012-03-11fix for caps api changesWim Taymans1-3/+5
2012-03-06Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey1-0/+3
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-2/+2
2012-01-25port some more to new memory APIMark Nauwelaerts1-12/+9
2012-01-19port to new gthread APIWim Taymans2-46/+42
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-6/+5
2011-11-17add parent to pad functionsWim Taymans1-22/+22
2011-11-16add parent to query functionWim Taymans1-10/+8
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans1-1/+1
2011-11-15change getcaps to queryWim Taymans1-8/+48
2011-10-27assrender: fix compilationWim Taymans1-2/+2
2011-10-27Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-10-18assrender, nuvdemux: unref buffers with gst_buffer_unref()Tim-Philipp Müller1-1/+1
2011-10-06assrender: port to 0.11Wim Taymans2-178/+144
2011-07-20Fix compilation for unused but not setNicolas Dufresne1-1/+6
2011-04-16assrender: refactor blitting, avoid writing past end of bufferDavid Schleef1-67/+96
2010-11-25assrender: Remove dead assignmentsEdward Hervey1-19/+4
2010-11-09assrender: Remove unused src_stride variable from blit functionsMart Raudsepp1-2/+1
2010-06-27assrender, ivfparse, jpegformat: fix compiler warnings with debugging disable...Tim-Philipp Müller1-2/+2
2010-04-08assrender: pass constant string as format string to printfTim-Philipp Müller1-5/+5
2010-02-27assrender: Drop text buffers before the segment start and clip running time e...Sebastian Dröge1-0/+17
2010-02-27assrender: Consume text buffers if they're to be displayed in the next 500msSebastian Dröge1-7/+7
2010-02-23assrender: Protect libass structures from concurrent access from multiple thr...Sebastian Dröge2-2/+21
2010-02-16assrender: If no codec data is set, still initialize the ass trackSebastian Dröge1-0/+3
2010-02-02assrender: instruct libass to use light autohintingGrigori Goronzy1-1/+1
2010-02-02assrender: Don't scan current working directory recursively for fontsEric Appleman1-1/+0