aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* 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
| * stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* | sd_srt: handle '<font color="##FFA500">'Gravatar wm42013-06-18
|/
* stream: remove stream_reset()Gravatar wm42013-06-16
* sd_srt, sd_microdvd: set ASS script resolutionGravatar wm42013-06-03
* 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
* ass_mp: provide function to add default stylesGravatar wm42013-06-03
* core: add common function to initialize AVPacketGravatar 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_lavc_conv: strip style headerGravatar wm42013-06-03
* sd_lavc_conv: add hack if AV_CODEC_PROP_TEXT_SUB is not availableGravatar wm42013-06-03