summaryrefslogtreecommitdiff
path: root/src/internal
Commit message (Expand)AuthorAge
* #63: Work on GCC 10 problemsTuomas Virtanen2020-07-24
* 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
* Fix minor issue in sound conversionTuomas Virtanen2018-11-15
* Make sure audio is handled properly too :/Tuomas Virtanen2018-11-15
* Merge pull request #48 from katajakasa/new-dec-apiTuomas Virtanen2018-11-15
|\
| * 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
|/
* Code cleanupsTuomas Virtanen2018-09-30
* DRY some codeTuomas Virtanen2018-09-30
* Fix uninitialized return bugTuomas Virtanen2018-09-30
* Improve playback of videos in low performance scenariosTuomas Virtanen2018-09-30
* Code cleanupsTuomas Virtanen2018-09-29
* Drop debug loggingTuomas Virtanen2018-09-29
* Improved frameskipTuomas Virtanen2018-09-29
* Use (some) newer ffmpeg api functionsTuomas Virtanen2018-09-29
* Use newer ass_render_chunk() APITuomas Virtanen2018-09-29
* Snappier seekTuomas Virtanen2018-08-27
* Some format fixesTuomas Virtanen2018-08-26
* Fix #44Tuomas Virtanen2018-08-19
* Issue #33: Drop usage of av_frame_get_best_effort_timestamp when deprecatedTuomas Virtanen2018-08-02
* Code style cleanupsTuomas Virtanen2018-08-02
* Clean up decoder creationTuomas Virtanen2018-07-25
* Check errors on avcontext allocationTuomas Virtanen2018-07-25
* Reduce memory usage of subtitlesTuomas Virtanen2018-07-02
* Blit function cleanupTuomas Virtanen2018-06-30
* Better video output format decisionsTuomas Virtanen2018-06-29
* Locking cleanupsTuomas Virtanen2018-06-29
* Code style improvementsTuomas Virtanen2018-06-28
* Include SDL2 libraries properlyTuomas Virtanen2018-06-28
* Add documentation and api cleanupsTuomas Virtanen2018-06-27
* Add missing libass function from dyn loaderTuomas Virtanen2018-06-25
* Use FF_THREAD_SLICE onlyTuomas Virtanen2018-06-25
* 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
* Only support mono/stereo sound for now, downmix with anything higherTuomas Virtanen2018-06-21
* 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