aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* 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
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* sd_lavc: fix stupidityGravatar wm42014-06-19
* sd_lavc: improve bitmap subtitle timingGravatar wm42014-06-18
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* sub: prefer ffmpeg microdvd converter over internal oneGravatar wm42014-06-15
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* sub: add --sub-scale-with-window optionGravatar wm42014-06-14
* options: remove use of an inverted option valueGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* osd: Center the volume icon in the osd fontGravatar ChrisK22014-06-10
* sub: remove old style override optionGravatar wm42014-06-05
* sub: add --ass-style-override=force optionGravatar wm42014-06-05
* osd/libass: use BorderStyle=4 for backgroundGravatar wm42014-06-01
* sub: fix undefined behavior in ASS color calculation (2)Gravatar wm42014-05-10
* sub: fix undefined behavior in ASS color calculationGravatar wm42014-05-10
* options: merge ---sub-auto-match with --sub-autoGravatar wm42014-05-04
* osd: make code C99Gravatar wm42014-04-26
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* ass_mp: don't use --subcp for --ass-stylesGravatar wm42014-03-31
* Remove some more unneeded version checksGravatar wm42014-03-16
* sub: remove old MPlayer DVD sub decoderGravatar wm42014-03-16
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* sd_ass: add a very simple and evil way to override ASS subtitle stylesGravatar wm42014-03-01
* sd_lavc: handle subtitles with no subtitle resolution setGravatar xylosper2014-02-14
* sub: handle vobsub-in-mp4Gravatar wm42014-02-13
* threads: add wrapper for initializing recursive mutexesGravatar wm42014-01-31
* sd_lavc: skip 0 sized sub-bitmapsGravatar wm42014-01-29
* sub: fix crash with certain uses of --vf=subGravatar wm42014-01-26
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* osd: fix dvdnav highlightsGravatar wm42014-01-18
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* sub: uglify sub decoder with lockingGravatar wm42014-01-17