| Commit message (Expand) | Author | Age | Files | Lines |
* | sd_ass: replace deprecated ASS_OVERRIDE_BIT_FONT_SIZE | Oneric | 2020-08-28 | 1 | -4/+2 |
* | osd_libass: don't use deprecated ass_set_aspect_ratio | Oneric | 2020-08-28 | 1 | -2/+2 |
* | player: add --subs-with-matching-audio option | rcombs | 2020-08-19 | 2 | -1/+7 |
* | sd_ass: remove debug print | wm4 | 2020-08-14 | 1 | -1/+0 |
* | sub: add application/font-sfnt to the list of font mime types | Wessel Dankers | 2020-08-13 | 1 | -0/+1 |
* | sd_ass: fix converted subtitles path | wm4 | 2020-08-12 | 1 | -7/+7 |
* | sub: extend range of --sub-pos option | wm4 | 2020-08-12 | 1 | -0/+1 |
* | sd_ass: force full reinit if certain options change at runtime | wm4 | 2020-08-12 | 2 | -28/+49 |
* | osd_libass: set ScaledBorderAndShadow | Oleg Oshmyan | 2020-07-15 | 1 | -0/+1 |
* | build: change filenames of generated files | wm4 | 2020-06-04 | 1 | -1/+1 |
* | video: clean up some imgfmt related stuff | wm4 | 2020-05-18 | 1 | -4/+4 |
* | sub: fix incorrect commit | wm4 | 2020-05-15 | 1 | -3/+1 |
* | command: add property to return text subtitles in ASS | wm4 | 2020-05-14 | 4 | -10/+26 |
* | draw_bmp: make another small guarantee to users | wm4 | 2020-05-13 | 1 | -0/+2 |
* | draw_bmp: use command line options for any used scalers | wm4 | 2020-05-13 | 3 | -12/+32 |
* | draw_bmp: add integer blending for 8 bit formats | wm4 | 2020-05-12 | 1 | -13/+51 |
* | draw_bmp: don't make strange decisions on broken iknput csp params | wm4 | 2020-05-12 | 1 | -0/+2 |
* | draw_bmp: add a function to return a single-texture OSD overlay | wm4 | 2020-05-11 | 3 | -48/+263 |
* | video: remove RGB32/BGR32 aliases | wm4 | 2020-05-11 | 2 | -6/+6 |
* | draw_bmp: rewrite | wm4 | 2020-05-09 | 3 | -408/+653 |
* | sd_lavc: fix occasional problems with certain VOs when changing scaling | wm4 | 2020-05-09 | 1 | -0/+24 |
* | osd: add change timestamp and screen size to struct sub_bitmap_list | wm4 | 2020-05-09 | 3 | -1/+23 |
* | osd: add subtitle software blending to stats | wm4 | 2020-05-09 | 1 | -0/+4 |
* | video: make OSD/subtitle bitmaps refcounted (sort of) | wm4 | 2020-04-26 | 12 | -110/+194 |
* | draw_bmp: silence another ridiculous ubsan warning | wm4 | 2020-04-18 | 1 | -4/+4 |
* | sd_lavc: mitigate evil rounding issue that could lead to off-by-1 frames | wm4 | 2020-04-18 | 1 | -1/+1 |
* | stats: some more performance graphs | wm4 | 2020-04-09 | 2 | -0/+12 |
* | build: make libass non-optional | wm4 | 2020-03-18 | 2 | -41/+0 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 1 | -22/+22 |
* | sub: log libass version | wm4 | 2020-03-08 | 1 | -0/+2 |
* | command: extend osd-overlay command with bounds reporting | wm4 | 2020-03-06 | 5 | -7/+82 |
* | sub: do not ignore demuxer wakeups | wm4 | 2020-02-27 | 1 | -6/+7 |
* | sub: fix typo in comment | wm4 | 2020-02-27 | 1 | -1/+1 |
* | sub, demux: improve behavior with negative subtitle delay/muxed subs | wm4 | 2020-02-27 | 1 | -4/+7 |
* | Remove remains of Libav compatibility | wm4 | 2020-02-16 | 2 | -19/+0 |
* | sub: add an option to filter subtitles by regex | wm4 | 2020-02-16 | 3 | -0/+109 |
* | sub: make filter_sdh a "proper" filter, allow runtime changes | wm4 | 2020-02-16 | 5 | -43/+190 |
* | f_decoder_wrapper, sd_add: accept "null" codec | wm4 | 2020-02-15 | 1 | -1/+5 |
* | sub: enhance SDH filtering | Dan Oscarsson | 2020-02-09 | 1 | -0/+8 |
* | sub: fix SDH filtering after change | Dan Oscarsson | 2020-02-08 | 1 | -1/+1 |
* | osd: fix possible misses of osd-dimensions property updates | wm4 | 2020-01-08 | 1 | -2/+2 |
* | client API, lua: add new API for setting OSD overlays | wm4 | 2019-12-23 | 4 | -39/+84 |
* | osc: use custom symbols for window controls | Philip Langdale | 2019-12-11 | 1 | -0/+0 |
* | sd_lavc: add a hack ontop of another hack to fix completely fucked file | wm4 | 2019-12-03 | 1 | -2/+2 |
* | ass_mp: reset packer when allocation fails | Dan Elkouby | 2019-11-02 | 1 | -1/+3 |
* | Replace uses of FFMIN/MAX with MPMIN/MAX | wm4 | 2019-10-31 | 4 | -20/+16 |
* | sub: make font provider user-selectable | wm4 | 2019-09-25 | 3 | -1/+10 |
* | draw_bmp: Fix for GBRP formats GBRP9 and up | Anton Kindestam | 2019-09-22 | 1 | -5/+10 |
* | command: add sub-start & sub-end properties | Stefano Pigozzi | 2019-09-22 | 5 | -7/+88 |
* | sub/lavc_conv: skip ReadOrder reset when subtitle decoder gets flushed | Jan Ekström | 2019-09-21 | 1 | -0/+1 |
* | dec_sub: remove unused declaration | wm4 | 2019-09-21 | 1 | -1/+0 |
* | osd: allow sub-text to work even if sub-visibility is disabled | dudemanguy | 2019-09-21 | 1 | -1/+1 |
* | sd_lavc: support scaling for bitmap subtitles | wm4 | 2019-09-19 | 1 | -0/+16 |
* | sd_lavc: implement --sub-pos for bitmap subtitles | wm4 | 2019-09-19 | 1 | -0/+17 |
* | Implement backwards playback | wm4 | 2019-09-19 | 2 | -2/+11 |
* | sub: remove only user of demux_read_packet() | wm4 | 2019-09-19 | 1 | -4/+24 |
* | sd_lavc: fix some obscure UB | wm4 | 2019-09-19 | 1 | -4/+4 |
* | sub/sd_ass: always set the libass track type to TRACK_TYPE_ASS | Jan Ekström | 2019-09-19 | 1 | -2/+1 |
* | sub/sd_ass: utilize UINT32_MAX subtitle duration for unknown | Jan Ekström | 2019-09-19 | 2 | -9/+12 |
* | sub/lavc_conv: switch to the newer "ass" subtitle decoding mode | Jan Ekström | 2019-09-19 | 3 | -5/+22 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 1 | -1/+4 |
|\ |
|
| * | sub: recognize UTF-8 characters in SDH subtitle filter | zc62 | 2019-03-02 | 1 | -1/+4 |
* | | osd: another shitty pointless UB | wm4 | 2018-12-06 | 1 | -2/+4 |
|/ |
|
* | lavc_conv: do not allow libavcodec to drop subtitles with broken UTF-8 | wm4 | 2018-03-26 | 1 | -0/+1 |
* | sub/osd: remove limits from border and shadow size options | Ricardo Constantino | 2018-01-24 | 1 | -2/+2 |
* | options: move most subtitle and OSD rendering options to sub structs | wm4 | 2018-01-02 | 9 | -29/+40 |
* | sub: move all subtitle timestamp messing code to a central place | wm4 | 2018-01-02 | 4 | -43/+76 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 1 | -2/+2 |
* | sd_ass: accept otc as fallback OpenType collection file extension | Leo Izen | 2017-12-13 | 1 | -1/+1 |
* | sd_ass: accept RFC8081 font media types | Leo Izen | 2017-12-13 | 1 | -0/+4 |
* | osd: don't skip leading whitespace on the first line either | wm4 | 2017-11-02 | 1 | -1/+1 |
* | osd: don't strip leading whitespace in messages | wm4 | 2017-10-30 | 1 | -0/+7 |
* | lavc_conv: make disable_styles faster | Oleg Oshmyan | 2017-10-30 | 1 | -2/+3 |
* | lavc_conv: clamp timestamps to positive, fixes idiotic ffmpeg issue | wm4 | 2017-10-27 | 1 | -0/+2 |
* | demux: get rid of demux_packet.new_segment field | wm4 | 2017-10-24 | 1 | -1/+1 |
* | vo_opengl: don't discard buffered video on redundant resize calls | wm4 | 2017-08-29 | 2 | -1/+3 |
* | osd_libass: avoid libass warnings if scripts set ASS text early | wm4 | 2017-07-16 | 2 | -19/+30 |
* | Replace remaining avcodec_close() calls | wm4 | 2017-07-16 | 1 | -3/+1 |
* | ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context() | wm4 | 2017-07-06 | 1 | -3/+1 |
* | options: slight cleanup of --sub-ass-style-override | Niklas Haas | 2017-06-07 | 1 | -2/+2 |
* | sub: sdh filter fix for null | Dan Oscarsson | 2017-04-28 | 1 | -1/+1 |
* | osd-font: make volume muted glyph slightly thicker | Ricardo Constantino | 2017-04-22 | 1 | -0/+0 |
* | sub/osd_font.otf: replace triangle volume by speaker glyph | Ricardo Constantino | 2017-04-20 | 1 | -0/+0 |
* | sd_lavc: Free extradata in case of init error | cantabile | 2017-04-20 | 1 | -0/+2 |
* | sub/osd: relicense to LGPL | wm4 | 2017-04-20 | 2 | -15/+14 |
* | sd_lavc: change license to LGPL | wm4 | 2017-04-20 | 1 | -7/+7 |
* | sd_ass: change license to LGPL | wm4 | 2017-04-20 | 1 | -7/+7 |
* | ass_mp: change license to LGPL | wm4 | 2017-04-20 | 2 | -14/+14 |
* | filter_sdh: remove pointless set_pos function | wm4 | 2017-04-20 | 1 | -17/+10 |
* | filter_sdh: change license to LGPL | wm4 | 2017-04-20 | 1 | -7/+7 |
* | sub/osd_font.otf: fix fontforge errors/warnings | Ricardo Constantino | 2017-04-19 | 1 | -0/+0 |
* | osc: add volume icons to osd font and use them | Ricardo Constantino | 2017-04-19 | 1 | -0/+0 |
* | ass_mp: reallocate cached subtitle image data on format changes | wm4 | 2017-04-18 | 1 | -1/+2 |
* | sub: minor sdh filter fixes | Dan Oscarsson | 2017-04-15 | 1 | -1/+2 |
* | sub: add SDH subtitle filter | Dan Oscarsson | 2017-03-25 | 3 | -5/+482 |
* | sd_ass: disable --sub-fix-timing if sub style override is fully disabled | wm4 | 2017-03-15 | 1 | -1/+1 |
* | lavc_conv: pass pkt_timebase to ffmpeg | Aman Gupta | 2017-02-18 | 1 | -0/+3 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 2 | -0/+16 |
* | sub: add justify of subtitles | Dan Oscarsson | 2017-02-01 | 4 | -0/+10 |
* | command: shorten long playlists on OSD | wm4 | 2017-01-26 | 3 | -5/+30 |
* | osd: move some internal declarations to internal headers | wm4 | 2017-01-26 | 3 | -10/+7 |
* | sub: add option to force using video resolution for image subtitles | wm4 | 2017-01-23 | 1 | -1/+1 |
* | sd_lavc: remove old broken heuristic | wm4 | 2017-01-23 | 2 | -39/+10 |
* | Remove compatibility things | wm4 | 2016-12-07 | 2 | -8/+0 |
* | dec_sub: avoid full reinit on switches to the same segment | wm4 | 2016-11-09 | 1 | -2/+7 |
* | player: show subtitles on VO if --force-window is used | wm4 | 2016-10-26 | 3 | -0/+22 |
* | options: rename subtitle options | Dan Oscarsson | 2016-10-03 | 1 | -4/+4 |
* | sd_ass: fix top alignment of secondary subtitles | wm4 | 2016-09-25 | 1 | -3/+4 |
* | osd: fix OSD redrawing after removing external overlays | wm4 | 2016-09-20 | 1 | -0/+2 |
* | options, command: simplify some option updates | wm4 | 2016-09-19 | 1 | -0/+2 |
* | osd: fix OSD getting stuck with --blend-subtitles=yes | wm4 | 2016-09-16 | 3 | -19/+18 |
* | osd: fix subtitle/overlay update problems | wm4 | 2016-09-16 | 1 | -2/+6 |
* | osd: slightly simplify update logic | wm4 | 2016-09-15 | 4 | -27/+19 |
* | sub: Add SD_CTRL_UPDATE_SPEED | Vladimir Panteleev | 2016-09-13 | 2 | -0/+4 |
* | sub: fix previous commit with older libass releases | wm4 | 2016-09-07 | 1 | -0/+2 |
* | sub: actually apply text alignment options to non-ASS subtitles | wm4 | 2016-09-07 | 1 | -0/+2 |
* | sd_lavc: enable teletext | wm4 | 2016-09-03 | 1 | -0/+11 |
* | sd_lavc: always set decoder timebase | wm4 | 2016-08-29 | 1 | -18/+2 |
* | sub: don't potentially discard too many subtitles on seek | wm4 | 2016-08-14 | 3 | -3/+13 |
* | mp_image: split colorimetry metadata into its own struct | Niklas Haas | 2016-07-03 | 2 | -23/+21 |
* | sub: remove unused sub_bitmaps.scaled field | wm4 | 2016-07-03 | 2 | -5/+0 |
* | sub: move RGBA scaling to vo_vaapi | wm4 | 2016-07-03 | 2 | -66/+0 |
* | sub: change how libass output is converted to RGBA in some cases | wm4 | 2016-07-03 | 5 | -132/+103 |
* | sub: move around some code | wm4 | 2016-07-03 | 1 | -39/+60 |
* | sub: pass preferred OSD format to subtitle renderers | wm4 | 2016-07-03 | 9 | -18/+22 |
* | sub: set ASS sub bitmap data to correct pointer | wm4 | 2016-07-01 | 1 | -0/+3 |
* | sub: pack libass bitmaps directly in sd_ass.c and osd_libass.c | wm4 | 2016-06-30 | 6 | -54/+148 |
* | ass_mp.h: remove conditional inclusion guards | wm4 | 2016-06-24 | 1 | -6/+2 |
* | bitmap_packet: let max=0 mean unlimited | wm4 | 2016-06-18 | 1 | -1/+0 |
* | sd_lavc: fix sub-bitmap alignment | wm4 | 2016-06-18 | 1 | -1/+1 |
* | sd_lavc: align sub-bitmaps for the sake of libswscale | wm4 | 2016-06-18 | 2 | -7/+11 |
* | sd_lavc: fix typo | wm4 | 2016-06-18 | 1 | -1/+1 |
* | sub, vo_opengl: use packed sub-bitmaps directly if available | wm4 | 2016-06-17 | 3 | -1/+30 |
* | sd_lavc: change hack against vobsubs with wrong resolution | wm4 | 2016-06-17 | 1 | -8/+9 |
* | sub: fix --sub-gauss | wm4 | 2016-06-17 | 4 | -51/+37 |
* | sub: move paletted image handling completely to sd_lavc.c | wm4 | 2016-06-17 | 5 | -118/+87 |
* | sd_lavc: move AVSubtitle bitmap setup code into its own function | wm4 | 2016-06-17 | 1 | -34/+44 |
* | sd_lavc: work around bug in older ffmpeg releases | wm4 | 2016-05-10 | 1 | -2/+6 |
* | ass_process_chunk: Use llrint, not lrint | Richard H Lee | 2016-05-10 | 1 | -2/+2 |
* | osd: make osd_ass_0/1 defines | wm4 | 2016-05-03 | 3 | -11/+9 |
* | sd_ass: minor consistency adjustment | wm4 | 2016-04-30 | 1 | -2/+2 |
* | sd_add: replace --sub-ass=no with --ass-style-override=strip | wm4 | 2016-04-30 | 1 | -1/+2 |
* | osd: add italic font for osd | st4t1k | 2016-04-08 | 3 | -0/+3 |
* | sub: interpret "text" subtitles as srt | wm4 | 2016-04-06 | 1 | -0/+3 |
* | sd_lavc: use decoder-reordered PTS for PGS | wm4 | 2016-04-02 | 1 | -3/+21 |
* | sd_lavc: add a comment about duration==0 handling | wm4 | 2016-04-02 | 1 | -1/+3 |
* | sd_lavc: fix subtitle display with unknown end timestamps | wm4 | 2016-04-02 | 1 | -1/+1 |
* | sub: force segment switch if video is already ahead | wm4 | 2016-03-25 | 1 | -0/+8 |
* | vo_opengl, osd: allow osc.lua to react faster on resizes | wm4 | 2016-03-21 | 2 | -6/+30 |
* | osd: fix build with --disable-libass | wm4 | 2016-03-16 | 1 | -1/+1 |
* | osd: cleanup: make OSDTYPE_ constants private to OSD code | wm4 | 2016-03-08 | 3 | -21/+28 |
* | osd, lua: manage multiple ASS overlays set with set_osd_ass() calls | wm4 | 2016-03-08 | 5 | -41/+83 |
* | osd: restructure and move ASS objects into its own struct | wm4 | 2016-03-08 | 2 | -61/+81 |
* | osd: refactor how mp_ass_render_frame() is called | wm4 | 2016-03-08 | 6 | -16/+22 |
* | osd, lua: remove weird OSD scaling | wm4 | 2016-03-07 | 4 | -39/+0 |
* | osd: remove unused osd_coords_to_video() | wm4 | 2016-03-07 | 2 | -22/+0 |
* | sub: make preloading more robust | wm4 | 2016-03-06 | 4 | -10/+24 |
* | sd_ass: always clear subtitles on seek if duration unknown | wm4 | 2016-03-05 | 1 | -1/+1 |
* | sd_ass: always handle subtitles with unknown duration | wm4 | 2016-03-05 | 1 | -2/+14 |
* | sub: pass all attachments to the subtitle decoder | wm4 | 2016-03-03 | 4 | -13/+19 |
* | lavc_conv: fix Libav srt subtitles | wm4 | 2016-02-29 | 1 | -4/+1 |
* | 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 |
* | sub: implement "sub-seek 0" | wm4 | 2016-02-04 | 1 | -5/+12 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 5 | -35/+35 |
* | vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decoding | Aman Gupta | 2016-01-18 | 1 | -2/+16 |
* | lavc_conv: pass real_time=1 option to ffmpeg for eia_608 decoder | Aman Gupta | 2016-01-18 | 1 | -1/+7 |
* | ass_mp: add mp_ass_flush_old_events() | Aman Gupta | 2016-01-18 | 2 | -0/+15 |
* | sub: fix memory leaks | wm4 | 2016-01-18 | 1 | -3/+6 |
* | osd: make osd-width/height properties watchable | wm4 | 2016-01-15 | 1 | -2/+7 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 4 | -11/+11 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 7 | -7/+7 |
* | sub: read subtitles until their timestamps are past video | wm4 | 2016-01-11 | 1 | -1/+1 |
* | sd_ass: fix memory leaks with --sub-ass=no | wm4 | 2016-01-04 | 1 | -1/+4 |
* | sub: do not check for duplicates if --sub-clear-on-seek is set | wm4 | 2015-12-31 | 1 | -1/+5 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 | 2 | -15/+35 |
* | 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 | 6 | -135/+66 |
* | sub: minor refactor how video FPS for MicroDVD is set | wm4 | 2015-12-27 | 4 | -25/+26 |
* | sub: destroy/recreate ASS_Renderer when disabling/enablings subs | wm4 | 2015-12-26 | 4 | -8/+32 |
* | sub: always recreate ASS_Renderer on subtitle decoder reinit | wm4 | 2015-12-26 | 4 | -38/+74 |
* | sub: cache subtitle state per track instead of per demuxer stream | wm4 | 2015-12-26 | 2 | -13/+4 |
* | sub: clear subtitle list when crossing timeline boundary | wm4 | 2015-12-25 | 2 | -4/+13 |
* | sub: use macros to remove code duplication | wm4 | 2015-12-24 | 1 | -49/+31 |
* | sub: merge bitmap render functions into one for each kind | wm4 | 2015-12-24 | 1 | -84/+45 |
* | sub: remove "inaccurate" code path | wm4 | 2015-12-24 | 1 | -10/+0 |
* | sub: find GBRP format automatically when rendering to RGB | wm4 | 2015-12-24 | 1 | -12/+11 |
* | sub: better alpha blending when rendering to alpha surfaces | wm4 | 2015-12-24 | 1 | -1/+35 |
* | dec_sub: avoid segfault on sub_init_decoder failure | Aman Gupta | 2015-12-22 | 1 | -1/+2 |
* | sd_ass: handle --sub-clear-on-seek correctly with non-ASS subs | wm4 | 2015-12-20 | 1 | -1/+3 |
* | lavc_conv: fix invalid write | wm4 | 2015-12-19 | 1 | -3/+2 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 3 | -12/+6 |
* | sub: remove unused video width/height headers | wm4 | 2015-12-18 | 3 | -14/+0 |
* | sub: rename sd_lavc_conv.c to lavc_conv.c | wm4 | 2015-12-18 | 1 | -0/+0 |
* | sub: remove subtitle filter chain concept | wm4 | 2015-12-18 | 6 | -293/+122 |
* | sub: do not clear subtitle list on seeking | wm4 | 2015-12-18 | 4 | -28/+38 |
* | sd_ass: remove dead code | wm4 | 2015-12-17 | 3 | -65/+7 |
* | sub: detect charset in demuxer | wm4 | 2015-12-17 | 1 | -42/+5 |
* | sub: remove sd_srt.c | wm4 | 2015-12-15 | 2 | -479/+0 |
* | sub: remove sd_microdvd.c | wm4 | 2015-12-15 | 2 | -346/+0 |
* | sub: remove sd_lavf_srt.c | wm4 | 2015-12-15 | 2 | -96/+0 |
* | sub: remove sd_movtext.c | wm4 | 2015-12-15 | 2 | -63/+1 |
* | csputils: rename "yuv2rgb" functions | wm4 | 2015-12-09 | 2 | -5/+5 |
* | csputils: remove obscure int_bits matrix scaling | wm4 | 2015-12-09 | 2 | -12/+9 |
* | sub: increase gap/overlap fixing threshold to 210ms | wm4 | 2015-12-07 | 1 | -2/+2 |
* | sd_ass: slightly better heuristic for applying --sub-fix-timing | wm4 | 2015-12-06 | 1 | -1/+10 |
* | 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 | 3 | -31/+28 |
* | sub: move --sub-fix-timing handling to renderer | wm4 | 2015-12-05 | 2 | -36/+69 |
* | sd_lavc: remove small gaps between subtitles | wm4 | 2015-12-05 | 3 | -2/+10 |
* | sd_lavc: discard empty subtitles and improve sub_seek behavior | wm4 | 2015-12-05 | 1 | -27/+49 |
* | sd_lavc: implement sub_step/sub_seek | wm4 | 2015-12-05 | 1 | -0/+76 |
* | sub: allow feeding bitmap subs in advance | wm4 | 2015-12-05 | 4 | -8/+44 |
* | sub: remove unused function, move another one | wm4 | 2015-11-29 | 3 | -40/+24 |
* | osd: fix and cleanup font style management | wm4 | 2015-11-29 | 2 | -48/+62 |
* | osd: use the same ASS_Renderer for OSD text and progbar | wm4 | 2015-11-28 | 4 | -32/+43 |
* | sd_ass: fix secondary subtitle mode | wm4 | 2015-11-22 | 1 | -1/+1 |
* | player: remove OSD subtitle render path | wm4 | 2015-11-17 | 6 | -64/+78 |
* | player: use demuxer ts offset to simplify timeline ts handling | wm4 | 2015-11-16 | 2 | -2/+1 |
* | sub: remove an unneeded old hack for MicroDVD | wm4 | 2015-11-16 | 1 | -11/+0 |
* | sub: remove use of semi-deprecated libass field | wm4 | 2015-10-28 | 1 | -1/+0 |
* | Replace deprecated av_free_packet() calls | wm4 | 2015-10-28 | 1 | -3/+3 |
* | options: remove --use-text-osd | wm4 | 2015-10-24 | 1 | -3/+0 |
* | sd_lavc: take care of AVPicture deprecation | wm4 | 2015-10-23 | 1 | -3/+12 |
* | sub: adjust behavior on mismatching video/subtitle aspect mismatch | wm4 | 2015-10-21 | 1 | -7/+2 |
* | sd_lavc: extend subtitle resolution if images go outside | wm4 | 2015-10-21 | 1 | -0/+9 |
* | Take care of libavcodec convergence_duration deprecation | wm4 | 2015-09-29 | 1 | -0/+2 |
* | player: rename and move find_subfiles.c | wm4 | 2015-09-20 | 2 | -319/+0 |
* | player: add opus to list of external audio file extensions | wm4 | 2015-09-20 | 1 | -1/+1 |
* | osd: delay libass initialization as far as possible | wm4 | 2015-09-07 | 1 | -5/+9 |
* | sub: always try to use libavcodec text subtitle converter | wm4 | 2015-09-01 | 1 | -12/+4 |
* | sd_ass: assume negative durations are unknown durations, and handle them | wm4 | 2015-08-27 | 1 | -5/+27 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 3 | -22/+0 |
* | charset_conv: make it possible to return an allocated string as guess | wm4 | 2015-08-01 | 1 | -4/+4 |
* | sub: add option for stretching image subtitles to screen | wm4 | 2015-07-18 | 1 | -0/+2 |
* | sub: fix srt subs and other cases | wm4 | 2015-07-07 | 1 | -0/+1 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 | 4 | -3/+16 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 1 | -2/+2 |
* | player: use an array for stream ID options and such | wm4 | 2015-05-22 | 1 | -2/+2 |
* | sub: add .sup file extension for subtitle autoloading | wm4 | 2015-05-18 | 1 | -1/+1 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 1 | -3/+3 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 13 | -59/+49 |
* | mp_image: remove redundant flags field | wm4 | 2015-04-10 | 1 | -2/+2 |
* | mp_image: remove redundant chroma_x/y_shift fields | wm4 | 2015-04-10 | 1 | -3/+3 |
* | mp_image: get rid of chroma_width/height fields | wm4 | 2015-04-09 | 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 |
* | player: load .ac3 files as external files | wm4 | 2015-04-02 | 1 | -1/+1 |
* | sub: add --sub-text-bold option | wm4 | 2015-04-01 | 3 | -0/+3 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 1 | -3/+5 |
* | vo_opengl: draw subtitles directly onto the video | Niklas Haas | 2015-03-26 | 2 | -0/+3 |
* | video: uninline memcpy_pic functions | wm4 | 2015-03-20 | 1 | -1/+0 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 6 | -24/+14 |
* | sub: this isn't needed either | wm4 | 2015-03-03 | 2 | -5/+0 |
* | sd_lavc: remove mp4 vobsub extradata hack | wm4 | 2015-03-03 | 1 | -35/+0 |
* | sd_ass: replace a deprecated libass API call | wm4 | 2015-02-25 | 1 | -1/+1 |
* | sub: fully update plaintext subtitle styles at runtime | wm4 | 2015-02-24 | 2 | -6/+13 |
* | sub: move mp_ass_configure() code | wm4 | 2015-02-24 | 3 | -60/+57 |
* | osd: force alignment for OSD bar | wm4 | 2015-02-24 | 1 | -1/+2 |
* | osd: always reset style params | wm4 | 2015-02-24 | 1 | -11/+8 |
* | sub: apply text subtitle style overrides more eagerly | wm4 | 2015-02-24 | 1 | -1/+3 |
* | libass: remove redundant checks for LIBASS_VERSION | Ben Boeckel | 2015-02-24 | 3 | -25/+0 |
* | find_subfiles: Add 'vtt' to subtitle extensions | Jaime Marquínez Ferrándiz | 2015-02-18 | 1 | -1/+1 |
* | sub: mess with styling defaults, change --ass-use-margins behavior | wm4 | 2015-02-16 | 3 | -15/+24 |
* | osd: customizable subtitle and OSD position | wm4 | 2015-02-16 | 3 | -0/+11 |
* | osd: make it possible to have different subtitle vs. OSD defaults | wm4 | 2015-02-16 | 2 | -26/+43 |
* | sd_ass: fix some corner cases in tag stripping | wm4 | 2015-02-12 | 1 | -5/+14 |
* | player: add external audio file auto-loading | wm4 | 2015-02-02 | 2 | -40/+62 |
* | ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAIL | Ben Boeckel | 2015-01-27 | 1 | -1/+1 |
* | sd_lavc: apply fallback to video resolution only for vobsubs | wm4 | 2015-01-06 | 1 | -14/+11 |
* | csputils: replace float[3][4] with a struct | wm4 | 2015-01-06 | 3 | -14/+14 |
* | csputils: move image_params -> csp_params into a function | wm4 | 2015-01-06 | 1 | -2/+1 |
* | csputils: get rid of mp_csp_details | wm4 | 2015-01-06 | 3 | -8/+7 |
* | sub: add option to not scale subtitles with window | wm4 | 2015-01-05 | 1 | -0/+5 |
* | sd_lavc: ignore image subtitles with unknown duration after 1 minute | wm4 | 2014-12-22 | 1 | -0/+3 |
* | sd_lavc: compensate for a stupid libavcodec API issue | wm4 | 2014-12-21 | 1 | -1/+4 |
* | player: add option not to use OSD/fontconfig | wm4 | 2014-11-25 | 1 | -0/+3 |
* | draw_bmp: make code more obvious, remove assertion | wm4 | 2014-11-21 | 1 | -3/+3 |
* | sub: load .mks files as external subtitles | wm4 | 2014-11-06 | 1 | -1/+1 |
* | sub: remove osd_get_sub() | wm4 | 2014-11-01 | 2 | -8/+0 |
* | osd: slightly change default style | Martin Herkt | 2014-10-23 | 1 | -3/+3 |
* | sd_lavc: strictly letter-box PGS subtitles | wm4 | 2014-10-21 | 2 | -3/+8 |
* | sub: adjustments to --ass-style-override option | wm4 | 2014-10-17 | 1 | -4/+7 |
* | osd: properly redraw external overlays when they are set | wm4 | 2014-10-14 | 1 | -0/+1 |
* | Add some missing "const"s | wm4 | 2014-10-10 | 3 | -6/+6 |
* | sub: round scaled subtitles | wm4 | 2014-10-02 | 1 | -4/+4 |
* | command: allow using ASS tags on OSD messages | wm4 | 2014-09-18 | 3 | -2/+17 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 1 | -2/+4 |
* | img_convert: sanitizer: avoid invalid left-shifts | Ben Boeckel | 2014-09-14 | 1 | -4/+4 |
* | sanitizer: avoid divide-by-zero instances | Ben Boeckel | 2014-09-14 | 1 | -2/+4 |
* | sub: fix possible deadlock with --no-sub-ass and similar | wm4 | 2014-09-06 | 1 | -0/+2 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 5 | -5/+5 |
* | sd_lavc: remove ineffective code | wm4 | 2014-08-24 | 1 | -4/+1 |
* | osd+osc: Add left-arrow to osd-font | ChrisK2 | 2014-08-21 | 1 | -0/+0 |
* | sub: add option to workaround broken mkv files | wm4 | 2014-08-14 | 1 | -1/+1 |
* | sub: call sub_reset() on seeks only | wm4 | 2014-08-14 | 1 | -9/+3 |
* | ass: remove some pointless ifdeffery | wm4 | 2014-07-22 | 1 | -4/+0 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 2 | -0/+19 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 2 | -19/+0 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 2 | -0/+2 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 3 | -10/+9 |
* | Basic xdg directory implementation | Kenneth Zhou | 2014-06-26 | 2 | -3/+3 |
* | sd_lavc: fix stupidity | wm4 | 2014-06-19 | 1 | -2/+5 |
* | sd_lavc: improve bitmap subtitle timing | wm4 | 2014-06-18 | 1 | -71/+103 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 3 | -16/+44 |
* | sub: prefer ffmpeg microdvd converter over internal one | wm4 | 2014-06-15 | 1 | -1/+1 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 3 | -20/+0 |
* | sub: add --sub-scale-with-window option | wm4 | 2014-06-14 | 1 | -4/+7 |
* | options: remove use of an inverted option value | wm4 | 2014-06-13 | 1 | -1/+1 |
* | Add more const | wm4 | 2014-06-11 | 6 | -8/+8 |
* | osd: Center the volume icon in the osd font | ChrisK2 | 2014-06-10 | 1 | -0/+0 |
* | sub: remove old style override option | wm4 | 2014-06-05 | 1 | -27/+0 |
* | sub: add --ass-style-override=force option | wm4 | 2014-06-05 | 1 | -0/+9 |
* | osd/libass: use BorderStyle=4 for background | wm4 | 2014-06-01 | 1 | -0/+11 |
* | sub: fix undefined behavior in ASS color calculation (2) | wm4 | 2014-05-10 | 1 | -2/+2 |
* | sub: fix undefined behavior in ASS color calculation | wm4 | 2014-05-10 | 1 | -1/+1 |
* | options: merge ---sub-auto-match with --sub-auto | wm4 | 2014-05-04 | 1 | -2/+2 |
* | osd: make code C99 | wm4 | 2014-04-26 | 1 | -5/+3 |
* | video: make mp_image use mp_image_params directly | wm4 | 2014-04-21 | 1 | -10/+10 |
* | ass_mp: don't use --subcp for --ass-styles | wm4 | 2014-03-31 | 1 | -1/+1 |
* | 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 | -18/+11 |
* | osd: always update already visible OSD bar on seeks | wm4 | 2013-02-16 | 1 | -2/+4 |
* | osd: add --osd-bar-align-x/y options to control OSD bar position | wm4 | 2013-02-14 | 1 | -2/+19 |
* | Check return values of some mp_find_..._config_file function calls for NULL | wm4 | 2013-02-09 | 1 | -2/+3 |
* | sub: add experimental --force-rgba-osd-rendering switch | wm4 | 2013-01-13 | 1 | -1/+6 |
* | draw_bmp: use multiple bounding boxes | wm4 | 2013-01-13 | 1 | -27/+20 |
* | img_convert: use multiple bounding boxes for ASS->RGBA | wm4 | 2013-01-13 | 1 | -26/+47 |
* | img_convert: add sub_bitmap bounding box functions | wm4 | 2013-01-13 | 5 | -25/+97 |
* | draw_bmp: don't copy Y plane on up/down-sampling | wm4 | 2013-01-13 | 1 | -5/+46 |