| Commit message (Expand) | Author | Age | Files | Lines |
* | libav.h: increase compatibility by not including libavutil/version.h | wm4 | 2012-11-12 | 1 | -1/+0 |
* | Add missing compat/libav.h includes | wm4 | 2012-11-12 | 3 | -0/+5 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 250 | -1187/+1171 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 278 | -0/+0 |
* | mpv_identify: stop using \n; fix property name handling | Rudolf Polzer | 2012-11-12 | 1 | -2/+5 |
* | vo_opengl: fix compatibility with OpenGL 2.1 | wm4 | 2012-11-12 | 2 | -0/+11 |
* | vo_opengl: fix srgb for subtitles | nand | 2012-11-11 | 2 | -8/+21 |
* | vo_xv: don't call vo_xv_get_eq() on every frame | wm4 | 2012-11-11 | 1 | -7/+17 |
* | example.conf: remove some useless options, add some useful ones | wm4 | 2012-11-11 | 1 | -45/+10 |
* | vo_opengl: disable extended downscaling by default | wm4 | 2012-11-11 | 2 | -2/+1 |
* | Replace fast_memcpy() uses | wm4 | 2012-11-11 | 14 | -38/+27 |
* | manpage: vo_opengl: document that srgb subopt changes gamma | wm4 | 2012-11-11 | 1 | -1/+2 |
* | vo_opengl: add manual sRGB companding to not artifact when dithering | nand | 2012-11-11 | 2 | -14/+11 |
* | cocoa_common: honor the `--geometry` option | Stefano Pigozzi | 2012-11-10 | 2 | -1/+11 |
* | ao_coreaudio: signal per-application mixer support | Stefano Pigozzi | 2012-11-08 | 1 | -0/+1 |
* | demux_mkv: TTA support | Kovensky | 2012-11-08 | 2 | -1/+15 |
* | demux_mkv: don't crash on tracks with unknown audio codecs | wm4 | 2012-11-08 | 3 | -5/+2 |
* | Port several python scripts to Perl | Kovensky | 2012-11-08 | 12 | -489/+1407 |
* | vd_ffmpeg: disable codec direct rendering and slices by default | wm4 | 2012-11-07 | 4 | -2/+4 |
* | osxbundle: run install_name_tool -id only on direct dependencies | Stefano Pigozzi | 2012-11-06 | 1 | -15/+14 |
* | cocoa_common: save vo struct earlier in the startup process | Stefano Pigozzi | 2012-11-05 | 1 | -1/+1 |
* | libav_compat: fix mmx2 define, provide fallback for avcodec_free_frame | Stefano Pigozzi | 2012-11-03 | 6 | -6/+12 |
* | libav_compat: add missing includes | Stefano Pigozzi | 2012-11-03 | 1 | -0/+3 |
* | make compile with recent libav | Stefano Pigozzi | 2012-11-03 | 4 | -14/+46 |
* | uncrustify af.h | Stefano Pigozzi | 2012-11-02 | 1 | -76/+77 |
* | audio: untypedef af_stream | Stefano Pigozzi | 2012-11-02 | 4 | -31/+30 |
* | audio: untypedef af_cfg | Stefano Pigozzi | 2012-11-02 | 5 | -8/+8 |
* | audio: untypedef af_instance | Stefano Pigozzi | 2012-11-02 | 28 | -155/+154 |
* | audio: untypedef af_info | Stefano Pigozzi | 2012-11-02 | 25 | -53/+52 |
* | audio: untypedef af_data and rename it to mp_audio | Stefano Pigozzi | 2012-11-02 | 28 | -192/+191 |
* | configure: detect rst2man binary name | Stefano Pigozzi | 2012-11-02 | 2 | -2/+8 |
* | encode: bail out on missing A or V stream | Rudolf Polzer | 2012-11-01 | 2 | -3/+18 |
* | Merge branch 'osd_changes' into master | wm4 | 2012-11-01 | 80 | -5084/+3339 |
|\ |
|
| * | draw_bmp: remove swscale bug workaround | wm4 | 2012-11-01 | 1 | -3/+1 |
| * | VO: remove code duplication for setting up mp_osd_res | wm4 | 2012-11-01 | 6 | -188/+170 |
| * | vo_vdpau: remove unneeded assignment to vo_fs | wm4 | 2012-11-01 | 1 | -3/+0 |
| * | vo_opengl, vo_opengl_old: remove -wid/viewport special case | wm4 | 2012-11-01 | 2 | -13/+1 |
| * | image_writer: add dump_png() function as debugging helper | wm4 | 2012-11-01 | 2 | -0/+10 |
| * | screenshot: remove hack for passing anamorphic image size | wm4 | 2012-11-01 | 10 | -41/+33 |
| * | screenshot: let VOs pass colorspace information via mp_image | wm4 | 2012-11-01 | 10 | -15/+19 |
| * | screenshot, draw_bmp: use colorspace passed with mp_image | wm4 | 2012-11-01 | 12 | -92/+137 |
| * | mp_image: add fields to pass colorspace down the filter chain | wm4 | 2012-10-28 | 6 | -1/+51 |
| * | mp_image: use uint8_t instead of unsigned char for plane pointers | wm4 | 2012-10-28 | 1 | -1/+2 |
| * | csputils: better support for integer color values | wm4 | 2012-10-28 | 4 | -9/+27 |
| * | draw_bmp, csputils: use function instead of macro | wm4 | 2012-10-28 | 4 | -37/+12 |
| * | draw_bmp: cosmetics, refactor | wm4 | 2012-10-28 | 3 | -434/+332 |
| * | mpcommon: add mp_rect type | wm4 | 2012-10-27 | 1 | -0/+5 |
| * | draw_bmp: remove CONDITIONAL2 code | wm4 | 2012-10-24 | 1 | -25/+0 |
| * | Merge branch 'master' into osd_changes | wm4 | 2012-10-24 | 41 | -435/+1389 |
| |\ |
|
| * | | vo_lavc: never draw OSD | wm4 | 2012-10-24 | 1 | -1/+1 |
| * | | manpage: cleanup | wm4 | 2012-10-24 | 6 | -214/+96 |
| * | | options: remove --ffactor switch | wm4 | 2012-10-24 | 7 | -21/+2 |
| * | | options: remove --subfont-autoscale (changes default font scale) | wm4 | 2012-10-24 | 6 | -44/+2 |
| * | | options: remove subtitle related options that did nothing | wm4 | 2012-10-24 | 6 | -61/+5 |
| * | | draw_bmp: fix IMGFMT_BGR32 use | Rudolf Polzer | 2012-10-24 | 1 | -9/+15 |
| * | | sub: add clarifying comments | wm4 | 2012-10-24 | 1 | -1/+3 |
| * | | core: disable vf_sub auto-insertion | wm4 | 2012-10-24 | 3 | -48/+1 |
| * | | VF: rename vf_ass to vf_sub | wm4 | 2012-10-24 | 7 | -30/+25 |
| * | | vo_corevideo: add screenshot capability | Stefano Pigozzi | 2012-10-24 | 5 | -40/+71 |
| * | | screenshot: hack against w/width confusion | wm4 | 2012-10-24 | 1 | -1/+5 |
| * | | draw_bmp: fix for yuy2 format | wm4 | 2012-10-24 | 2 | -1/+5 |
| * | | core: do not try to redraw OSD if VO doesn't support OSD | wm4 | 2012-10-24 | 4 | -24/+29 |
| * | | sub: simplify OSD redrawing logic | wm4 | 2012-10-24 | 3 | -25/+16 |
| * | | manpage: optional input command args can't just be omitted | wm4 | 2012-10-24 | 1 | -6/+6 |
| * | | vo_corevideo: fix EOSD artifacts | Stefano Pigozzi | 2012-10-24 | 1 | -13/+16 |
| * | | screenshot: change "screenshot" input command | wm4 | 2012-10-24 | 7 | -32/+32 |
| * | | screenshot: allow taking screenshots with subtitles | wm4 | 2012-10-24 | 6 | -19/+65 |
| * | | vo_corevideo: uninitialize CoreVideo objects before OpenGL | wm4 | 2012-10-24 | 1 | -1/+1 |
| * | | VO, sub: refactor | wm4 | 2012-10-24 | 30 | -375/+331 |
| * | | draw_bmp: don't try to call swscale if image format not supported | wm4 | 2012-10-24 | 3 | -2/+18 |
| * | | sub: add cache to mp_draw_sub_bitmaps() | wm4 | 2012-10-24 | 4 | -19/+86 |
| * | | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass rendering | wm4 | 2012-10-24 | 6 | -228/+88 |
| * | | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactor | wm4 | 2012-10-24 | 13 | -70/+79 |
| * | | core: fix -subfile | wm4 | 2012-10-24 | 2 | -5/+6 |
| * | | mp_image: hack to fix alignment for certain image formats | wm4 | 2012-10-24 | 1 | -0/+19 |
| * | | spudec: use csputils for color conversion | wm4 | 2012-10-24 | 3 | -10/+30 |
| * | | Remove things related to old OSD | wm4 | 2012-10-24 | 18 | -1741/+1 |
| * | | img_convert: fix alignment for RGBA images | wm4 | 2012-10-24 | 1 | -3/+8 |
| * | | vo_x11: use new OSD API | wm4 | 2012-10-24 | 1 | -60/+26 |
| * | | vo_xv: simplify screenshot code | wm4 | 2012-10-24 | 1 | -35/+5 |
| * | | vo_xv: use new OSD API | wm4 | 2012-10-24 | 1 | -101/+38 |
| * | | vo_lavc: use new OSD API | Rudolf Polzer | 2012-10-24 | 1 | -83/+50 |
| * | | sub: add function to draw OSD into an image | wm4 | 2012-10-24 | 2 | -0/+31 |
| * | | draw_bmp: compensate for libswscale writing past image bounds | wm4 | 2012-10-24 | 1 | -1/+2 |
| * | | csputils: cosmetic changes | wm4 | 2012-10-24 | 1 | -15/+5 |
| * | | sub: add helper to draw sub-bitmaps into an image | Rudolf Polzer | 2012-10-24 | 7 | -0/+684 |
| * | | mp_image: fix copy_mpi() with 16 bit formats, add helper macros | Rudolf Polzer | 2012-10-24 | 2 | -5/+17 |
| * | | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.c | Rudolf Polzer | 2012-10-24 | 8 | -114/+166 |
| * | | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 156 | -30614/+4601 |
| |\ \ |
|
| * | | | sub: fix and simplify some change detection details | wm4 | 2012-10-16 | 3 | -15/+14 |
| * | | | spudec.c: crop subs, set scaled flag | wm4 | 2012-10-16 | 1 | -30/+84 |
| * | | | sub: switch to premultiplied alpha | wm4 | 2012-10-16 | 5 | -7/+35 |
| * | | | sub: never decode subs to old OSD format | wm4 | 2012-10-16 | 12 | -185/+191 |
| * | | | sub: cosmetics: move things around | wm4 | 2012-10-16 | 12 | -72/+76 |
| * | | | sub: cleanup: don't pass parameters via global variables | wm4 | 2012-10-16 | 7 | -42/+38 |
| * | | | sub: always go through sub.c for OSD rendering | wm4 | 2012-10-16 | 7 | -56/+124 |
| * | | | sub, VO: remove vo_osd_resized() function | wm4 | 2012-10-16 | 8 | -18/+5 |
| * | | | libvo: remove eosd_packer.c | wm4 | 2012-10-16 | 3 | -330/+0 |
| * | | | vo_direct3d: use new OSD API | wm4 | 2012-10-16 | 1 | -287/+145 |
| * | | | vo_corevideo: add EOSD | wm4 | 2012-10-16 | 1 | -101/+22 |
| * | | | vo_gl: use gl_osd.c | wm4 | 2012-10-16 | 3 | -295/+27 |
| * | | | vo_gl3: move OSD code to gl_osd.c | wm4 | 2012-10-16 | 7 | -201/+449 |
| * | | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 11 | -17/+8 |
| * | | | vo_gl, options: remove doublebuffering option (--double) | wm4 | 2012-10-16 | 6 | -31/+11 |
| * | | | sub: make it easier to set DVD sub decoding with sd_lavc | wm4 | 2012-10-16 | 3 | -9/+26 |
| * | | | osd_libass: set RTL base direction to neutral | wm4 | 2012-10-16 | 1 | -3/+6 |
| * | | | sub, vo_gl3, vo_vdpau: exit early if there are no sub-images to draw | wm4 | 2012-10-16 | 2 | -2/+2 |
| * | | | sub: cleanup: remove vo_osd_probar_type/value global variables | wm4 | 2012-10-16 | 5 | -18/+15 |
| * | | | sub: cosmetics: turn some defines into enums | wm4 | 2012-10-16 | 2 | -28/+34 |
| * | | | mplayer: reset subtitles handled by dec_sub.c on seek | wm4 | 2012-10-16 | 1 | -0/+2 |
| * | | | vo_vdpau: use new EOSD for OSD, remove support for old OSD format | wm4 | 2012-10-16 | 1 | -180/+13 |
| * | | | vo_vdpau: allow multiple EOSD renderers | wm4 | 2012-10-16 | 1 | -34/+45 |
| * | | | sub: allow converting DVD subs to RGBA | wm4 | 2012-10-16 | 4 | -6/+53 |
| * | | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 15 | -523/+600 |
| * | | | vo_gl3: use old OSD using the emulation layer | wm4 | 2012-10-16 | 1 | -97/+1 |
| * | | | sub: add preliminary emulation layer to draw OSD with EOSD | wm4 | 2012-10-16 | 2 | -0/+82 |
| * | | | vo_gl3: support RGBA EOSD | wm4 | 2012-10-16 | 5 | -99/+251 |
| * | | | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 12 | -111/+130 |
* | | | | ao_alsa: make code less confusing | wm4 | 2012-11-01 | 1 | -3/+7 |
* | | | | stream: open_stream_plugin() should set error code on failure | wm4 | 2012-11-01 | 1 | -0/+1 |
* | | | | gl_common: add dummy initialization | wm4 | 2012-11-01 | 1 | -2/+2 |
* | | | | ad_spdif: don't print uninitialized value in debug message | wm4 | 2012-11-01 | 1 | -2/+2 |
* | | | | gl_common: make glFmt2bpp() abort on unknown formats | wm4 | 2012-11-01 | 1 | -1/+1 |
* | | | | vf: fix NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+1 |
* | | | | input: minor simplification | wm4 | 2012-11-01 | 1 | -2/+1 |
* | | | | vd: minor simplification | wm4 | 2012-11-01 | 1 | -2/+1 |
* | | | | m_option: minor simplification | wm4 | 2012-11-01 | 1 | -4/+2 |
* | | | | vo_x11: remove dead assignment | wm4 | 2012-11-01 | 1 | -8/+0 |
* | | | | mplayer: remove useless timer calls | wm4 | 2012-11-01 | 1 | -5/+1 |
* | | | | parser-mpcmd: minor simplification | wm4 | 2012-11-01 | 1 | -8/+3 |
* | | | | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -10/+9 |
* | | | | tl_matroska: fix NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+2 |
* | | | | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+4 |
* | | | | demux_mkv: fix a hang with invalid files | Uoti Urpala | 2012-11-01 | 1 | -0/+2 |
* | | | | manpage: --codecpath was removed | wm4 | 2012-11-01 | 1 | -3/+0 |
* | | | | demux_ts: remove some incorrect usages of realloc_struct | reimar | 2012-10-31 | 1 | -19/+16 |
* | | | | subreader: do not write outside array bounds | reimar | 2012-10-31 | 1 | -2/+4 |
* | | | | cookies: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -5/+7 |
* | | | | stream_cddb: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -12/+14 |
* | | | | af_hrtf: clamp output to relieve noises | upsuper | 2012-10-31 | 1 | -4/+5 |
* | | | | spudec: set pointers to NULL after free | reimar | 2012-10-31 | 1 | -0/+2 |
* | | | | input: fix off-by-one error | reimar | 2012-10-31 | 1 | -1/+1 |
* | | | | ao_oss: make error check slightly more correct | reimar | 2012-10-31 | 1 | -1/+1 |
* | | | | geometry: remove useless NULL check | reimar | 2012-10-31 | 1 | -2/+2 |
* | | | | mplayer: mark exit_player as noreturn | wm4 | 2012-10-31 | 1 | -1/+3 |
* | | | | vo_vdpau: fix off-by-one error | reimar | 2012-10-31 | 1 | -1/+1 |
* | | | | x11_common: make some variables static | reimar | 2012-10-31 | 1 | -2/+2 |
* | | | | x11_common: make modecount variable global | reimar | 2012-10-31 | 1 | -3/+3 |
* | | | | config: better error reporting, make invalid option values non-fatal | wm4 | 2012-10-31 | 1 | -19/+15 |
* |