summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Video frame size API changes, add Kit_GetPlayerVideoDataAreaTuomas Virtanen2023-10-17
|
* Don't crash on cases where the video frame size changes on the flyTuomas Virtanen2023-10-17
|
* Add a function for fetching the video aspect ratioTuomas Virtanen2023-10-17
|
* Merge pull request #74 from playmer/minmaxTuomas Virtanen2023-09-26
|\ | | | | Undef min/max due to msvc defining them in stdlib.h for C.
| * 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
| |
* | RWread returns size_t, shouldn't implicit narrow castJoshua T. Fisher2023-09-22
| |
* | Report EndOfFile when RWops runs out of bytesJoshua T. Fisher2023-09-22
|/
* Merge pull request #71 from katajakasa/ffmpeg-5-supportTuomas Virtanen2023-07-09
|\ | | | | Stop using deprecated features with ffmpeg 5.x
| * Stop using deprecated features with ffmpeg 5.xTuomas Virtanen2023-07-09
| |
* | Further typo fixes and cleanupsTuomas Virtanen2022-08-08
|/
* Add option for letting ffmpeg decide thread countTuomas Virtanen2022-08-02
|
* 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
|
* #63: Work on GCC 10 problemsTuomas Virtanen2020-07-25
|
* One more const additionTuomas Virtanen2020-05-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
|
* Fix #50Tuomas Virtanen2018-11-18
|
* 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
|\ | | | | 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
|/
* 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
|
* Only allow forward keyframe seekingTuomas Virtanen2018-09-29
|
* Set proper lower and upper limits for seekTuomas Virtanen2018-08-28
|
* 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
| | | | Patch by @ebachard
* Code style cleanupsTuomas Virtanen2018-08-02
|
* Clean up decoder creationTuomas Virtanen2018-07-25
|
* Check errors on avcontext allocationTuomas Virtanen2018-07-25
|
* Code improvements to RWops seek functionTuomas Virtanen2018-07-02
|
* Merge pull request #42 from katajakasa/source-cleanupsTuomas Virtanen2018-07-02
|\ | | | | Source cleanups + RWOps
| * Handle AVSEEK_FORCETuomas Virtanen2018-07-01
| |