summaryrefslogtreecommitdiff
path: root/src/internal/subtitle
Commit message (Collapse)AuthorAge
* Change the symbol names of min/max instead of using #undefJoshua T. Fisher2023-09-26
|
* Undef min/max due to msvc defining them in stdlib.h for C.Joshua T. Fisher2023-09-22
|
* Further typo fixes and cleanupsTuomas Virtanen2022-08-08
|
* Drop support for ffmpeg older than 3.2Tuomas Virtanen2022-08-02
|
* Fix some code comments in kitatlas.cTuomas Virtanen2022-08-02
|
* Minor allocation optimization to libass image processingTuomas Virtanen2022-08-02
|
* Remove unnecessary includesTuomas Virtanen2022-08-02
|
* Remove unnecessary vars in texture atlasTuomas Virtanen2022-08-02
|
* Add even more constsTuomas Virtanen2020-05-02
|
* Capitalize label names and add more constsTuomas Virtanen2020-05-02
|
* Add consts and clean unnecessary stateTuomas Virtanen2020-05-02
|
* Merge pull request #48 from katajakasa/new-dec-apiTuomas Virtanen2018-11-15
|\ | | | | Some initial work on supporting new ffmpeg decoder API
| * Fix last playback problems with new decodersTuomas Virtanen2018-11-15
| |
| * Some initial work on supporting new ffmpeg decoder APITuomas Virtanen2018-10-07
| |
* | Use macros for checking avcodec featuresTuomas Virtanen2018-11-14
|/
* Use (some) newer ffmpeg api functionsTuomas Virtanen2018-09-29
|
* Use newer ass_render_chunk() APITuomas Virtanen2018-09-29
|
* Reduce memory usage of subtitlesTuomas Virtanen2018-07-02
|
* Blit function cleanupTuomas Virtanen2018-06-30
|
* Code style improvementsTuomas Virtanen2018-06-28
|
* Include SDL2 libraries properlyTuomas Virtanen2018-06-28
|
* Make sure errors are set consistently #9Tuomas Virtanen2018-06-24
|
* API rework #36, #37Tuomas Virtanen2018-06-24
|
* Cleanup and fix bitmap subtitle renderingTuomas Virtanen2018-06-24
|
* Properly scale window contents in examplesTuomas Virtanen2018-06-23
|
* Implement new API for subtitle screen size and stream indexesTuomas Virtanen2018-06-23
|
* Add borders between atlas itemsTuomas Virtanen2018-06-23
|
* Add some comments and documentationTuomas Virtanen2018-06-23
|
* Kit_FreeAtlas improvementsTuomas Virtanen2018-06-23
|
* Atlas cleanupsTuomas Virtanen2018-06-23
|
* Miscellaneous seeking and locking bugfixes (ref issue #32)Tuomas Virtanen2018-06-20
|
* Code cleanupsTuomas Virtanen2018-04-06
|
* CleanupsTuomas Virtanen2018-04-05
|
* Fix bitmap subtitle playbackTuomas Virtanen2018-04-04
|
* Add texture atlas for subtitlesTuomas Virtanen2018-03-31
|
* Cleanup and function renamesTuomas 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
|
* 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