| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -5/+1 |
* | sub: remove old MPlayer DVD sub decoder | wm4 | 2014-03-16 | 5 | -946/+0 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 3 | -15/+5 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 | 1 | -3/+5 |
* | sd_ass: add a very simple and evil way to override ASS subtitle styles | wm4 | 2014-03-01 | 1 | -0/+27 |
* | sd_lavc: handle subtitles with no subtitle resolution set | xylosper | 2014-02-14 | 1 | -0/+4 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 3 | -0/+41 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 1 | -5/+2 |
* | sd_lavc: skip 0 sized sub-bitmaps | wm4 | 2014-01-29 | 1 | -2/+4 |
* | sub: fix crash with certain uses of --vf=sub | wm4 | 2014-01-26 | 3 | -32/+10 |
* | video/out: don't access aspdat in VOs | wm4 | 2014-01-22 | 2 | -0/+18 |
* | osd: fix dvdnav highlights | wm4 | 2014-01-18 | 1 | -1/+2 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 5 | -126/+285 |
* | sub: uglify sub decoder with locking | wm4 | 2014-01-17 | 3 | -6/+79 |
* | sd_lavc: use mp_lavc_set_extradata() | wm4 | 2014-01-11 | 1 | -2/+2 |
* | sub: fix frame based subtitle timestamp handling | wm4 | 2014-01-09 | 1 | -1/+1 |
* | Fix subtitle delay inversion | Martin Herkt | 2014-01-06 | 1 | -1/+1 |
* | vo: dropping subtitle files on the VO window adds them as subtitle files | wm4 | 2014-01-04 | 2 | -0/+9 |
* | osd_libass: use bstr_xappend() | wm4 | 2013-12-30 | 1 | -22/+25 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 3 | -23/+29 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -2/+2 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -2/+2 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 2 | -11/+9 |
* | charset_conv: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+2 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 15 | -75/+95 |
* | find_subfiles: mp_msg conversions | wm4 | 2013-12-21 | 2 | -11/+13 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -0/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 13 | -24/+24 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 9 | -11/+11 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -2/+2 |
* | osd_libass: update styles when OSD changes PlayRes | wm4 | 2013-12-15 | 2 | -8/+15 |
* | osd: use separate ASS_Renderer for each OSD object | wm4 | 2013-12-15 | 3 | -46/+53 |
* | player: don't store subtitle renderer in osd_state | wm4 | 2013-12-15 | 2 | -5/+2 |
* | dvdnav: support mouse interaction | wm4 | 2013-12-13 | 2 | -0/+20 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 4 | -4/+26 |
* | sd_lavc: factor out bitmap positioning code | wm4 | 2013-12-12 | 3 | -30/+48 |
* | osd: add option for "unscaled" OSD | wm4 | 2013-12-10 | 3 | -3/+8 |
* | osd: typo in comment | wm4 | 2013-12-10 | 1 | -1/+1 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 1 | -4/+1 |
* | sub: respect detected language for fuzzy-matched external subtitles | wm4 | 2013-11-25 | 2 | -15/+17 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 2 | -3/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 15 | -16/+10 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 2 | -2/+0 |
* | player: rearrange how subtitle context and stream headers are used | wm4 | 2013-11-23 | 2 | -15/+17 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 1 | -1/+1 |
* | sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs. | Rudolf Polzer | 2013-11-07 | 4 | -8/+40 |
* | sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles. | Rudolf Polzer | 2013-11-07 | 2 | -4/+25 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 2 | -3/+3 |
* | sd_lavc: display DVD subs with unknown duration | wm4 | 2013-10-31 | 1 | -0/+6 |
* | command: sub_seek: avoid getting stuck | wm4 | 2013-10-07 | 1 | -2/+5 |
* | command: add commands for displaying overlays | wm4 | 2013-10-05 | 2 | -0/+8 |
* | command: add properties for retrieving OSD dimensions | wm4 | 2013-10-05 | 2 | -0/+5 |
* | osd_libass: add "Default" dummy style | wm4 | 2013-09-26 | 3 | -2/+11 |
* | Add initial Lua scripting support | wm4 | 2013-09-26 | 4 | -0/+70 |
* | options: allow selecting the libass shaper | wm4 | 2013-09-25 | 1 | -0/+3 |
* | options: make --ass-hinting a choice, instead of using magic numbers | wm4 | 2013-09-25 | 1 | -1/+1 |
* | sd_ass: minor simplification | wm4 | 2013-09-24 | 1 | -14/+8 |
* | sd_ass: remove dead code | wm4 | 2013-09-24 | 1 | -48/+0 |
* | sub/ass_mp: remove superfluous message prefixes | Martin Herkt | 2013-09-23 | 1 | -3/+2 |
* | find_subfiles: fix really dumb bug causing segfaults | wm4 | 2013-09-17 | 1 | -1/+1 |
* | find_subfiles: fix off-by-1 error | Gabriel Peixoto | 2013-09-08 | 1 | -1/+1 |
* | osc: rename osd_font, add some glyphs | ChrisK2 | 2013-09-08 | 2 | -4/+2 |
* | osd_libass: make sure Z-order is well defined for multiple events | wm4 | 2013-09-08 | 1 | -0/+1 |
* | mplayer: don't auto-load explicitly loaded subtitle files | wm4 | 2013-09-07 | 1 | -0/+4 |
* | find_subfiles: don't auto-load .sub file if .idx file exists | wm4 | 2013-09-07 | 1 | -22/+55 |
* | find_subfiles: some cleanups | wm4 | 2013-09-07 | 2 | -8/+0 |
* | find_subfiles: use stat() instead of opening the file to check existence | wm4 | 2013-09-07 | 1 | -3/+1 |
* | find_subfiles: don't try to open URLs as directories | wm4 | 2013-09-07 | 1 | -0/+3 |
* | sd_lavc_conv: fix build with older ffmpeg/libav | wm4 | 2013-08-24 | 1 | -0/+17 |
* | sub: add webvtt-in-webm support | wm4 | 2013-08-24 | 1 | -1/+124 |
* | sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flag | wm4 | 2013-08-15 | 1 | -7/+3 |
* | 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 |
* | Revert "sub: support straight alpha additionally to premultiplied alpha" | wm4 | 2013-08-12 | 4 | -92/+17 |
* | img_convert: add function to scale RGBA OSD images | wm4 | 2013-08-12 | 2 | -1/+46 |
* | sub: support straight alpha additionally to premultiplied alpha | wm4 | 2013-08-12 | 4 | -16/+91 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 15 | -35/+35 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 2 | -6/+6 |
* | sd_ass: remove unused variable warning | Stefano Pigozzi | 2013-07-20 | 1 | -1/+1 |
* | sws_utils: don't recursively include libswscale header | wm4 | 2013-07-18 | 1 | -0/+1 |
* | sd_lavc: don't stretch DVD subtitles to video aspect | wm4 | 2013-07-16 | 1 | -4/+16 |
* | sd_ass: fix font aspect ratio with non-ASS subs | wm4 | 2013-07-16 | 1 | -4/+4 |
* | Fix build on Libav (again) | wm4 | 2013-07-15 | 1 | -0/+1 |
* | Fix build on Libav | wm4 | 2013-07-15 | 1 | -0/+1 |
* | sd_ass: scale blur by original video size if requested | wm4 | 2013-07-15 | 1 | -0/+9 |
* | sd_add: add terrible hack for (xy-)vsfilter compatibility | wm4 | 2013-07-15 | 2 | -9/+133 |
* | Cleanup some include statements | wm4 | 2013-07-12 | 1 | -1/+1 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -2/+3 |
* | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 1 | -1/+1 |
|\ |
|
| * | sub: Do not use deprecated “Sans” fontconfig alias | Martin Herkt | 2013-07-08 | 1 | -1/+1 |
* | | Remove old demuxers | wm4 | 2013-07-07 | 1 | -0/+1 |
|/ |
|
* | sd_lavc: respect forced subs only setting for DVD subs | wm4 | 2013-06-29 | 1 | -3/+9 |
* | sd_ass: convert pts to integer for get_text() | wm4 | 2013-06-29 | 1 | -3/+2 |
* | dec_sub: introduce sub_control(), use it for sub_step | wm4 | 2013-06-29 | 4 | -16/+34 |
* | sub: update subtitle time offset even if paused | wm4 | 2013-06-29 | 2 | -2/+2 |
* | core: rename mplayer.h and quvi.c | wm4 | 2013-06-28 | 1 | -1/+0 |
* | 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 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 11 | -1833/+384 |
|\ |
|
| * | 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 | 2 | -1/+101 |
| * | 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 |
| * | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 2 | -30/+0 |
| * | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 1 | -65/+0 |
| * | Move/rename subreader.c | wm4 | 2013-06-25 | 6 | -1461/+1 |
| * | sd_ass: fix nonsense | wm4 | 2013-06-25 | 1 | -1/+4 |
| * | sd_ass: disable special handling of subtitles with duration 0 | wm4 | 2013-06-25 | 2 | -1/+22 |
| * | sd_ass: handle libavformat ASS comment packets as well | wm4 | 2013-06-23 | 2 | -18/+14 |
| * | subreader: remove overlap handling code | wm4 | 2013-06-23 | 1 | -243/+3 |
| * | sub: do some timing postprocessing on preloaded subs | wm4 | 2013-06-23 | 1 | -0/+45 |
| * | sub: preload external text subtitles | wm4 | 2013-06-23 | 2 | -1/+61 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 1 | -1/+1 |
* | | sd_srt: handle '<font color="##FFA500">' | wm4 | 2013-06-18 | 1 | -0/+2 |
|/ |
|
* | stream: remove stream_reset() | wm4 | 2013-06-16 | 1 | -2/+0 |
* | sd_srt, sd_microdvd: set ASS script resolution | wm4 | 2013-06-03 | 3 | -1/+18 |
* | sub: add name field to all sub decoders | wm4 | 2013-06-03 | 9 | -0/+20 |
* | sd_ass: add default style if there aren't any styles | wm4 | 2013-06-03 | 1 | -4/+8 |
* | ass_mp: provide function to add default styles | wm4 | 2013-06-03 | 3 | -17/+30 |
* | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 1 | -4/+1 |
* | sub: never set VSFilter aspect if the ASS subtitle is converted | wm4 | 2013-06-03 | 3 | -1/+7 |
* | sub: don't check for duplicates on sub conversion | wm4 | 2013-06-03 | 3 | -6/+17 |
* | sd_lavc_conv: strip style header | wm4 | 2013-06-03 | 1 | -0/+19 |
* | sd_lavc_conv: add hack if AV_CODEC_PROP_TEXT_SUB is not available | wm4 | 2013-06-03 | 1 | -1/+17 |
* | sd_ass: strip empty/whitespace lines in -no-ass mode | wm4 | 2013-06-03 | 1 | -1/+13 |
* | sub: make use of libavcodec subtitle converters | wm4 | 2013-06-03 | 4 | -0/+151 |
* | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 10 | -233/+151 |
* | sub: split subassconvert.c into sd_microdvd.c and sd_srt.c | wm4 | 2013-06-03 | 2 | -256/+311 |
* | sub: basic subtitle converters | wm4 | 2013-06-03 | 5 | -35/+219 |
* | sub: refactor | wm4 | 2013-06-01 | 8 | -170/+235 |
* | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 2 | -30/+5 |
* | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 5 | -32/+25 |
* | sub: remove some global variables | wm4 | 2013-05-30 | 7 | -118/+76 |
* | spudec: restore --sub-forced-only support | wm4 | 2013-05-30 | 1 | -0/+2 |
* | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 8 | -46/+149 |
* | sub: remove check_duplicate_plaintext_event() | wm4 | 2013-05-30 | 1 | -19/+0 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 11 | -323/+159 |
* | add osd-scale command | Paul B Mahol | 2013-05-14 | 1 | -0/+8 |
* | command: simplify sub OSD update | wm4 | 2013-05-14 | 2 | -6/+4 |
* | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 2 | -2/+1 |
* | subreader: fix one more unsafe sscanf call with "%[" | Uoti Urpala | 2013-05-06 | 1 | -1/+1 |
* | subreader: fix out of bound write access when parsing .srt | wm4 | 2013-04-30 | 1 | -4/+4 |
* | subassconverter: silence clang warning | Stefano Pigozzi | 2013-04-28 | 1 | -1/+1 |
* | osd: convert OSD font to OpenType | wm4 | 2013-04-27 | 2 | -0/+0 |
* | subassconvert: do not escape likely ASS override tags | wm4 | 2013-04-26 | 1 | -1/+19 |
* | subassconvert: add more web colors | wm4 | 2013-04-20 | 1 | -24/+153 |
* | core: display subtitle codec in track listing | wm4 | 2013-04-20 | 2 | -2/+4 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 5 | -25/+60 |
* | sub: add --osd-blur and --sub-text-blur options | wm4 | 2013-04-13 | 3 | -0/+5 |
* | osd_libass: actually free ASS_Tracks | wm4 | 2013-04-12 | 1 | -0/+6 |
* | osd: fix OSD bar position marker | wm4 | 2013-04-02 | 1 | -0/+10 |
* | osd: disable border for inner part of the OSD bar | wm4 | 2013-03-31 | 1 | -1/+1 |
* | osd: draw the OSD bar with ASS vector drawings | wm4 | 2013-03-30 | 2 | -67/+172 |
* | sub: don't crash on GBRP video | wm4 | 2013-03-28 | 1 | -2/+4 |
* | sub: print messages before and after font setup | wm4 | 2013-03-20 | 1 | -0/+2 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -5/+5 |
* | Fix missing ctype.h includes | wm4 | 2013-03-04 | 2 | -0/+2 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 1 | -1/+1 |
* | fix clang compiler warnings | Stefano Pigozzi | 2013-03-03 | 1 | -1/+1 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 1 | -1/+0 |
* | vo_caca: remove OSD support | wm4 | 2013-02-24 | 2 | -22/+0 |
* | cleanup: remove duplicated function, move escape parsing function | wm4 | 2013-02-16 | 1< |