aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/sd_ass.c
Commit message (Expand)AuthorAge
...
* sd_ass: assume negative durations are unknown durations, and handle themGravatar wm42015-08-27
* sub: protect ASS_Renderer stateGravatar wm42015-07-06
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* 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
* libass: remove redundant checks for LIBASS_VERSIONGravatar Ben Boeckel2015-02-24
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* sd_ass: fix some corner cases in tag strippingGravatar wm42015-02-12
* csputils: replace float[3][4] with a structGravatar wm42015-01-06
* csputils: get rid of mp_csp_detailsGravatar wm42015-01-06
* sub: add option to workaround broken mkv filesGravatar wm42014-08-14
* sub: remove old style override optionGravatar wm42014-06-05
* sub: fix undefined behavior in ASS color calculation (2)Gravatar wm42014-05-10
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* sd_ass: add a very simple and evil way to override ASS subtitle stylesGravatar wm42014-03-01
* sub: fix crash with certain uses of --vf=subGravatar wm42014-01-26
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Gravatar Rudolf Polzer2013-11-07
* command: sub_seek: avoid getting stuckGravatar wm42013-10-07
* sd_ass: minor simplificationGravatar wm42013-09-24
* sd_ass: remove dead codeGravatar wm42013-09-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* sd_ass: remove unused variable warningGravatar Stefano Pigozzi2013-07-20
* sd_ass: fix font aspect ratio with non-ASS subsGravatar wm42013-07-16
* Fix build on LibavGravatar wm42013-07-15
* sd_ass: scale blur by original video size if requestedGravatar wm42013-07-15
* sd_add: add terrible hack for (xy-)vsfilter compatibilityGravatar wm42013-07-15
* sd_ass: convert pts to integer for get_text()Gravatar wm42013-06-29
* dec_sub: introduce sub_control(), use it for sub_stepGravatar wm42013-06-29
* sd_ass: fix nonsenseGravatar wm42013-06-25
* sd_ass: disable special handling of subtitles with duration 0Gravatar wm42013-06-25
* sd_ass: handle libavformat ASS comment packets as wellGravatar wm42013-06-23
* sub: add name field to all sub decodersGravatar wm42013-06-03
* sd_ass: add default style if there aren't any stylesGravatar wm42013-06-03
* sub: never set VSFilter aspect if the ASS subtitle is convertedGravatar wm42013-06-03
* sub: don't check for duplicates on sub conversionGravatar wm42013-06-03
* sd_ass: strip empty/whitespace lines in -no-ass modeGravatar wm42013-06-03
* sub: make use of libavcodec subtitle convertersGravatar wm42013-06-03
* sub: turn subassconvert_ functions into sub convertersGravatar wm42013-06-03
* sub: basic subtitle convertersGravatar wm42013-06-03
* sub: refactorGravatar wm42013-06-01
* core: add demux_sub pseudo demuxerGravatar wm42013-06-01
* sub: various minor subtitle related changesGravatar wm42013-06-01
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cGravatar wm42013-05-30
* sub: redo how -no-ass is handledGravatar wm42013-05-30