summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename to "mpv"wm42012-10-1257-1598/+323
* manpage: remove old manpagewm42012-10-121-8099/+0
* encoding_example_profiles: add the better AAC encodersRudolf Polzer2012-10-121-1/+1
* gl_common: allow compilation on Mac OS 10.6Stefano Pigozzi2012-10-072-1/+18
* build: fix ao_dsound config checkswm42012-10-053-6/+30
* vo_opengl: don't try to map an empty bufferwm42012-10-031-1/+1
* vo_opengl: change default FBO formatwm42012-10-032-3/+3
* vo_opengl: use PBOs by default with opengl-hqwm42012-10-032-2/+2
* vo_opengl: use low quality default settings, add opengl-hq aliaswm42012-10-033-17/+50
* VO: add mechanism to replace old VO names, use it with "gl" and "gl3"wm42012-10-032-37/+24
* bstr: add bstr_equals/bstr_equals0 utility functionwm42012-10-031-0/+10
* vo_opengl: always check GL errors in first 5 frameswm42012-10-031-1/+5
* VO: actually rename VOs gl -> opengl-old, gl3 -> openglwm42012-10-037-249/+248
* VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glslwm42012-10-034-6/+6
* VO: rename file: vo_gl3.c -> vo_opengl.cwm42012-10-032-2/+2
* VO: rename file: vo_gl.c -> vo_opengl_old.cwm42012-10-032-2/+2
* gl_common: require GLX 1.3 for vo_gl, remove old pre-1.3 codewm42012-10-031-123/+91
* vo_gl3: make it work on OpenGL 2.1wm42012-10-038-650/+966
* mplayer: fix crash when muted and audio codec failswm42012-10-032-2/+5
* Remove useless video filterswm42012-10-0354-16996/+4
* Fix string.format compatibility with Python 2.6Kovensky2012-10-011-3/+3
* encode: remove dependency on current ffmpegRudolf Polzer2012-10-012-235/+240
* .gitignore: ignore .exe filesKovensky2012-09-301-0/+1
* windows support: set -mwin32 when building on CygwinKovensky2012-09-301-0/+4
* windows support: include io.h when building on CygwinKovensky2012-09-301-0/+4
* windows support: define WINVER to 0x0500Kovensky2012-09-301-1/+1
* vf_lavc: fix compilation with latest libavAnton Khirnov2012-09-291-5/+0
* build: use "python" instead of "python3" as interpreter namewm42012-09-294-5/+5
* build: make Python scripts compatible with Python 2.xwm42012-09-292-1/+7
* encode: add options --ovfirst and --oafirstRudolf Polzer2012-09-298-35/+77
* encode: update to current ffmpeg APIRudolf Polzer2012-09-291-28/+8
* encode: fix -ocopyts with certain DVD imagesRudolf Polzer2012-09-292-78/+94
* TOOLS: fix first frame pts for dlopen/telecine.soRudolf Polzer2012-09-281-6/+13
* encoding examples: refuse upscaling when the target is an iPhoneRudolf Polzer2012-09-241-7/+7
* vf_scale: do the upscale detection AFTER calculating dimensionsRudolf Polzer2012-09-241-7/+8
* mp_msg: make MSGL_STATUS use the same color as MSGL_INFOwm42012-09-231-1/+1
* demuxer: fix crash with demux_rawvideowm42012-09-231-2/+6
* options: handle alias options differentlywm42012-09-232-10/+9
* options: simplify somewhat by introducing a union for option valueswm42012-09-233-20/+30
* options: accept "yes" and "no" only for flagswm42012-09-235-33/+25
* commands: fix parsing bugwm42012-09-231-1/+1
* ao_pulse: extend maximum settable volume beyond 100%wm42012-09-231-7/+8
* softvol, ao_pulse: prefer ao_pulse volume control by defaultwm42012-09-237-7/+35
* configure: make --enable-openal use auto detectionwm42012-09-231-1/+1
* options: make cache option always per-filewm42012-09-233-6/+12
* mplayer: fix abort command handlingwm42012-09-231-14/+10
* getch2: request at least 1 byte of input each readRudolf Polzer2012-09-191-1/+1
* mp_msg: use stdout for all output except status; put status on stderrRudolf Polzer2012-09-191-2/+2
* mp_msg: enable --msgcolor by default; force it off if stdout is no ttyRudolf Polzer2012-09-191-7/+14
* mplayer: unbreak OSD with CONFIG_ENCODING undefinedwm42012-09-182-12/+1
* options: rename noconfig to no-config, nocache to no-cachewm42012-09-181-2/+2
* cocoa_common: make fullscreen menubar/dock hiding conditionalStefano Pigozzi2012-09-181-1/+9
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-1826-33/+3208
* TOOLS: add a new file identifier toolRudolf Polzer2012-09-181-0/+165
* commands: allow printing raw propertieswm42012-09-181-4/+9
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-1810-209/+0
* vf_dlopen: vf_rectangle filter moved to dlopen (unix only)Rudolf Polzer2012-09-182-1/+348
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersRudolf Polzer2012-09-182-22/+59
* mplayer: selectively reset track selection when playing multiple fileswm42012-09-182-0/+46
* ad_dvdpcm: add back PCM decoder for DVDwm42012-09-184-0/+171
* core, timeline: cache external ordered chapter files tooStefano Pigozzi2012-09-189-28/+77
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-1811-52/+273
* libmpdemux: add back demux_tswm42012-09-185-1/+3574
* libmpdemux: add back demux_mpgwm42012-09-1811-7/+2795
* options: change --vid, --aid, --sid optionswm42012-09-183-24/+17
* options: change --loop option, and extend choice option typewm42012-09-186-26/+90
* options: remove M_OPT_IMPLICIT_DEFAULTwm42012-09-183-21/+8
* options: remove -subalignwm42012-09-186-45/+0
* configure: add version check for libquviwm42012-09-181-1/+1
* options: fix "--"wm42012-09-181-0/+5
* rawaudio: use mplayer audio format for format optionwm42012-09-186-22/+31
* dec_audio: do not overwrite sh_audio->wf->wFormatTagwm42012-09-181-8/+2
* ad_pcm: add back raw decoderwm42012-09-184-0/+247
* core: remove duplicated format_time() functionswm42012-09-186-53/+32
* build: move mpcommon.c to version.cwm42012-09-183-5/+23
* bluray: add bd:// as stream prefixwm42012-09-182-4/+4
* manpage: remove references to bitmap fontswm42012-09-182-7/+1
* demuxer: remove ImageDesc fieldwm42012-09-183-23/+0
* demuxer: do not set sub_utf8 optionwm42012-09-182-5/+0
* Remove VESA/FBDEV remains, clean up example.confwm42012-09-184-149/+5
* subs: restore support for sub_step command with libasswm42012-09-183-10/+28
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-188-32/+39
* vo_vdpau: split bitmap packing code into a separate fileUoti Urpala2012-09-184-146/+484
* cleanup: video_out: remove vo_subdevice global variablewm42012-09-182-8/+2
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-1816-105/+164
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-1810-119/+72
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-187-109/+75
* cleanup: remove pointless #definesUoti Urpala2012-09-187-28/+1
* core: fix DVD subtitle selectionwm42012-09-187-31/+112
* demux_mkv: fix minor memory leakwm42012-09-181-0/+1
* mplayer: don't clear OSD when new file is playedwm42012-09-181-19/+0
* core: runtime Matroska edition switchingwm42012-09-186-5/+84
* video_out: free memory if initializing a VO failswm42012-09-181-1/+3
* mplayer: do not cancel playback if VF/VO config failswm42012-09-181-2/+6
* core: move implementation for -audiofile to the frontendwm42012-09-186-313/+129
* core: manage tracks in the frontendwm42012-09-1812-1017/+694
* core: refactor MPContext.demuxer field accesseswm42012-09-183-132/+142
* command: remove sub_remove commandwm42012-09-073-70/+0
* command: remove sub_log commandwm42012-09-075-53/+1
* core, timeline: don't keep separate stream fieldwm42012-09-075-60/+41
* timer: remove timer_namewm42012-09-074-14/+0
* osd: reset OSD progression displaywm42012-09-071-28/+9
* libaf: rename af_format.h to format.hwm42012-08-2921-20/+20
* options, libaf: unify audio format name handlingwm42012-08-294-123/+36
* options, codecs.conf, img_format: unify imgfmt name handlingwm42012-08-295-196/+41
* cleanup: remove XvMC remains, reformat img_format.cUoti Urpala2012-08-285-46/+33
* cocoa_common: improve conditional dock hiding from 3259e4a7aStefano Pigozzi2012-08-281-2/+3
* OSD/commands: use osdlevel=3 for osd_show_progression commandUoti Urpala2012-08-281-14/+25
* af_scaletempo: fix crash on channel reconfigurationwm42012-08-261-0/+6
* DOCS: add big picture overview over the codewm42012-08-261-0/+206
* DOCS: remove outdated/useless fileswm42012-08-252-34/+0
* Merge remote-tracking branch 'cantabile/manpage_fixes'wm42012-08-255-121/+68
|\
| * manpage: update default jpeg quality for vo_imagecantabile2012-08-241-1/+1
| * manpage: update default value of --softvol-maxcantabile2012-08-241-1/+1
| * manpage: --screenshot-template: update %n, add %{prop}cantabile2012-08-241-6/+14
| * manpage: update the list of available screenshot formatscantabile2012-08-241-3/+7
| * manpage: update example of the status linecantabile2012-08-241-3/+3
| * manpage: fix ambiguous statement about --(no-)keepaspectcantabile2012-08-241-1/+1
| * manpage: mention that videos' colormatrix and color range flags are honoredcantabile2012-08-241-2/+4
| * manpage: don't mention nonexistent VOs, command line switches, etc.cantabile2012-08-243-84/+17
| * manpage: fix various typoscantabile2012-08-245-20/+20
* | configure: disable optimization if --enable-debug is usedwm42012-08-251-4/+8
* | configure: minor improvement to summary outputwm42012-08-251-6/+2
* | configure: restore DVB supportwm42012-08-251-0/+2
* | input: add ability to disable all default bindings for an input sectionwm42012-08-243-8/+20
* | vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-2311-0/+1014
* | img_format, m_option: make image format name list globally availablewm42012-08-233-81/+111
|/
* osd_libass: fix displaying empty text, fix API usagewm42012-08-211-11/+6
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-2113-17/+27
* video: honor the video's colormatrix and color range flagscantabile2012-08-215-0/+49
* manpage: correct the definition of full range videocantabile2012-08-211-1/+1
* manpage: document -use-filename-title removal/replacementwm42012-08-201-0/+1
* parser-cfg: specify which config file contains the unknown optioncantabile2012-08-201-2/+2
* mplayer: enable talloc leak report if special environment is variable setwm42012-08-201-4/+7
* mplayer: fix command line arguments log outputwm42012-08-201-1/+1
* osd: get rid of useless initialization functionwm42012-08-203-29/+1
* sub: remove unused definitionswm42012-08-201-12/+0
* demux_gif: change format of packets to make it work againwm42012-08-201-9/+23
* vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxerwm42012-08-202-9/+20
* libmpcodecs: remove redundant audio and video decoderswm42012-08-2027-7822/+1
* Remove support for libdvwm42012-08-2011-593/+0
* Remove support for libnemesi RTSP streamingwm42012-08-208-632/+0
* Remove support for LIVE555 RTSP streamingwm42012-08-2014-1476/+2
* libmpdemux: remove demux_real, demux_viv, demux_audiowm42012-08-2015-4275/+58
* build: remove leftover bits for internal libdvdread supportwm42012-08-202-28/+0
* cocoa_common: add HiDPI/retina supportStefano Pigozzi2012-08-163-17/+63
* macosx_finder_args: fix file open orderStefano Pigozzi2012-08-161-1/+3
* macosx_finder_args: make work with recent changesStefano Pigozzi2012-08-162-4/+4
* cocoa_common.m: add missing config.h includeStefano Pigozzi2012-08-161-0/+2
* cleanup: osx_common: remove unused functionsStefano Pigozzi2012-08-162-53/+0
* cocoa_common: refactor menu generationStefano Pigozzi2012-08-161-16/+41
* gl_common: fix compilation on OS X 10.8Stefano Pigozzi2012-08-161-0/+6
* VO: remove vo_directfb2 and vo_directxwm42012-08-167-2785/+0
* Remove dvdnav support (DVD menus)wm42012-08-1617-1704/+15
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-16114-44013/+2
* demux_lavf: assume audio codec_tag 0 means unsetUoti Urpala2012-08-161-0/+2
* ad_ffmpeg: add sanity check against decoder overreadsUoti Urpala2012-08-161-2/+4
* stream_file: print strerror() when failing to open a fileUoti Urpala2012-08-161-1/+3
* command: expand properties for "run" commandmplayer-svn2012-08-161-1/+5
* vo_vdpau: fix crash when vo_vdpau initialization failswm42012-08-161-1/+1
* video_out: fix crash when VO autoselection failswm42012-08-161-2/+3
* configure: check for python3 existenceRudolf Polzer2012-08-161-0/+13
* mplayer: cosmetic changes to status line outputwm42012-08-161-9/+9
* mplayer: remove playlist demuxer hackwm42012-08-161-63/+0
* image_writer: make JPG default and increase quality (for screenshots)wm42012-08-161-2/+2
* vf_expand: remove OSD supportwm42012-08-163-140/+4
* core: intentionally cripple slave modewm42012-08-152-11/+16
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-156-348/+0
* command: fix crash when setting nonexistent propertywm42012-08-101-0/+2
* command: fix subtitle selection displaywm42012-08-082-4/+8
* osx: fix buildStefano Pigozzi2012-08-082-3/+3
* manpage: document gl3, direct3d, portaudio, remove v4l2wm42012-08-082-18/+308
* manpage: document per-file optionswm42012-08-071-0/+42
* manpage: add initial documentation about changeswm42012-08-072-0/+156
* sub: fix confusion of ass_library handleswm42012-08-074-12/+15
* codecs.cfg: do not prefer spdifmpa over mpg123 decoderwm42012-08-071-1/+1
* playlist: do not add playlist base path to URLswm42012-08-071-3/+10
* command: skipping past the last chapter explicitly stops playbackwm42012-08-071-1/+1
*