summaryrefslogtreecommitdiff
path: root/ext/assrender/gstassrender.c
Commit message (Expand)AuthorAgeFilesLines
...
* assrender: Consume text buffers if they're to be displayed in the next 500msSebastian Dröge2010-02-271-7/+7
* assrender: Protect libass structures from concurrent access from multiple thr...Sebastian Dröge2010-02-231-2/+20
* assrender: If no codec data is set, still initialize the ass trackSebastian Dröge2010-02-161-0/+3
* assrender: instruct libass to use light autohintingGrigori Goronzy2010-02-021-1/+1
* assrender: Don't scan current working directory recursively for fontsEric Appleman2010-02-021-1/+0
* assrender: Improve debug output a bit and simplify codeSebastian Dröge2010-01-141-6/+6
* assrender: Make sure that the video buffer is writable before writing to itSebastian Dröge2010-01-141-0/+1
* assrender: Implement srcpad query function to always forward to the video sin...Sebastian Dröge2009-12-091-0/+17
* assrender: Proxy buffer allocation on video sinkpad to the srcpadSebastian Dröge2009-12-091-0/+30
* assrender: Implement srcpad event functions for seeking and correct event for...Sebastian Dröge2009-12-091-0/+52
* assrender: Add docs and integrate into the docs build systemSebastian Dröge2009-12-081-2/+16
* assrender: For synchronizing the text, take the video running time of the nex...Sebastian Dröge2009-12-081-1/+6
* assrender: Fix I420 mode and enable itSebastian Dröge2009-12-081-91/+128
* assrender: Fix compilation with older libass versionsSebastian Dröge2009-12-081-0/+4
* assrender: Don't unref buffers twiceSebastian Dröge2009-12-071-1/+0
* assrender: Improve embedded font usageSebastian Dröge2009-12-071-5/+38
* assrender: Disable I420 support for now, it doesn't work reliable yetSebastian Dröge2009-12-071-4/+6
* assrender: Add support for I420Sebastian Dröge2009-12-071-2/+177
* assrender: Optimize blit function and add support for all other non-alpha RGB...Sebastian Dröge2009-12-071-60/+122
* assrender: Fix attachment tag handling and move it into a separate functionSebastian Dröge2009-12-071-63/+44
* assrender: Update text last stop after checking if timestamp/duration is validSebastian Dröge2009-12-071-3/+3
* assrender: If an ASS track was allocated already only feed new codec_data to ...Sebastian Dröge2009-12-071-3/+2
* assrender: Lots of random cleanup and some minor memleak fixesSebastian Dröge2009-12-071-128/+110
* assrender: Extract embedded fonts from the subtitle streams if requestedSebastian Dröge2009-12-071-1/+2
* assrender: Don't let libass print stuff on stderr but proxy the messages to t...Sebastian Dröge2009-12-071-0/+24
* assrender: The text and video duration should only compared as running time tooSebastian Dröge2009-11-061-11/+30
* assrender: Reset segments on FLUSH_STOP eventsSebastian Dröge2009-11-061-0/+3
* assrender: Improve debuggingSebastian Dröge2009-11-061-0/+7
* assrender: Update last stop for the subtitlesSebastian Dröge2009-11-051-0/+3
* assrender: Synchronize text and video by taking the running time instead of t...Sebastian Dröge2009-11-051-22/+52
* assrender: Keep track of the subtitle segmentsSebastian Dröge2009-11-051-2/+24
* assrender: If the video segment is not in TIME format don't accept itSebastian Dröge2009-11-051-2/+3
* assrender: Drop too late text buffer immediatelySebastian Dröge2009-11-051-3/+18
* assrender: Fix race condition that results in a deadlock on shutdownSebastian Dröge2009-11-051-0/+7
* assrender: Return WRONG_STATE from the subtitle chain when flushingSebastian Dröge2009-11-041-1/+8
* assrender: Unlock and free any pending subtitle buffers on FLUSH_STARTSebastian Dröge2009-11-041-0/+6
* assrender: Synchronize subtitle buffers with the videoSebastian Dröge2009-11-041-14/+104
* assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge2009-10-091-1/+1
* assrender: Make classification a bit more accurateSebastian Dröge2009-10-091-1/+1
* assrender: Fix compilation with libass = 0.9.6Marc-André Lureau2009-09-081-2/+2
* assrender: Fix compilation with libass >= 0.9.7 and fix aspect ratio settingSebastian Dröge2009-08-311-3/+17
* Random cleanup and smaller bugfixesSebastian Dröge2009-02-051-71/+53
* Use GST_VIDEO_CAPS_RGB for the template capsSebastian Dröge2009-02-051-2/+4
* Fix compiler warningsSebastian Dröge2009-02-051-6/+12
* Add assrender plugin for rendering ASS/SSA subtitlesBenjamin Schmitz2009-02-051-0/+742