aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/sd_ass.c
Commit message (Expand)AuthorAge
* sub: pass all attachments to the subtitle decoderGravatar wm42016-03-03
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingGravatar Aman Gupta2016-01-18
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* sd_ass: fix memory leaks with --sub-ass=noGravatar wm42016-01-04
* sub: do not check for duplicates if --sub-clear-on-seek is setGravatar wm42015-12-31
* sub: refactor initializationGravatar wm42015-12-27
* sub: minor refactor how video FPS for MicroDVD is setGravatar wm42015-12-27
* sub: destroy/recreate ASS_Renderer when disabling/enablings subsGravatar wm42015-12-26
* sub: always recreate ASS_Renderer on subtitle decoder reinitGravatar wm42015-12-26
* sub: cache subtitle state per track instead of per demuxer streamGravatar wm42015-12-26
* sub: clear subtitle list when crossing timeline boundaryGravatar wm42015-12-25
* sd_ass: handle --sub-clear-on-seek correctly with non-ASS subsGravatar wm42015-12-20
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* sub: remove subtitle filter chain conceptGravatar wm42015-12-18
* sub: do not clear subtitle list on seekingGravatar wm42015-12-18
* sd_ass: remove dead codeGravatar wm42015-12-17
* csputils: rename "yuv2rgb" functionsGravatar wm42015-12-09
* csputils: remove obscure int_bits matrix scalingGravatar wm42015-12-09
* sd_ass: slightly better heuristic for applying --sub-fix-timingGravatar wm42015-12-06
* sub: move subtitle FPS adjustment to sd_ass.cGravatar wm42015-12-05
* sub: move --sub-fix-timing handling to rendererGravatar wm42015-12-05
* sub: remove unused function, move another oneGravatar wm42015-11-29
* sd_ass: fix secondary subtitle modeGravatar wm42015-11-22
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* 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