| Commit message (Expand) | Author | Age |
* | sub: fix srt subs and other cases | wm4 | 2015-07-07 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 |
* | demux: merge extradata fields | wm4 | 2015-06-21 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 |
* | sub: don't truncate timestamps to int | wm4 | 2015-04-08 |
* | sub: unprefer libavcodec's MicroDVD converter | wm4 | 2015-04-08 |
* | sub: this isn't needed either | wm4 | 2015-03-03 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 |
* | sub: fix possible deadlock with --no-sub-ass and similar | wm4 | 2014-09-06 |
* | sub: prefer ffmpeg microdvd converter over internal one | wm4 | 2014-06-15 |
* | options: remove use of an inverted option value | wm4 | 2014-06-13 |
* | Add more const | wm4 | 2014-06-11 |
* | sub: remove old MPlayer DVD sub decoder | wm4 | 2014-03-16 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 |
* | sub: uglify sub decoder with locking | wm4 | 2014-01-17 |
* | sub: fix frame based subtitle timestamp handling | wm4 | 2014-01-09 |
* | charset_conv: mp_msg conversions | wm4 | 2013-12-21 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 |
* | player: rearrange how subtitle context and stream headers are used | wm4 | 2013-11-23 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 |
* | sub: don't print detected charset if it's UTF-8 | wm4 | 2013-08-15 |
* | sub: if charset detection fails, treat it as broken UTF-8 | wm4 | 2013-08-15 |
* | sub: fix accidental subtitle overlaps | wm4 | 2013-08-14 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 |
* | Remove old demuxers | wm4 | 2013-07-07 |
* | dec_sub: introduce sub_control(), use it for sub_step | wm4 | 2013-06-29 |
* | dec_sub: fix memory leak when using subtitle codepage conversion | wm4 | 2013-06-28 |
* | dec_sub: don't print sub charset of it's empty | wm4 | 2013-06-28 |
* | options: add -sub-speed option | wm4 | 2013-06-25 |
* | dec_sub: add hack to display last MicroDVD subtitle event | wm4 | 2013-06-25 |
* | sub: add hack for Libav SRT demuxer | wm4 | 2013-06-25 |
* | dec_sub: allow postprocessing between decoders | wm4 | 2013-06-25 |
* | dec_sub: change sublist memory allocation | wm4 | 2013-06-25 |
* | dec_sub: move code around | wm4 | 2013-06-25 |
* | sub: prevent subtitle conversion if subs are known UTF-8 | wm4 | 2013-06-25 |
* | sub: add subtitle charset conversion | wm4 | 2013-06-25 |
* | sub: attempt to use video FPS for frame based subtitle formats | wm4 | 2013-06-25 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 |
* | Move/rename subreader.c | wm4 | 2013-06-25 |
* | sub: do some timing postprocessing on preloaded subs | wm4 | 2013-06-23 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 |
* | sub: add name field to all sub decoders | wm4 | 2013-06-03 |
* | sub: never set VSFilter aspect if the ASS subtitle is converted | wm4 | 2013-06-03 |