summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* options: respect --no-msgcolor during early program startwm42012-11-161-1/+1
* options: remove --displaywm42012-11-164-24/+1
* options: rename --xineramascreen to --screen, remove magic valueswm42012-11-164-9/+10
* options: remove --osdlevel in favor of --osd-levelwm42012-11-161-1/+0
* video/filter: rename vf_eq2 to vf_eqwm42012-11-165-8/+8
* vo_opengl: remove osdcolor suboptionwm42012-11-162-22/+0
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-1616-56/+13
* configure: remove --enable-profilewm42012-11-161-11/+4
* manpage: various fixeswm42012-11-167-81/+41
* input: silence warning if input.conf is missingwm42012-11-161-0/+4
* encoding examples: change global_quality use to qscaleRudolf Polzer2012-11-151-4/+4
* mplayer: do not freeze when trying to loop an unseekable filewm42012-11-141-1/+13
* options: make --loop always per-filewm42012-11-141-1/+1
* Makefile: don't strip by default, add install-strip targetswm42012-11-142-13/+13
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-145-5/+26
* Makefile: do not create config directory with install targetwm42012-11-141-1/+0
* example.conf: all options should be commentedwm42012-11-141-1/+1
* cfg-mplayer: do not include encode options when encoding disabledwm42012-11-141-0/+2
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-144-2/+17
* build: build manpage by default if rst2man is detectedwm42012-11-142-9/+24
* Makefile: add mpv.rst dependencieswm42012-11-141-0/+9
* TOOLS: remove checktree.shwm42012-11-142-354/+1
* build: remove doc/locale language auto-detection, simplifywm42012-11-144-167/+22
* network: fix crash with -playlist http://...wm42012-11-141-0/+2
* mixer: fix lowering hw volume while mutedUoti Urpala2012-11-141-1/+1
* ao_coreaudio: fix deprecation warningsStefano Pigozzi2012-11-131-6/+6
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-138-7/+17
* vf_dlopen: fix a typo in zeroing memory (thanks, pigoz)Rudolf Polzer2012-11-131-1/+1
* Makefile: fix install targetsJohannes Nixdorf2012-11-131-2/+2
* win32: remove pointless get/release DC wrapperswm42012-11-123-32/+8
* Add MP_NORETURN and replace av_noreturn useswm42012-11-122-1/+4
* mp_common.h: split parts into mp_talloc.h and compiler.hwm42012-11-124-50/+79
* libav.h: increase compatibility by not including libavutil/version.hwm42012-11-121-1/+0
* Add missing compat/libav.h includeswm42012-11-123-0/+5
* Rename directories, move files (step 2 of 2)wm42012-11-12250-1187/+1171
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-12278-0/+0
* mpv_identify: stop using \n; fix property name handlingRudolf Polzer2012-11-121-2/+5
* vo_opengl: fix compatibility with OpenGL 2.1wm42012-11-122-0/+11
* vo_opengl: fix srgb for subtitlesnand2012-11-112-8/+21
* vo_xv: don't call vo_xv_get_eq() on every framewm42012-11-111-7/+17
* example.conf: remove some useless options, add some useful oneswm42012-11-111-45/+10
* vo_opengl: disable extended downscaling by defaultwm42012-11-112-2/+1
* Replace fast_memcpy() useswm42012-11-1114-38/+27
* manpage: vo_opengl: document that srgb subopt changes gammawm42012-11-111-1/+2
* vo_opengl: add manual sRGB companding to not artifact when ditheringnand2012-11-112-14/+11
* cocoa_common: honor the `--geometry` optionStefano Pigozzi2012-11-102-1/+11
* ao_coreaudio: signal per-application mixer supportStefano Pigozzi2012-11-081-0/+1
* demux_mkv: TTA supportKovensky2012-11-082-1/+15
* demux_mkv: don't crash on tracks with unknown audio codecswm42012-11-083-5/+2
* Port several python scripts to PerlKovensky2012-11-0812-489/+1407
* vd_ffmpeg: disable codec direct rendering and slices by defaultwm42012-11-074-2/+4
* osxbundle: run install_name_tool -id only on direct dependenciesStefano Pigozzi2012-11-061-15/+14
* cocoa_common: save vo struct earlier in the startup processStefano Pigozzi2012-11-051-1/+1
* libav_compat: fix mmx2 define, provide fallback for avcodec_free_frameStefano Pigozzi2012-11-036-6/+12
* libav_compat: add missing includesStefano Pigozzi2012-11-031-0/+3
* make compile with recent libavStefano Pigozzi2012-11-034-14/+46
* uncrustify af.hStefano Pigozzi2012-11-021-76/+77
* audio: untypedef af_streamStefano Pigozzi2012-11-024-31/+30
* audio: untypedef af_cfgStefano Pigozzi2012-11-025-8/+8
* audio: untypedef af_instanceStefano Pigozzi2012-11-0228-155/+154
* audio: untypedef af_infoStefano Pigozzi2012-11-0225-53/+52
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-0228-192/+191
* configure: detect rst2man binary nameStefano Pigozzi2012-11-022-2/+8
* encode: bail out on missing A or V streamRudolf Polzer2012-11-012-3/+18
* Merge branch 'osd_changes' into masterwm42012-11-0180-5084/+3339
|\
| * draw_bmp: remove swscale bug workaroundwm42012-11-011-3/+1
| * VO: remove code duplication for setting up mp_osd_reswm42012-11-016-188/+170
| * vo_vdpau: remove unneeded assignment to vo_fswm42012-11-011-3/+0
| * vo_opengl, vo_opengl_old: remove -wid/viewport special casewm42012-11-012-13/+1
| * image_writer: add dump_png() function as debugging helperwm42012-11-012-0/+10
| * screenshot: remove hack for passing anamorphic image sizewm42012-11-0110-41/+33
| * screenshot: let VOs pass colorspace information via mp_imagewm42012-11-0110-15/+19
| * screenshot, draw_bmp: use colorspace passed with mp_imagewm42012-11-0112-92/+137
| * mp_image: add fields to pass colorspace down the filter chainwm42012-10-286-1/+51
| * mp_image: use uint8_t instead of unsigned char for plane pointerswm42012-10-281-1/+2
| * csputils: better support for integer color valueswm42012-10-284-9/+27
| * draw_bmp, csputils: use function instead of macrowm42012-10-284-37/+12
| * draw_bmp: cosmetics, refactorwm42012-10-283-434/+332
| * mpcommon: add mp_rect typewm42012-10-271-0/+5
| * draw_bmp: remove CONDITIONAL2 codewm42012-10-241-25/+0
| * Merge branch 'master' into osd_changeswm42012-10-2441-435/+1389
| |\
| * | vo_lavc: never draw OSDwm42012-10-241-1/+1
| * | manpage: cleanupwm42012-10-246-214/+96
| * | options: remove --ffactor switchwm42012-10-247-21/+2
| * | options: remove --subfont-autoscale (changes default font scale)wm42012-10-246-44/+2
| * | options: remove subtitle related options that did nothingwm42012-10-246-61/+5
| * | draw_bmp: fix IMGFMT_BGR32 useRudolf Polzer2012-10-241-9/+15
| * | sub: add clarifying commentswm42012-10-241-1/+3
| * | core: disable vf_sub auto-insertionwm42012-10-243-48/+1
| * | VF: rename vf_ass to vf_subwm42012-10-247-30/+25
| * | vo_corevideo: add screenshot capabilityStefano Pigozzi2012-10-245-40/+71
| * | screenshot: hack against w/width confusionwm42012-10-241-1/+5
| * | draw_bmp: fix for yuy2 formatwm42012-10-242-1/+5
| * | core: do not try to redraw OSD if VO doesn't support OSDwm42012-10-244-24/+29
| * | sub: simplify OSD redrawing logicwm42012-10-243-25/+16
| * | manpage: optional input command args can't just be omittedwm42012-10-241-6/+6
| * | vo_corevideo: fix EOSD artifactsStefano Pigozzi2012-10-241-13/+16
| * | screenshot: change "screenshot" input commandwm42012-10-247-32/+32
| * | screenshot: allow taking screenshots with subtitleswm42012-10-246-19/+65
| * | vo_corevideo: uninitialize CoreVideo objects before OpenGLwm42012-10-241-1/+1
| * | VO, sub: refactorwm42012-10-2430-375/+331
| * | draw_bmp: don't try to call swscale if image format not supportedwm42012-10-243-2/+18
| * | sub: add cache to mp_draw_sub_bitmaps()wm42012-10-244-19/+86
| * | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingwm42012-10-246-228/+88
| * | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-2413-70/+79
| * | core: fix -subfilewm42012-10-242-5/+6
| * | mp_image: hack to fix alignment for certain image formatswm42012-10-241-0/+19
| * | spudec: use csputils for color conversionwm42012-10-243-10/+30
| * | Remove things related to old OSDwm42012-10-2418-1741/+1
| * | img_convert: fix alignment for RGBA imageswm42012-10-241-3/+8
| * | vo_x11: use new OSD APIwm42012-10-241-60/+26
| * | vo_xv: simplify screenshot codewm42012-10-241-35/+5
| * | vo_xv: use new OSD APIwm42012-10-241-101/+38
| * | vo_lavc: use new OSD APIRudolf Polzer2012-10-241-83/+50
| * | sub: add function to draw OSD into an imagewm42012-10-242-0/+31
| * | draw_bmp: compensate for libswscale writing past image boundswm42012-10-241-1/+2
| * | csputils: cosmetic changeswm42012-10-241-15/+5
| * | sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-247-0/+684
| * | mp_image: fix copy_mpi() with 16 bit formats, add helper macrosRudolf Polzer2012-10-242-5/+17
| * | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cRudolf Polzer2012-10-248-114/+166
| * | Merge branch 'master' into osd_changeswm42012-10-16156-30614/+4601
| |\ \
| * | | sub: fix and simplify some change detection detailswm42012-10-163-15/+14
| * | | spudec.c: crop subs, set scaled flagwm42012-10-161-30/+84
| * | | sub: switch to premultiplied alphawm42012-10-165-7/+35
| * | | sub: never decode subs to old OSD formatwm42012-10-1612-185/+191
| * | | sub: cosmetics: move things aroundwm42012-10-1612-72/+76
| * | | sub: cleanup: don't pass parameters via global variableswm42012-10-167-42/+38
| * | | sub: always go through sub.c for OSD renderingwm42012-10-167-56/+124
| * | | sub, VO: remove vo_osd_resized() functionwm42012-10-168-18/+5
| * | | libvo: remove eosd_packer.cwm42012-10-163-330/+0
| * | | vo_direct3d: use new OSD APIwm42012-10-161-287/+145
| * | | vo_corevideo: add EOSDwm42012-10-161-101/+22
| * | | vo_gl: use gl_osd.cwm42012-10-163-295/+27
| * | | vo_gl3: move OSD code to gl_osd.cwm42012-10-167-201/+449
| * | | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-1611-17/+8
| * | | vo_gl, options: remove doublebuffering option (--double)wm42012-10-166-31/+11
| * | | sub: make it easier to set DVD sub decoding with sd_lavcwm42012-10-163-9/+26
| * | | osd_libass: set RTL base direction to neutralwm42012-10-161-3/+6
| * | | sub, vo_gl3, vo_vdpau: exit early if there are no sub-images to drawwm42012-10-162-2/+2
| * | | sub: cleanup: remove vo_osd_probar_type/value global variableswm42012-10-165-18/+15
| * | | sub: cosmetics: turn some defines into enumswm42012-10-162-28/+34
| * | | mplayer: reset subtitles handled by dec_sub.c on seekwm42012-10-161-0/+2
| * | | vo_vdpau: use new EOSD for OSD, remove support for old OSD formatwm42012-10-161-180/+13
| * | | vo_vdpau: allow multiple EOSD rendererswm42012-10-161-34/+45
| * | | sub: allow converting DVD subs to RGBAwm42012-10-164-6/+53
| * | | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-1615-523/+600
| * | | vo_gl3: use old OSD using the emulation layerwm42012-10-161-97/+1
| * | | sub: add preliminary emulation layer to draw OSD with EOSDwm42012-10-162-0/+82
| * | | vo_gl3: support RGBA EOSDwm42012-10-165-99/+251
| * | | sub: create sub_bitmap array even when using libasswm42012-10-1612-111/+130
* | | | ao_alsa: make code less confusingwm42012-11-011-3/+7
* | | | stream: open_stream_plugin() should set error code on failurewm42012-11-011-0/+1
* | | | gl_common: add dummy initializationwm42012-11-011-2/+2
* | | | ad_spdif: don't print uninitialized value in debug messagewm42012-11-011-2/+2
* | | | gl_common: make glFmt2bpp() abort on unknown formatswm42012-11-011-1/+1
* | | | vf: fix NULL pointer issuewm42012-11-011-1/+1
* | | | input: minor simplificationwm42012-11-011-2/+1
* | | | vd: minor simplificationwm42012-11-011-2/+1
* | | | m_option: minor simplificationwm42012-11-011-4/+2
* | | | vo_x11: remove dead assignmentwm42012-11-011-8/+0
* | | | mplayer: remove useless timer callswm42012-11-011-5/