summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove old demuxerswm42013-07-071-10/+0
* 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
* screenshot: move image writer code into new file image_writer.cwm42012-08-061-0/+1
* AF: remove af_statswm42012-08-031-1/+0
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decodermplayer-svn2012-08-031-0/+1
* Remove leftover BeOS support stuffwm42012-08-031-1/+0
* Remove teletext supportwm42012-08-031-1/+0
* stream: remove V4L TV input and V4L radio supportwm42012-08-021-1/+0
* stream: remove stream_cuewm42012-08-021-1/+0
* AF: remove af_gate and af_compwm42012-08-021-2/+0
* manpage: merge new manpagewm42012-08-021-3/+17
* Makefile: move commands from distclean to clean and add missing fileswm42012-08-011-3/+8
* build: remove references to cpuinfowm42012-08-011-1/+0
* input: replace internal key binds with included etc/input.confwm42012-08-011-0/+4
* stream: remove native RTSP/RTP/PNM supportwm42012-08-011-20/+0
* Remove dead codewm42012-08-011-3/+0
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-2/+2
* Remove some demuxers and decoderswm42012-07-301-30/+0
* Remove XMMS plugin supportwm42012-07-301-1/+0
* sub: remove unrar_execwm42012-07-301-1/+0
* libvo: remove custom assembler memcpy implementations (aka fastmemcpy)wm42012-07-301-1/+0
* osd: osd_font.h -> osd_font.pfbwm42012-07-281-0/+4
* osd: remove freetype font rendering codewm42012-07-281-3/+1
* osd: use libass for OSD renderingwm42012-07-281-0/+4
* libvo, libao: remove useless video and audio output driverswm42012-07-281-28/+2
* Makefile: remove unused rule for mplayer-nomain.owm42012-07-281-3/+0
* Makefile: move dependency rules for autogenerated fileswm42012-07-281-7/+5
* Remove QTX testswm42012-07-281-22/+2
* Makefile: clean upwm42012-07-281-29/+2
* Rename DOCS/tech/ to DOCS/OUTATED-tech/wm42012-07-281-5/+1
* Remove TOOLS/realcodecswm42012-07-281-11/+0
* Remove ancient kernel device driverswm42012-07-281-34/+0
* build: remove bin_to_header.py and use TOOLS/file2string.py insteadwm42012-07-281-2/+2
* Merge remote-tracking branch 'origin/master'wm42012-07-281-18/+18
|\
| * Makefile: delete .d files in "clean" target tooUoti Urpala2012-07-161-2/+1
| * build, codec-cfg.c: simplify builtin codecs.conf handlingUoti Urpala2012-07-161-13/+4
| * build: use python3 to generate some files previously in gitUoti Urpala2012-07-161-4/+14
* | Merge remote-tracking branch 'origin/master'wm42012-05-201-3/+1
|\|
| * ao_arts, ao_esd: remove these AOsUoti Urpala2012-05-061-2/+0
| * build: remove IRIX supportUoti Urpala2012-05-061-1/+0
| * ao_portaudio: add new PortAudio audio output driverwm42012-05-061-0/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-2/+5
|\|
| * Makefile: fix OSX compilation with --disable-corevideoStefano Pigozzi2012-04-261-3/+4
| * OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-261-0/+1