summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* | | | parser-mpcmd: minor simplificationwm42012-11-011-8/+3
* | | | http: fix potential NULL pointer issuewm42012-11-011-10/+9
* | | | tl_matroska: fix NULL pointer issuewm42012-11-011-1/+2
* | | | http: fix potential NULL pointer issuewm42012-11-011-1/+4
* | | | demux_mkv: fix a hang with invalid filesUoti Urpala2012-11-011-0/+2
* | | | manpage: --codecpath was removedwm42012-11-011-3/+0
* | | | demux_ts: remove some incorrect usages of realloc_structreimar2012-10-311-19/+16
* | | | subreader: do not write outside array boundsreimar2012-10-311-2/+4
* | | | cookies: replace sprintf with snprintfreimar2012-10-311-5/+7
* | | | stream_cddb: replace sprintf with snprintfreimar2012-10-311-12/+14
* | | | af_hrtf: clamp output to relieve noisesupsuper2012-10-311-4/+5
* | | | spudec: set pointers to NULL after freereimar2012-10-311-0/+2
* | | | input: fix off-by-one errorreimar2012-10-311-1/+1
* | | | ao_oss: make error check slightly more correctreimar2012-10-311-1/+1
* | | | geometry: remove useless NULL checkreimar2012-10-311-2/+2
* | | | mplayer: mark exit_player as noreturnwm42012-10-311-1/+3
* | | | vo_vdpau: fix off-by-one errorreimar2012-10-311-1/+1
* | | | x11_common: make some variables staticreimar2012-10-311-2/+2
* | | | x11_common: make modecount variable globalreimar2012-10-311-3/+3
* | | | config: better error reporting, make invalid option values non-fatalwm42012-10-311-19/+15
* | | | commands: fix audio-delay propertywm42012-10-301-3/+5
* | | | commands: make media-title property return filename in default casewm42012-10-301-14/+15
* | | | fmt-conversion: guard ffmpeg-only pixel formatwm42012-10-301-0/+3
* | | | cleanup: remove some things related to old video decoderswm42012-10-304-55/+18
* | | | mplayer: fix multiline terminal OSDwm42012-10-301-0/+3
* | | | demux_lavf, ad_ffmpeg: don't change AVCodecContext.block_alignwm42012-10-301-1/+1
* | | | codecs.conf: cleanup: remove stale entrywm42012-10-301-8/+0
* | | | demux_lavf: add a hack to work around other hackswm42012-10-304-0/+12
* | | | configure: bump required ffmpeg library versionswm42012-10-301-1/+1
* | | | input: remove default bindings for sub_stepwm42012-10-301-2/+2
* | | | command: make property "deinterlace" unavailable if deinterlacer absentwm42012-10-301-3/+5
* | | | options: remove --hr-mp3-seekwm42012-10-303-12/+0
* | | | options: remove --adapterwm42012-10-306-34/+0
* | | | cleanup: remove M_OPT_NOCMDwm42012-10-302-13/+2
* | | | manpage: -benchmark was renamed to -untimedwm42012-10-301-0/+1
* | | | options: rename -ni to -avi-niwm42012-10-305-4/+5
* | | | options, avi: remove -loadidx/-saveidxwm42012-10-305-78/+0
* | | | cleanup: remove references to CONFIG_TV_DSHOWwm42012-10-302-16/+3
* | | | cleanup: remove references to CONFIG_XVID4wm42012-10-301-4/+0