aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Gravatar Rudolf Polzer2013-11-07
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Gravatar Rudolf Polzer2013-11-07
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* sd_lavc: display DVD subs with unknown durationGravatar wm42013-10-31
* command: sub_seek: avoid getting stuckGravatar wm42013-10-07
* command: add commands for displaying overlaysGravatar wm42013-10-05
* command: add properties for retrieving OSD dimensionsGravatar wm42013-10-05
* osd_libass: add "Default" dummy styleGravatar wm42013-09-26
* Add initial Lua scripting supportGravatar wm42013-09-26
* options: allow selecting the libass shaperGravatar wm42013-09-25
* options: make --ass-hinting a choice, instead of using magic numbersGravatar wm42013-09-25
* sd_ass: minor simplificationGravatar wm42013-09-24
* sd_ass: remove dead codeGravatar wm42013-09-24
* sub/ass_mp: remove superfluous message prefixesGravatar Martin Herkt2013-09-23
* find_subfiles: fix really dumb bug causing segfaultsGravatar wm42013-09-17
* find_subfiles: fix off-by-1 errorGravatar Gabriel Peixoto2013-09-08
* osc: rename osd_font, add some glyphsGravatar ChrisK22013-09-08
* osd_libass: make sure Z-order is well defined for multiple eventsGravatar wm42013-09-08
* mplayer: don't auto-load explicitly loaded subtitle filesGravatar wm42013-09-07
* find_subfiles: don't auto-load .sub file if .idx file existsGravatar wm42013-09-07
* find_subfiles: some cleanupsGravatar wm42013-09-07
* find_subfiles: use stat() instead of opening the file to check existenceGravatar wm42013-09-07
* find_subfiles: don't try to open URLs as directoriesGravatar wm42013-09-07
* sd_lavc_conv: fix build with older ffmpeg/libavGravatar wm42013-08-24
* sub: add webvtt-in-webm supportGravatar wm42013-08-24
* sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flagGravatar wm42013-08-15
* sub: don't print detected charset if it's UTF-8Gravatar wm42013-08-15
* sub: if charset detection fails, treat it as broken UTF-8Gravatar wm42013-08-15
* sub: fix accidental subtitle overlapsGravatar wm42013-08-14
* Revert "sub: support straight alpha additionally to premultiplied alpha"Gravatar wm42013-08-12
* img_convert: add function to scale RGBA OSD imagesGravatar wm42013-08-12
* sub: support straight alpha additionally to premultiplied alphaGravatar wm42013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* sd_ass: remove unused variable warningGravatar Stefano Pigozzi2013-07-20
* sws_utils: don't recursively include libswscale headerGravatar wm42013-07-18
* sd_lavc: don't stretch DVD subtitles to video aspectGravatar wm42013-07-16
* sd_ass: fix font aspect ratio with non-ASS subsGravatar wm42013-07-16
* Fix build on Libav (again)Gravatar wm42013-07-15
* 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
* Cleanup some include statementsGravatar wm42013-07-12
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* Merge branch 'master' into remove_old_demuxersGravatar wm42013-07-08
|\
| * sub: Do not use deprecated “Sans” fontconfig aliasGravatar Martin Herkt2013-07-08
* | Remove old demuxersGravatar wm42013-07-07
|/
* sd_lavc: respect forced subs only setting for DVD subsGravatar wm42013-06-29
* sd_ass: convert pts to integer for get_text()Gravatar wm42013-06-29