aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/sd_ass.c
Commit message (Expand)AuthorAge
* 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
* sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* sd_ass: free external subtitle tracksGravatar wm42012-12-14
* sub: clear libavformat demuxed subtitles on seekingGravatar wm42012-12-03
* sd_ass: fix ASS subtitles coming from demux_lavfGravatar wm42012-11-16
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* VO, sub: refactorGravatar wm42012-10-24
* sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorGravatar wm42012-10-24
* Merge branch 'master' into osd_changesGravatar wm42012-10-16
|\
* | sub: cosmetics: move things aroundGravatar wm42012-10-16
* | sub: cleanup: don't pass parameters via global variablesGravatar wm42012-10-16
* | sub: remove logic for disabling hinting on scaled EOSDGravatar wm42012-10-16
* | sub: allow rendering OSD in ASS image format directly, simplifyGravatar wm42012-10-16
* | sub: create sub_bitmap array even when using libassGravatar wm42012-10-16