summaryrefslogtreecommitdiff
path: root/ext/assrender
AgeCommit message (Expand)AuthorFilesLines
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
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öge2-3/+21
2009-12-08assrender: For synchronizing the text, take the video running time of the nex...Sebastian Dröge2-1/+7
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öge2-60/+126
2009-12-07assrender: Fix attachment tag handling and move it into a separate functionSebastian Dröge1-63/+44
2009-12-07assrender: Update text last stop after checking if timestamp/duration is validSebastian Dröge1-3/+3
2009-12-07assrender: If an ASS track was allocated already only feed new codec_data to ...Sebastian Dröge1-3/+2
2009-12-07assrender: Lots of random cleanup and some minor memleak fixesSebastian Dröge2-140/+123
2009-12-07assrender: Extract embedded fonts from the subtitle streams if requestedSebastian Dröge1-1/+2
2009-12-07assrender: Don't let libass print stuff on stderr but proxy the messages to t...Sebastian Dröge1-0/+24
2009-11-06assrender: The text and video duration should only compared as running time tooSebastian Dröge1-11/+30
2009-11-06assrender: Reset segments on FLUSH_STOP eventsSebastian Dröge1-0/+3
2009-11-06assrender: Improve debuggingSebastian Dröge1-0/+7
2009-11-05assrender: Update last stop for the subtitlesSebastian Dröge1-0/+3
2009-11-05assrender: Synchronize text and video by taking the running time instead of t...Sebastian Dröge1-22/+52
2009-11-05assrender: Keep track of the subtitle segmentsSebastian Dröge2-2/+25
2009-11-05assrender: If the video segment is not in TIME format don't accept itSebastian Dröge1-2/+3
2009-11-05assrender: Drop too late text buffer immediatelySebastian Dröge1-3/+18
2009-11-05assrender: Fix race condition that results in a deadlock on shutdownSebastian Dröge1-0/+7
2009-11-04assrender: Return WRONG_STATE from the subtitle chain when flushingSebastian Dröge2-1/+9
2009-11-04assrender: Unlock and free any pending subtitle buffers on FLUSH_STARTSebastian Dröge1-0/+6
2009-11-04assrender: Synchronize subtitle buffers with the videoSebastian Dröge2-14/+109
2009-10-09assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge1-1/+1
2009-10-09assrender: Make classification a bit more accurateSebastian Dröge1-1/+1
2009-09-08assrender: Fix compilation with libass = 0.9.6Marc-André Lureau1-2/+2
2009-08-31assrender: Fix compilation with libass >= 0.9.7 and fix aspect ratio settingSebastian Dröge2-6/+27
2009-02-05Random cleanup and smaller bugfixesSebastian Dröge2-72/+54
2009-02-05Use GST_VIDEO_CAPS_RGB for the template capsSebastian Dröge2-4/+6
2009-02-05Fix compiler warningsSebastian Dröge1-6/+12
2009-02-05Add assrender plugin for rendering ASS/SSA subtitlesBenjamin Schmitz3-0/+814