summaryrefslogtreecommitdiff
path: root/ext/assrender/gstassrender.c
AgeCommit message (Expand)AuthorFilesLines
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)1-202/+397
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian 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 Taymans1-43/+39
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 Taymans1-174/+142
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öge1-2/+20
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
2010-01-14assrender: Improve debug output a bit and simplify codeSebastian Dröge1-6/+6
2010-01-14assrender: Make sure that the video buffer is writable before writing to itSebastian Dröge1-0/+1
2009-12-09assrender: Implement srcpad query function to always forward to the video sin...Sebastian Dröge1-0/+17
2009-12-09assrender: Proxy buffer allocation on video sinkpad to the srcpadSebastian Dröge1-0/+30
2009-12-09assrender: Implement srcpad event functions for seeking and correct event for...Sebastian Dröge1-0/+52
2009-12-08assrender: Add docs and integrate into the docs build systemSebastian Dröge1-2/+16
2009-12-08assrender: For synchronizing the text, take the video running time of the nex...Sebastian Dröge1-1/+6
2009-12-08assrender: Fix I420 mode and enable itSebastian Dröge1-91/+128
2009-12-08assrender: Fix compilation with older libass versionsSebastian Dröge1-0/+4
2009-12-07assrender: Don't unref buffers twiceSebastian Dröge1-1/+0
2009-12-07assrender: Improve embedded font usageSebastian Dröge1-5/+38
2009-12-07assrender: Disable I420 support for now, it doesn't work reliable yetSebastian Dröge1-4/+6
2009-12-07assrender: Add support for I420Sebastian Dröge1-2/+177
2009-12-07assrender: Optimize blit function and add support for all other non-alpha RGB...Sebastian Dröge1-60/+122
2009-12-07assrender: Fix attachment tag handling and move it into a separate functionSebastian Dröge1-63/+44