summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* audio/out: add sndio supportChristian Neukirchen2013-10-031-0/+2
* cocoa_common: split the code, refactoring and cleanupsStefano Pigozzi2013-09-281-3/+7
* Add the on-screen-controllerChrisK22013-09-261-0/+5
* Add initial Lua scripting supportwm42013-09-261-0/+12
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-1/+3
* install: don’t force append /mpv to docdirMartin Herkt2013-09-231-3/+3
* macosx: move bundle path stuff to path-macosx.mStefano Pigozzi2013-09-181-1/+1
* path, win32: redo user configfile path handlingwm42013-09-181-0/+1
* Add mpv.desktop, let Makefile install the desktop file and the iconswm42013-09-151-4/+24
* macosx: always active bundle path lookup if cocoa is activeStefano Pigozzi2013-09-121-1/+1
* Makefile: update DIRS to fix cleaningStefano Pigozzi2013-09-111-1/+2
* Makefile: restore manpage dependency ruleswm42013-09-101-0/+9
* Add PDF manual targetMartin Herkt2013-09-091-13/+23
* x11: add window iconwm42013-09-011-0/+5
* stream: add uncompressed rar supportwm42013-08-261-0/+2
* core: add a playlist demuxerwm42013-08-261-1/+2
* wayland: shm based software renderingAlexander Preisinger2013-08-251-0/+1
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-221-0/+1
* video: add vaapi decode and output supportwm42013-08-121-0/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-39/+39
* Remove m_structwm42013-08-021-1/+0
* vo_corevideo: move to C from Objective-CStefano Pigozzi2013-08-011-1/+1
* mpv.rc: update Windows iconJames Ross-Gowan2013-07-301-1/+1
* build: fix build with vdpau, simplifywm42013-07-291-4/+0
* build: fix vdpau_template.c generationwm42013-07-291-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-1/+3
* Remove subopt-helperwm42013-07-221-1/+0
* ao_coreaudio: split ao_coreaudio_common in two filesStefano Pigozzi2013-07-221-1/+3
* audio/decode: remove macro crapwm42013-07-221-1/+0
* ao_wasapi0: Rename to ao_wasapiDiogo Franco (Kovensky)2013-07-221-1/+1
* Merge branch 'remove_old_demuxers'wm42013-07-141-14/+1
|\
| * demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.cwm42013-07-121-2/+1
| * demux: rewrite probing and demuxer initializationwm42013-07-121-1/+0
| * core: move code from demux/video.c to mplayer.cwm42013-07-101-1/+0
| * Remove old demuxerswm42013-07-071-10/+0
* | build: change vf_dlopen testwm42013-07-121-4/+1
* | configure: add libdl detection to ladspa, vf_dlopenRudolf Polzer2013-07-091-1/+5
|/
* osdep: remove unused mmap compatibility hackswm42013-07-071-1/+1
* Remove some leftovers from network removalwm42013-07-071-1/+0
* Remove internal network supportwm42013-07-071-11/+1
* core: remove mp_fifo indirectionwm42013-07-021-1/+0
* core: add libquvi 0.9 supportwm42013-06-281-0/+1
* core: rename mplayer.h and quvi.cwm42013-06-281-1/+1
* stream: redo memory streamswm42013-06-281-0/+1
* Merge branch 'sub_mess2'wm42013-06-251-3/+5
|\
| * sub: add hack for Libav SRT demuxerwm42013-06-251-0/+1
| * sub: add subtitle charset conversionwm42013-06-251-0/+1
| * sub: add demux_libass wrapper, drop old hackswm42013-06-251-2/+2
| * Move/rename subreader.cwm42013-06-251-1/+1
* | ao_wasapi0: add new wasapi event mode aoJonathan Yong2013-06-181-0/+1
* | osdep: remove shmem wrapperwm42013-06-181-1/+0
|/
* Merge branch 'cache_new'wm42013-06-161-1/+1
|\
| * stream: rename cache2.c to cache.cwm42013-06-091-1/+1
* | core: add a spsc ringbuffer implementationStefano Pigozzi2013-06-161-2/+2
* | ao_coreaudio: split ringbuffer in it's own fileStefano Pigozzi2013-06-161-1/+2
|/
* core: make options.c compile standalonewm42013-06-081-0/+1
* core: merge defaultopts.c into cfg-mplayer.hwm42013-06-081-1/+0
* Merge branch 'sub_mess'wm42013-06-041-2/+6
|\
| * sub: make use of libavcodec subtitle converterswm42013-06-031-0/+1
| * sub: split subassconvert.c into sd_microdvd.c and sd_srt.cwm42013-06-031-1/+2
| * sub: basic subtitle converterswm42013-06-031-0/+1
| * core: add demux_sub pseudo demuxerwm42013-06-011-0/+1
| * sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-301-0/+1
| * sub: redo how -no-ass is handledwm42013-05-301-1/+0
* | osx: add Apple Remote supportStefano Pigozzi2013-06-031-1/+2
* | osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-031-3/+3
* | macosx_application: move escape_loadfile_name in this fileStefano Pigozzi2013-05-301-1/+1
|/
* gl_video: improve ditheringwm42013-05-261-1/+1
* timer: refactor, add 64 bit timer functionwm42013-05-261-1/+2
* af_lavfi: add libavfilter bridgewm42013-05-231-0/+1
* Merge branch 'audio_changes'wm42013-05-121-0/+5
|\
| * audio: add channel map selection functionwm42013-05-121-0/+1
| * audio/filters: add af_forcewm42013-05-121-0/+1
| * audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-0/+1
| * audio: add channel map APIwm42013-05-121-0/+1
| * ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-131-0/+1
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-2/+2
* | osd: convert OSD font to OpenTypewm42013-04-271-1/+1
* | vf_lavfi: add libavfilter bridgewm42013-04-211-0/+2
|/
* make: add osxbundle-skip-depsStefano Pigozzi2013-04-081-0/+3
* remove Apple Remote related codeStefano Pigozzi2013-03-311-2/+0
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-281-4/+5
* gl_common: split into platform specific fileswm42013-03-281-3/+6
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-131-2/+1
* video: make use of libavcodec refcountingwm42013-03-131-1/+3
* wayland: add wayland supportAlexander Preisinger2013-02-281-0/+1
* Rename af_volnorm to af_drcMartin2013-02-121-1/+1
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-1/+0
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-6/+3
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-1/+0
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-021-2/+1
* demux_mkv: support V_UNCOMPRESSED video trackswm42013-01-241-2/+8
* options: move -geometry parsing to m_option.cwm42013-01-231-1/+0
* mp_image_pool: add pool to avoid frequent image reallocationswm42013-01-131-0/+1
* vd_lavc: add DR1 supportwm42013-01-131-0/+1
* Remove netstream supportwm42013-01-131-2/+1
* Replace strsep() useswm42013-01-131-1/+0
* osdep: remove setenv() emulationwm42013-01-131-1/+0
* osdep: remove broken vsscanf() emulationwm42013-01-131-1/+0
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+2
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-0/+1
* audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCMwm42012-12-111-1/+0
* audio/decode: remove ad_pcm and use ad_lavc for PCMwm42012-12-111-1/+0
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-111-1/+0
* demux_gif: remove this demuxer in favor of libavformatwm42012-12-031-1/+0
* demux_lavf: add support for libavdevicewm42012-12-031-0/+1
* osx_common: Avoid deprecated Gestalt callsStefano Pigozzi2012-12-021-1/+1
* video/filter: rename vf_eq2 to vf_eqwm42012-11-161-1/+1
* Makefile: don't strip by default, add install-strip targetswm42012-11-141-8/+13
* Makefile: do not create config directory with install targetwm42012-11-141-1/+0
* build: build manpage by default if rst2man is detectedwm42012-11-141-9/+8
* Makefile: add mpv.rst dependencieswm42012-11-141-0/+9
* TOOLS: remove checktree.shwm42012-11-141-4/+1
* build: remove doc/locale language auto-detection, simplifywm42012-11-141-39/+7
* Makefile: fix install targetsJohannes Nixdorf2012-11-131-2/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-302/+300
* Port several python scripts to PerlKovensky2012-11-081-7/+7
* configure: detect rst2man binary nameStefano Pigozzi2012-11-021-2/+2
* Merge branch 'master' into osd_changeswm42012-10-241-3/+6
|\
| * build: fix compilation on Windows (manifest files)wm42012-10-201-3/+3
| * TOOLS: add script for osx bundle generationStefano Pigozzi2012-10-161-0/+3
* | VF: rename vf_ass to vf_subwm42012-10-241-3/+2
* | Remove things related to old OSDwm42012-10-241-1/+0
* | sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-241-0/+1
* | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cRudolf Polzer2012-10-241-0/+1
* | Merge branch 'master' into osd_changeswm42012-10-161-85/+32
|\|
| * core: show quvi page title in window title, clean up libquvi handlingwm42012-10-141-1/+1
| * Rename to "mpv"wm42012-10-121-27/+25
| * build: fix ao_dsound config checkswm42012-10-051-0/+1
| * VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glslwm42012-10-031-3/+3
| * VO: rename file: vo_gl3.c -> vo_opengl.cwm42012-10-031-2/+2
| * VO: rename file: vo_gl.c -> vo_opengl_old.cwm42012-10-031-2/+2
| * Remove useless video filterswm42012-10-031-52/+0
* | libvo: remove eosd_packer.cwm42012-10-161-1/+0
* | vo_gl3: move OSD code to gl_osd.cwm42012-10-161-1/+1
* | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-161-0/+1
|/
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-181-0/+1
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-181-1/+0
* ad_dvdpcm: add back PCM decoder for DVDwm42012-09-181-0/+1
* libmpdemux: add back demux_tswm42012-09-181-0/+1
* libmpdemux: add back demux_mpgwm42012-09-181-0/+4
* ad_pcm: add back raw decoderwm42012-09-181-0/+1
* build: move mpcommon.c to version.cwm42012-09-181-1/+2
* vo_vdpau: split bitmap packing code into a separate fileUoti Urpala2012-09-181-0/+1
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-181-1/+1
* core: move implementation for -audiofile to the frontendwm42012-09-181-1/+0
* vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-231-0/+1
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-22/+0
* Remove support for libdvwm42012-08-201-3/+0
* Remove support for libnemesi RTSP streamingwm42012-08-201-2/+0
* Remove support for LIVE555 RTSP streamingwm42012-08-201-3/+0
* libmpdemux: remove demux_real, demux_viv, demux_audiowm42012-08-201-4/+0
* build: remove leftover bits for internal libdvdread supportwm42012-08-201-4/+0
* VO: remove vo_directfb2 and vo_directxwm42012-08-161-2/+0
* Remove dvdnav support (DVD menus)wm42012-08-161-33/+0
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-161-57/+0
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-151-1/+0
* VO: remove old VO gluewm42012-08-071-1/+0
* Remove V4L2 decoder support (vo_v4l2 and ao_v4l2)wm42012-08-071-3/+0
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegwm42012-08-061-3/+0
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgawm42012-08-061-4/+0
* vo_image: add new video output for writing imageswm42012-08-061-0/+1
*