| Commit message (Expand) | Author | Age | Files | Lines |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 1 | -0/+14 |
* | dec_sub: avoid full reinit on switches to the same segment | wm4 | 2016-11-09 | 1 | -2/+7 |
* | sub: don't potentially discard too many subtitles on seek | wm4 | 2016-08-14 | 1 | -1/+1 |
* | sub: pass preferred OSD format to subtitle renderers | wm4 | 2016-07-03 | 1 | -3/+3 |
* | sub: force segment switch if video is already ahead | wm4 | 2016-03-25 | 1 | -0/+8 |
* | osd: refactor how mp_ass_render_frame() is called | wm4 | 2016-03-08 | 1 | -2/+0 |
* | sub: make preloading more robust | wm4 | 2016-03-06 | 1 | -9/+16 |
* | sub: pass all attachments to the subtitle decoder | wm4 | 2016-03-03 | 1 | -6/+8 |
* | sub: always clip subtitles against segment end | wm4 | 2016-02-20 | 1 | -1/+5 |
* | Rewrite ordered chapters and timeline stuff | wm4 | 2016-02-15 | 1 | -2/+57 |
* | sub: move sub decoder init to a function | wm4 | 2016-02-15 | 1 | -30/+44 |
* | sub: remove always-true check | wm4 | 2016-02-12 | 1 | -1/+1 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 1 | -7/+7 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 1 | -3/+3 |
* | sub: read subtitles until their timestamps are past video | wm4 | 2016-01-11 | 1 | -1/+1 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 | 1 | -13/+34 |
* | sub: remove packet list thing | wm4 | 2015-12-28 | 1 | -27/+1 |
* | sub: do charset conversion in demux_lavf.c | wm4 | 2015-12-28 | 1 | -34/+2 |
* | sub: refactor initialization | wm4 | 2015-12-27 | 1 | -94/+50 |
* | sub: minor refactor how video FPS for MicroDVD is set | wm4 | 2015-12-27 | 1 | -7/+0 |
* | sub: destroy/recreate ASS_Renderer when disabling/enablings subs | wm4 | 2015-12-26 | 1 | -0/+8 |
* | sub: always recreate ASS_Renderer on subtitle decoder reinit | wm4 | 2015-12-26 | 1 | -12/+3 |
* | dec_sub: avoid segfault on sub_init_decoder failure | Aman Gupta | 2015-12-22 | 1 | -1/+2 |
* | sub: remove unused video width/height headers | wm4 | 2015-12-18 | 1 | -8/+0 |
* | sub: remove subtitle filter chain concept | wm4 | 2015-12-18 | 1 | -191/+34 |
* | sub: do not clear subtitle list on seeking | wm4 | 2015-12-18 | 1 | -8/+3 |
* | sd_ass: remove dead code | wm4 | 2015-12-17 | 1 | -4/+0 |
* | sub: detect charset in demuxer | wm4 | 2015-12-17 | 1 | -42/+5 |
* | sub: remove sd_srt.c | wm4 | 2015-12-15 | 1 | -2/+0 |
* | sub: remove sd_microdvd.c | wm4 | 2015-12-15 | 1 | -2/+0 |
* | sub: remove sd_lavf_srt.c | wm4 | 2015-12-15 | 1 | -2/+0 |
* | sub: remove sd_movtext.c | wm4 | 2015-12-15 | 1 | -7/+1 |
* | sub: another minor simplification | wm4 | 2015-12-06 | 1 | -6/+5 |
* | sub: minor simplifications | wm4 | 2015-12-05 | 1 | -30/+10 |
* | sub: move subtitle FPS adjustment to sd_ass.c | wm4 | 2015-12-05 | 1 | -29/+4 |
* | sub: move --sub-fix-timing handling to renderer | wm4 | 2015-12-05 | 1 | -34/+0 |
* | sd_lavc: remove small gaps between subtitles | wm4 | 2015-12-05 | 1 | -2/+2 |
* | sub: allow feeding bitmap subs in advance | wm4 | 2015-12-05 | 1 | -6/+10 |
* | sub: remove an unneeded old hack for MicroDVD | wm4 | 2015-11-16 | 1 | -11/+0 |
* | charset_conv: make it possible to return an allocated string as guess | wm4 | 2015-08-01 | 1 | -4/+4 |
* | sub: fix srt subs and other cases | wm4 | 2015-07-07 | 1 | -0/+1 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 | 1 | -1/+3 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 1 | -2/+2 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | sub: don't truncate timestamps to int | wm4 | 2015-04-08 | 1 | -1/+1 |
* | sub: unprefer libavcodec's MicroDVD converter | wm4 | 2015-04-08 | 1 | -1/+1 |
* | sub: this isn't needed either | wm4 | 2015-03-03 | 1 | -2/+0 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 1 | -2/+4 |
* | sub: fix possible deadlock with --no-sub-ass and similar | wm4 | 2014-09-06 | 1 | -0/+2 |
* | sub: prefer ffmpeg microdvd converter over internal one | wm4 | 2014-06-15 | 1 | -1/+1 |
* | options: remove use of an inverted option value | wm4 | 2014-06-13 | 1 | -1/+1 |
* | Add more const | wm4 | 2014-06-11 | 1 | -1/+1 |
* | sub: remove old MPlayer DVD sub decoder | wm4 | 2014-03-16 | 1 | -2/+0 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 1 | -3/+1 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 | 1 | -3/+5 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 1 | -0/+2 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 1 | -5/+2 |
* | sub: uglify sub decoder with locking | wm4 | 2014-01-17 | 1 | -6/+71 |
* | sub: fix frame based subtitle timestamp handling | wm4 | 2014-01-09 | 1 | -1/+1 |
* | charset_conv: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+2 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 1 | -12/+18 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+0 |
* | player: rearrange how subtitle context and stream headers are used | wm4 | 2013-11-23 | 1 | -12/+14 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -1/+1 |
* | sub: don't print detected charset if it's UTF-8 | wm4 | 2013-08-15 | 1 | -1/+1 |
* | sub: if charset detection fails, treat it as broken UTF-8 | wm4 | 2013-08-15 | 1 | -1/+1 |
* | sub: fix accidental subtitle overlaps | wm4 | 2013-08-14 | 1 | -1/+6 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -2/+3 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -0/+1 |
* | dec_sub: introduce sub_control(), use it for sub_step | wm4 | 2013-06-29 | 1 | -1/+13 |
* | dec_sub: fix memory leak when using subtitle codepage conversion | wm4 | 2013-06-28 | 1 | -0/+1 |
* | dec_sub: don't print sub charset of it's empty | wm4 | 2013-06-28 | 1 | -1/+1 |
* | options: add -sub-speed option | wm4 | 2013-06-25 | 1 | -2/+9 |
* | dec_sub: add hack to display last MicroDVD subtitle event | wm4 | 2013-06-25 | 1 | -0/+11 |
* | sub: add hack for Libav SRT demuxer | wm4 | 2013-06-25 | 1 | -1/+7 |
* | dec_sub: allow postprocessing between decoders | wm4 | 2013-06-25 | 1 | -14/+41 |
* | dec_sub: change sublist memory allocation | wm4 | 2013-06-25 | 1 | -10/+9 |
* | dec_sub: move code around | wm4 | 2013-06-25 | 1 | -45/+51 |
* | sub: prevent subtitle conversion if subs are known UTF-8 | wm4 | 2013-06-25 | 1 | -1/+1 |
* | sub: add subtitle charset conversion | wm4 | 2013-06-25 | 1 | -2/+69 |
* | sub: attempt to use video FPS for frame based subtitle formats | wm4 | 2013-06-25 | 1 | -0/+4 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 1 | -65/+0 |
* | Move/rename subreader.c | wm4 | 2013-06-25 | 1 | -1/+1 |
* | sub: do some timing postprocessing on preloaded subs | wm4 | 2013-06-23 | 1 | -0/+45 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 | 1 | -1/+59 |
* | sub: add name field to all sub decoders | wm4 | 2013-06-03 | 1 | -0/+12 |
* | sub: never set VSFilter aspect if the ASS subtitle is converted | wm4 | 2013-06-03 | 1 | -0/+1 |
* | sub: don't check for duplicates on sub conversion | wm4 | 2013-06-03 | 1 | -1/+6 |
* | sub: make use of libavcodec subtitle converters | wm4 | 2013-06-03 | 1 | -0/+10 |
* | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -5/+62 |
* | sub: basic subtitle converters | wm4 | 2013-06-03 | 1 | -29/+141 |
* | sub: refactor | wm4 | 2013-06-01 | 1 | -61/+102 |
* | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 1 | -20/+0 |
* | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -9/+19 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 1 | -3/+21 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -3/+22 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | VO, sub: refactor | wm4 | 2012-10-24 | 1 | -2/+2 |
* | sub: never decode subs to old OSD format | wm4 | 2012-10-16 | 1 | -3/+0 |
* | sub: cleanup: don't pass parameters via global variables | wm4 | 2012-10-16 | 1 | -13/+15 |
* | sub: make it easier to set DVD sub decoding with sd_lavc | wm4 | 2012-10-16 | 1 | -1/+1 |
* | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 1 | -1/+2 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 1 | -1/+2 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 1 | -6/+13 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 1 | -3/+26 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 1 | -1/+5 |
* | subtitles: add framework for subtitle decoders | Uoti Urpala | 2011-01-18 | 1 | -0/+72 |