summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* CleanupsTuomas Virtanen2018-04-05
|
* Fix bitmap subtitle playbackTuomas Virtanen2018-04-04
|
* Add texture atlas for subtitlesTuomas Virtanen2018-03-31
|
* CleanupsTuomas Virtanen2018-03-29
|
* Cleanup and function renamesTuomas Virtanen2018-03-26
|
* Add missing includeTuomas Virtanen2018-03-26
|
* Properly clear library state variableTuomas Virtanen2018-03-26
|
* Allow runtime loading of libass library.Tuomas Virtanen2018-03-26
| | | | | Previously libass could only be statically linked. Now we allow runtime loading of the library on request (just like other SDL libraries do).
* Even more compiler warning cleanupsTuomas Virtanen2018-03-26
|
* More compiler warning cleanupsTuomas Virtanen2018-03-26
|
* Add support for bitmap subtitlesTuomas Virtanen2018-03-26
|
* Remove unneccessary loggingTuomas Virtanen2018-03-26
|
* Toy around more with ass/ssa subtitlesTuomas Virtanen2018-03-26
|
* Dump reorganized codeTuomas Virtanen2018-01-15
|
* Decoder cleanupsTuomas Virtanen2017-09-22
|
* Split decoding to separate filesTuomas Virtanen2017-09-22
|
* Split kitplayer.c to multiple filesTuomas Virtanen2017-09-22
|
* Get rid of (some) deprecated function useTuomas Virtanen2016-11-02
|
* Fix subtitle image conversionTommi Teistela2016-01-21
| | | | This looks about identical with MPC-HC's internal subtitle renderer. We ignore the alpha in ASS_Image's color field as it's usually zero, only sample alpha from the source bitmap and pass the RGB color as-is without alpha premultiplication.
* Get as much audio data in the video playback example as necessaryTuomas Virtanen2016-01-21
|
* Allow for really complex libass subtitle thingiesTuomas Virtanen2016-01-21
|
* Handle more formats as SDL_PIXELFORMAT_YV12Tuomas Virtanen2016-01-21
|
* Larger list of font mimetypesTuomas Virtanen2016-01-21
|
* Make sure to read ALL audio and video data from avpacketsTuomas Virtanen2016-01-21
|
* Only accept mono or stereo playback for now. Convert higher channel audio ↵Tuomas Virtanen2016-01-20
| | | | streams.
* Add libass backwards compatibility stuffTuomas Virtanen2016-01-18
|
* More libass fixesTuomas Virtanen2016-01-18
|
* Libass changesTuomas Virtanen2016-01-18
|
* Fix crash if seeking a video file with no subtitle trackTuomas Virtanen2016-01-18
|
* Don't use system font directories for libassTuomas Virtanen2016-01-17
|
* Fullscreen support in example_videoTuomas Virtanen2016-01-17
|
* Add support for libass subtitlesTuomas Virtanen2016-01-17
|
* Changes on how subtitle timeout is detectedTuomas Virtanen2016-01-17
|
* Remove debug printsTuomas Virtanen2016-01-17
|
* Make bitmap subtitles workTuomas Virtanen2016-01-17
|
* Check for buffer existence in flush handlerTuomas Virtanen2016-01-17
|
* Fix subtitle stream index checkingTuomas Virtanen2016-01-17
|
* This and thatTuomas Virtanen2016-01-17
|
* Decode subtitles, still needs presentationTuomas Virtanen2016-01-16
|
* Free a&v packets if writing to buffer failsTuomas Virtanen2016-01-16
|
* Audio & video example fixesTuomas Virtanen2016-01-16
|
* Initial work on subtitle streamsTuomas Virtanen2016-01-16
|
* Fix text copy leaksTuomas Virtanen2016-01-16
|
* Add seekingTuomas Virtanen2016-01-14
|
* Add audio sync, fix video sync, other minor fixesTuomas Virtanen2016-01-13
|
* Debug print removalsTuomas Virtanen2016-01-11
|
* Basic video sync + frameskip + play/pause/stop controlTuomas Virtanen2016-01-11
|
* Cleanups + allow audio only playbackTuomas Virtanen2016-01-10
|
* Threaded decodingTuomas Virtanen2016-01-10
|
* Improvements to error checkingTuomas Virtanen2016-01-10
|