aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* vo_opengl: draw subtitles directly onto the videoGravatar Niklas Haas2015-03-26
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* sub: this isn't needed eitherGravatar wm42015-03-03
* sd_lavc: remove mp4 vobsub extradata hackGravatar wm42015-03-03
* sd_ass: replace a deprecated libass API callGravatar wm42015-02-25
* sub: fully update plaintext subtitle styles at runtimeGravatar wm42015-02-24
* sub: move mp_ass_configure() codeGravatar wm42015-02-24
* osd: force alignment for OSD barGravatar wm42015-02-24
* osd: always reset style paramsGravatar wm42015-02-24
* sub: apply text subtitle style overrides more eagerlyGravatar wm42015-02-24
* libass: remove redundant checks for LIBASS_VERSIONGravatar Ben Boeckel2015-02-24
* find_subfiles: Add 'vtt' to subtitle extensionsGravatar Jaime Marquínez Ferrándiz2015-02-18
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* osd: customizable subtitle and OSD positionGravatar wm42015-02-16
* osd: make it possible to have different subtitle vs. OSD defaultsGravatar wm42015-02-16
* sd_ass: fix some corner cases in tag strippingGravatar wm42015-02-12
* player: add external audio file auto-loadingGravatar wm42015-02-02
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILGravatar Ben Boeckel2015-01-27
* sd_lavc: apply fallback to video resolution only for vobsubsGravatar wm42015-01-06
* csputils: replace float[3][4] with a structGravatar wm42015-01-06
* csputils: move image_params -> csp_params into a functionGravatar wm42015-01-06
* csputils: get rid of mp_csp_detailsGravatar wm42015-01-06
* sub: add option to not scale subtitles with windowGravatar wm42015-01-05
* sd_lavc: ignore image subtitles with unknown duration after 1 minuteGravatar wm42014-12-22
* sd_lavc: compensate for a stupid libavcodec API issueGravatar wm42014-12-21
* player: add option not to use OSD/fontconfigGravatar wm42014-11-25
* draw_bmp: make code more obvious, remove assertionGravatar wm42014-11-21
* sub: load .mks files as external subtitlesGravatar wm42014-11-06
* sub: remove osd_get_sub()Gravatar wm42014-11-01
* osd: slightly change default styleGravatar Martin Herkt2014-10-23
* sd_lavc: strictly letter-box PGS subtitlesGravatar wm42014-10-21
* sub: adjustments to --ass-style-override optionGravatar wm42014-10-17
* osd: properly redraw external overlays when they are setGravatar wm42014-10-14
* Add some missing "const"sGravatar wm42014-10-10
* sub: round scaled subtitlesGravatar wm42014-10-02
* command: allow using ASS tags on OSD messagesGravatar wm42014-09-18
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* img_convert: sanitizer: avoid invalid left-shiftsGravatar Ben Boeckel2014-09-14
* sanitizer: avoid divide-by-zero instancesGravatar Ben Boeckel2014-09-14
* sub: fix possible deadlock with --no-sub-ass and similarGravatar wm42014-09-06
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* sd_lavc: remove ineffective codeGravatar wm42014-08-24
* osd+osc: Add left-arrow to osd-fontGravatar ChrisK22014-08-21
* sub: add option to workaround broken mkv filesGravatar wm42014-08-14
* sub: call sub_reset() on seeks onlyGravatar wm42014-08-14
* ass: remove some pointless ifdefferyGravatar wm42014-07-22
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10