aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* 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
* dec_sub: introduce sub_control(), use it for sub_stepGravatar wm42013-06-29
* sub: update subtitle time offset even if pausedGravatar wm42013-06-29
* core: rename mplayer.h and quvi.cGravatar wm42013-06-28
* dec_sub: fix memory leak when using subtitle codepage conversionGravatar wm42013-06-28
* dec_sub: don't print sub charset of it's emptyGravatar wm42013-06-28
* Merge branch 'sub_mess2'Gravatar wm42013-06-25
|\
| * options: add -sub-speed optionGravatar wm42013-06-25
| * dec_sub: add hack to display last MicroDVD subtitle eventGravatar wm42013-06-25
| * sub: add hack for Libav SRT demuxerGravatar wm42013-06-25
| * dec_sub: allow postprocessing between decodersGravatar wm42013-06-25
| * dec_sub: change sublist memory allocationGravatar wm42013-06-25
| * dec_sub: move code aroundGravatar wm42013-06-25
| * sub: prevent subtitle conversion if subs are known UTF-8Gravatar wm42013-06-25
| * sub: add subtitle charset conversionGravatar wm42013-06-25
| * sub: attempt to use video FPS for frame based subtitle formatsGravatar wm42013-06-25
| * sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25
| * subreader: turn into actual demuxerGravatar wm42013-06-25
| * Move/rename subreader.cGravatar wm42013-06-25
| * 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
| * subreader: remove overlap handling codeGravatar wm42013-06-23
| * sub: do some timing postprocessing on preloaded subsGravatar wm42013-06-23
| * sub: preload external text subtitlesGravatar wm42013-06-23