summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-034-7/+138
* osx_common: Avoid deprecated Gestalt callsStefano Pigozzi2012-12-022-17/+27
* encoding-example-profiles: updates, iphone 5 supportRudolf Polzer2012-12-012-5/+13
* encoding-example-profiles: fix aac bitrateRudolf Polzer2012-12-011-2/+0
* encoding-example-profiles: use 96kbps aacRudolf Polzer2012-12-011-2/+1
* encode: print on log which muxers/codecs are in useRudolf Polzer2012-12-011-0/+12
* DOCS: Add manpage metadata to the rst files.Rudolf Polzer2012-11-291-2/+13
* DOCS: Fix some rst error messagesRudolf Polzer2012-11-292-16/+17
* subassconverter: correctly handle RRGGBB and unknow formatsStefano Pigozzi2012-11-251-22/+31
* mplayer: fix track language displaywm42012-11-251-1/+2
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-257-3/+51
* sub: reimplement -spugauss as --sub-gausswm42012-11-259-7/+97
* memcpy_pic: kill useless/dangerous optimizationwm42012-11-251-10/+6
* ao_pulse: do not allow setting volume over 100%wm42012-11-241-2/+2
* sws_utils: remove unused helperwm42012-11-243-33/+10
* manpage: remove --zoom remainswm42012-11-242-6/+3
* configure: use pkg-config for detecting OpenALwm42012-11-231-18/+8
* vo_xv: allocate Xv images with aligned stridewm42012-11-221-4/+5
* mp_image: make alloc_mpi() always allocate with aligned stridewm42012-11-222-17/+6
* osd: fix z-order of subtitle OSD elementswm42012-11-221-2/+3
* draw_bmp: add RGB rendering to fix image quality issueswm42012-11-223-1/+61
* stream_ftp: fix compilation with libavStefano Pigozzi2012-11-221-1/+1
* stream_ftp: support longer filenamesal2012-11-211-31/+73
* subreader: do not skip the first char of ASS fields.cigaes2012-11-211-1/+1
* screenshot: add subs even with vf_screenshotwm42012-11-212-5/+12
* video: fix bogus uses of mp_image.w/widthwm42012-11-214-16/+15
* vo_x11: don't require framestepping to update OSDwm42012-11-211-1/+20
* vo_x11: add screenshot supportwm42012-11-211-0/+16
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-215-36/+173
* cfg-config: avoid warning with -Wincompatible-pointer-typesStefano Pigozzi2012-11-211-1/+1
* cocoa_common: create window in the correct screenStefano Pigozzi2012-11-211-1/+2
* gl_common: improve Mesa compatibility for GL3 context creationwm42012-11-201-2/+2
* core: minor cleanupswm42012-11-202-3/+4
* osd: fix OSD status symbol display in some caseswm42012-11-204-14/+22
* command: use yes/no instead of enabled/disabled for consistencywm42012-11-201-4/+2
* configure: make --enable-debug defaultwm42012-11-201-2/+2
* configure: add --disable-optimization, change --enable-debug semanticswm42012-11-201-3/+10
* mplayer: disable auto-loading of external codecs.confwm42012-11-204-21/+6
* manpage: minor fixeswm42012-11-202-2/+2
* m_option: print valid integer range for choices on parsing errorswm42012-11-201-0/+2
* osd: make the OSD and sub font more customizablewm42012-11-2012-135/+232
* m_option: add color option typewm42012-11-202-0/+54
* vf_softpulldown: fix possible regressionwm42012-11-201-1/+2
* core: fix crash when video filter returns inf as PTSwm42012-11-202-2/+2
* mplayer: fix potential issue when ao_play() failswm42012-11-201-1/+2
* stream: fix dvd:// + cache crashingwm42012-11-204-5/+7
* stream, demux_lavf: minor cleanup for stream size codewm42012-11-203-3/+11
* stream, demux: replace off_t with int64_twm42012-11-2030-114/+114
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_treimar2012-11-205-5/+14
* asf_streaming: remove broken MMSU support codeupsuper2012-11-201-15/+3
* Fix potential bugs and issues, general cleanupsreimar2012-11-2017-118/+113
* options: support chapters for --start and --endwm42012-11-204-2/+21
* m_option: fix braindead --start, --length, --end option parsing bugswm42012-11-181-4/+4
* sd_ass: fix ASS subtitles coming from demux_lavfwm42012-11-161-3/+7
* command: export A/V sync difference as "avsync" propertywm42012-11-162-0/+10
* demux_mf: allow displaying single image files, various cleanupswm42012-11-166-90/+133
* subtitles: improve support for libavformat demuxed subtitleswm42012-11-162-7/+19
* mplayer: refactor: move computation of a/v syncwm42012-11-161-21/+26
* core: add --keep-open, which doesn't close the file on EOFwm42012-11-166-1/+31
* command: add sub_reload and sub_remove commandswm42012-11-166-12/+82
* subreader: replace sub_free() by talloc destructorwm42012-11-163-14/+11
* options: add --mute for setting initial audio mute statuswm42012-11-165-4/+18
* options: rename -sub-fuzziness to -autosub-match, change option valueswm42012-11-163-9/+11
* options: rename --cursor-autohide, replace magic number valueswm42012-11-163-3/+5
* options: --field-dominance: replace magic number values with choiceswm42012-11-162-8/+8
* options: rename -ss and -endpos, allow relative timeswm42012-11-168-91/+122
* cookies: don't read cookie files from ancient browserswm42012-11-162-44/+4
* 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
| *