| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |