aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* sd_lavc: work around bug in older ffmpeg releasesGravatar wm42016-05-10
* ass_process_chunk: Use llrint, not lrintGravatar Richard H Lee2016-05-10
* osd: make osd_ass_0/1 definesGravatar wm42016-05-03
* sd_ass: minor consistency adjustmentGravatar wm42016-04-30
* sd_add: replace --sub-ass=no with --ass-style-override=stripGravatar wm42016-04-30
* osd: add italic font for osdGravatar st4t1k2016-04-08
* sub: interpret "text" subtitles as srtGravatar wm42016-04-06
* sd_lavc: use decoder-reordered PTS for PGSGravatar wm42016-04-02
* sd_lavc: add a comment about duration==0 handlingGravatar wm42016-04-02
* sd_lavc: fix subtitle display with unknown end timestampsGravatar wm42016-04-02
* sub: force segment switch if video is already aheadGravatar wm42016-03-25
* vo_opengl, osd: allow osc.lua to react faster on resizesGravatar wm42016-03-21
* osd: fix build with --disable-libassGravatar wm42016-03-16
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callsGravatar wm42016-03-08
* osd: restructure and move ASS objects into its own structGravatar wm42016-03-08
* osd: refactor how mp_ass_render_frame() is calledGravatar wm42016-03-08
* osd, lua: remove weird OSD scalingGravatar wm42016-03-07
* osd: remove unused osd_coords_to_video()Gravatar wm42016-03-07
* sub: make preloading more robustGravatar wm42016-03-06
* sd_ass: always clear subtitles on seek if duration unknownGravatar wm42016-03-05
* sd_ass: always handle subtitles with unknown durationGravatar wm42016-03-05
* sub: pass all attachments to the subtitle decoderGravatar wm42016-03-03
* lavc_conv: fix Libav srt subtitlesGravatar wm42016-02-29
* sub: always clip subtitles against segment endGravatar wm42016-02-20
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* sub: move sub decoder init to a functionGravatar wm42016-02-15
* sub: remove always-true checkGravatar wm42016-02-12
* sub: implement "sub-seek 0"Gravatar wm42016-02-04
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingGravatar Aman Gupta2016-01-18
* lavc_conv: pass real_time=1 option to ffmpeg for eia_608 decoderGravatar Aman Gupta2016-01-18
* ass_mp: add mp_ass_flush_old_events()Gravatar Aman Gupta2016-01-18
* sub: fix memory leaksGravatar wm42016-01-18
* osd: make osd-width/height properties watchableGravatar wm42016-01-15
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* sub: read subtitles until their timestamps are past videoGravatar wm42016-01-11
* sd_ass: fix memory leaks with --sub-ass=noGravatar wm42016-01-04
* sub: do not check for duplicates if --sub-clear-on-seek is setGravatar wm42015-12-31
* sub: change how subtitles are readGravatar wm42015-12-29
* sub: remove packet list thingGravatar wm42015-12-28
* sub: do charset conversion in demux_lavf.cGravatar wm42015-12-28
* sub: refactor initializationGravatar wm42015-12-27
* sub: minor refactor how video FPS for MicroDVD is setGravatar wm42015-12-27
* sub: destroy/recreate ASS_Renderer when disabling/enablings subsGravatar wm42015-12-26
* sub: always recreate ASS_Renderer on subtitle decoder reinitGravatar wm42015-12-26
* sub: cache subtitle state per track instead of per demuxer streamGravatar wm42015-12-26
* sub: clear subtitle list when crossing timeline boundaryGravatar wm42015-12-25
* sub: use macros to remove code duplicationGravatar wm42015-12-24