aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* 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
* 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: split subassconvert.c into sd_microdvd.c and sd_srt.cGravatar 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: remove some global variablesGravatar wm42013-05-30
* spudec: restore --sub-forced-only supportGravatar wm42013-05-30
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cGravatar wm42013-05-30
* sub: remove check_duplicate_plaintext_event()Gravatar wm42013-05-30