summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-037-0/+28
* cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLsmplayer-svn2012-08-031-10/+33
* stream/http: add a test file for ultravox in commentmplayer-svn2012-08-031-0/+3
* cache2: make cache process exit when main process diesmplayer-svn2012-08-031-0/+13
* vo_caca: reformat and various fixesmplayer-svn2012-08-031-174/+201
* vf_expand: add sanity checksmplayer-svn2012-08-031-1/+20
* mp_image: set chroma_x_shift for 1-plane YUV formatsmplayer-svn2012-08-031-0/+1
* af: some spelling/grammar fixesmplayer-svn2012-08-031-3/+3
* af_lavcac3enc: remove pointless castsmplayer-svn2012-08-031-5/+5
* demux_audio: improve WAV format detectionmplayer-svn2012-08-031-1/+3
* af: fix crash on invalid channel countmplayer-svn2012-08-031-0/+4
* vo_md5sum: support printing to stdoutmplayer-svn2012-08-031-1/+4
* demux_audo: fix wrong runtime and average bitrate for VBR MP3mplayer-svn2012-08-031-1/+67
* demux_audio: ensure that demuxer->movi_end will be setmplayer-svn2012-08-031-3/+2
* osdep:/glob-win.c: reformatmplayer-svn2012-08-031-55/+47
* configure: add -D__STDC_FORMAT_MACROS to CXXFLAGSmplayer-svn2012-08-031-1/+1
* Replace 'q' printf length modifier by 'll'mplayer-svn2012-08-032-3/+3
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decodermplayer-svn2012-08-037-4/+392
* configure: drop extra standard compiler/linker flags for *BSD systemsmplayer-svn2012-08-031-9/+0
* x11: change stop_xscreensaver default to 1 to be more user-friendlymplayer-svn2012-08-032-3/+4
* x11: make the stop-xscreensaver option behave as described in the man pagemplayer-svn2012-08-031-1/+1
* subreader: fix reading of aqr/subrip09 subtitlesmplayer-svn2012-08-031-8/+8
* subreader: get rid of some code duplicationmplayer-svn2012-08-031-64/+34
* Remove leftover BeOS support stuffwm42012-08-035-63/+0
* cache2: make warnings easier to understandmplayer-svn2012-08-031-2/+2
* vo_null: do not accept hwaccel formatsmplayer-svn2012-08-031-0/+2
* configure: drop check for -lposix4wm42012-08-031-10/+0
* vf_stereo3d.c: half-width side-by-side formats for stereo3dmplayer-svn2012-08-032-0/+24
* loader: remove weird kstat thingwm42012-08-032-60/+0
* configure: remove some unused checkswm42012-08-031-71/+0
* Remove teletext supportwm42012-08-0322-2410/+19
* stream: remove V4L TV input and V4L radio supportwm42012-08-026-2127/+7
* mplayer: rip out --capture supportwm42012-08-029-81/+0
* VO: remove VO direct renderingwm42012-08-0212-163/+3
* stream: remove stream_cuewm42012-08-024-645/+0
* AF: remove af_gate and af_compwm42012-08-025-347/+0
* Revert "codecs: prefer libmad over libmpg123"wm42012-08-021-12/+12
* man: update man with vo_corevideo and vo_sharedbufferStefano Pigozzi2012-08-021-14/+16
* man: update documentation related to screenshotswm42012-08-023-16/+97
* man: remove documentation for deleted stuffwm42012-08-024-448/+38
* manpage: merge new manpagewm42012-08-029-3/+6107
* vf: remove VFCAP_FLIPPED and VFCAP_CONSTANTwm42012-08-023-18/+1
* mplayer: expand --title as property, remove --use-filename-titlewm42012-08-025-9/+17
* m_config: reallow specifying static default values for string optionswm42012-08-021-1/+1
* cpudetect: remove unused/forgotten crapwm42012-08-012-14/+0
* input: change bind_keys() to use bstrwm42012-08-011-16/+14
* Makefile: move commands from distclean to clean and add missing fileswm42012-08-011-3/+8
* build: remove references to cpuinfowm42012-08-014-369/+0
* input: replace internal key binds with included etc/input.confwm42012-08-013-159/+15
* input: refactor: store builtin key binds along user user bindswm42012-08-011-24/+26
* input: simplify input.conf parsingwm42012-08-011-72/+28
* osd: minor simplification of vo_osd_changed()wm42012-08-017-29/+30
* stream: remove native RTSP/RTP/PNM supportwm42012-08-0133-10405/+7
* Remove dead codewm42012-08-0145-2825/+0
* gitignore: add osd_font autogenerated fileStefano Pigozzi2012-08-011-0/+1
* mangle: change preprocessor define for macosxStefano Pigozzi2012-08-011-1/+1
* vo_corevideo: remove font_load codeStefano Pigozzi2012-08-011-2/+0
* vo_gl3: support changing cmdlinewm42012-08-011-2/+82
* VO: add mechanisms to change VO commandline for VOs supporting itwm42012-08-014-0/+20
* mplayer: remove pos parameter from sadd* functionswm42012-08-011-53/+46
* mplayer: make display of playback status more uniformwm42012-08-015-100/+76
* Change <endian.h> include to <sys/types.h>wm42012-07-3115-15/+12
* Fix compilation of vf_fspp on OSXwm42012-07-311-1/+1
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-3125-2537/+914
* mp_msg: remove filename_recodewm42012-07-3110-215/+13
* mplayer: remove stream dumping capabilitywm42012-07-302-178/+1
* configure: remove checks for malloc.h and alloca()wm42012-07-3011-65/+0
* configure: remove memalign checkwm42012-07-302-29/+5
* mplayer: change how pause status is indicated in terminalwm42012-07-302-54/+12
* mplayer: status line: better indication whether audio/video is activewm42012-07-301-2/+8
* Remove some demuxers and decoderswm42012-07-3054-19301/+34
* libvo: remove exit_player_bad()wm42012-07-304-24/+12
* Merge remote-tracking branch 'origin/master'wm42012-07-301-29/+55
|\
| * ao_pulse: work around PulseAudio timing bugsUoti Urpala2012-07-291-29/+55
* | Remove XMMS plugin supportwm42012-07-305-604/+0
* | options: remove some CONF_TYPE_PRINT placeholder optionswm42012-07-301-41/+0
* | mplayer: cosmetics: give A/V desync message same form as help textwm42012-07-301-23/+23
* | mplayer: de-crapify builtin help textwm42012-07-301-36/+6
* | options: rename --no-sound to --no-audiowm42012-07-302-2/+2
* | options: remove "no" options variantswm42012-07-302-45/+13
* | mplayer: redo terminal status line outputwm42012-07-301-35/+27
* | mplayer: remove --autoqwm42012-07-302-29/+1
* | mplayer: remove benchmarking/CPU accounting codewm42012-07-304-88/+5
* | ass_mp.c: remap libass log levelswm42012-07-301-0/+12
* | mplayer: remove extra "\n" in outputwm42012-07-301-1/+1
* | mplayer: do not print version by defaultwm42012-07-301-8/+9
* | ao_pulse: don't always print error message if PulseAudio unavailablewm42012-07-303-2/+8
* | mixer: silence message about inserting volume filterwm42012-07-301-2/+3
* | mixer: make softvol default, and raise softvol-max to 200wm42012-07-301-1/+2
* | libmpcodecs: silence lines reading "AUDIO:" and "VIDEO:"wm42012-07-302-2/+2
* | lirc: silence output in case LIRC can't be openedwm42012-07-301-2/+2
* | mplayer: silence "Starting playback..." outputwm42012-07-301-1/+1
* | codecs: prefer libmad over libmpg123wm42012-07-301-12/+12
* | vd: silence output about aspect ratiowm42012-07-301-1/+1
* | sub: silence output of subtitle search messagewm42012-07-301-1/+1
* | mplayer: let frontend print stream info, instead of demuxerswm42012-07-306-9/+125
* | mplayer: improve the A/V desync warningwm42012-07-301-18/+19
* | vo_gl, vo_gl3: honor global --vsync optionwm42012-07-303-3/+3
* | mplayer: remove Linux RTC supportwm42012-07-304-112/+14
* | configure, mp_msg.h: get rid of MP_DEBUGwm42012-07-302-14/+1
* | sub: remove unrar_execwm42012-07-306-490/+0
* | mplayer: remove crash handler stuffwm42012-07-304-266/+0
* | vf_scale: don't pass CPU flags anymorewm42012-07-305-18/+6
* | Rip out 3DNOW supportwm42012-07-3013-270/+6
* | Remove compile time/runtime CPU detection, and drop some platformswm42012-07-3022-1615/+126
* | fastmemcpy.h: remove code duplicationwm42012-07-301-28/+2
* | libvo: remove custom assembler memcpy implementations (aka fastmemcpy)wm42012-07-305-713/+6
* | configure: remove pointless checks for yasm etc.wm42012-07-292-166/+7
* | Change version stringwm42012-07-293-5/+4
* | ad_faad: include neaacdec.h instead of faad.hwm42012-07-282-2/+2
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-2825-95/+91
* | configure: disable win32 emulation by defaultwm42012-07-281-2/+2
* | osd: osd_font.h -> osd_font.pfbwm42012-07-284-546/+7
* | TOOLS/fil2string.py: fix for use with binary fileswm42012-07-281-1/+1
* | osd: remove freetype font rendering codewm42012-07-2814-2827/+58
* | osd: use libass for OSD renderingwm42012-07-2823-1110/+1508
* | Add support for playing video from streaming sites with libquviwm42012-07-284-2/+91
* | commands: add show_tracks_osd command to display audio and subtitle tracks on...wm42012-07-284-0/+87
* | commands: add show_chapters_osd command to display chapters on OSDwm42012-07-284-0/+48
* | osd: enable line breaking for OSD textwm42012-07-281-31/+67
* | core: change format of time properties to match the OSD time formatwm42012-07-281-11/+11
* | libvo, libao: remove useless video and audio output driverswm42012-07-2851-20674/+14
* | 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-283-215/+2
* | Makefile: clean upwm42012-07-281-29/+2
* | Rename DOCS/tech/ to DOCS/OUTATED-tech/wm42012-07-2823-5/+1
* | Remove DOCS/xmlwm42012-07-2819-3757/+0
* | TOOLS: remove useless crapwm42012-07-2831-5245/+0
* | Remove TOOLS/realcodecswm42012-07-2810-3903/+0
* | Remove ancient kernel device driverswm42012-07-2815-8277/+0
* | build: remove bin_to_header.py and use TOOLS/file2string.py insteadwm42012-07-283-46/+5
* | Merge remote-tracking branch 'origin/master'wm42012-07-28159-217652/+753
|\|
| * vo_sharedbuffer: remove from autoprobe listStefano Pigozzi2012-07-271-3/+3
| * vo_corevideo, vo_sharedbuffer: put private state in vo->privStefano Pigozzi2012-07-272-81/+77
| * demux_rawdv.c: fix change missing from recent 8079f4ff821Uoti Urpala2012-07-271-1/+0
| * vo_vdpau: disable refresh-aware frame timing when compositedUoti Urpala2012-07-273-2/+18
| * options: support "no-foo" syntax for flag suboptionsUoti Urpala2012-07-271-6/+23
| * demux_lavf: use lavf for RealMedia (.rm) files by defaultUoti Urpala2012-07-261-2/+0
| * vd_vfw.c: fix part missing from previous commitUoti Urpala2012-07-261-2/+3
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-2520-82/+68
| * video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-2413-202/+175
| * core: fix attempt to get audio pts without audioUoti Urpala2012-07-171-3/+3
| * docs: delete outdated translated manpages/docsUoti Urpala2012-07-1699-215529/+0
| * Makefile: delete .d files in "clean" target tooUoti Urpala2012-07-161-2/+1
| * vo_vdpau: fix possible crash after preemptionUoti Urpala2012-07-161-3/+5
| * build, codec-cfg.c: simplify builtin codecs.conf handlingUoti Urpala2012-07-169-598/+96
| * build: use python3 to generate some files previously in gitUoti Urpala2012-07-167-949/+20
| * options: fix specifying string options without parameterUoti Urpala2012-07-162-3/+9
| * VO: implement shared option handling, use for vdpauUoti Urpala2012-07-163-58/+50
| * options: make option struct the talloc parent of optionsUoti Urpala2012-07-164-45/+72
| * options: support parsing values into substructsUoti Urpala2012-07-168-84/+135
* | Merge remote-tracking branch 'origin/master'wm42012-05-2020-1770/+760
|\|
| * font_load_ft.c: fix possible crash with recent FontconfigUoti Urpala2012-05-171-1/+1
| * configure: OSX: fix check for compiler-specific cflagsStefano Pigozzi2012-05-171-3/+4
| * configure: don't enable GL/X11 without X11Stefano Pigozzi2012-05-171-9/+11
| * core: fix EOF handling with untimed audio outputsUoti Urpala2012-05-141-14/+12
| * options: simplify option parsing/setting machineryUoti Urpala2012-05-086-500/+160
| * options: change -v parsingUoti Urpala2012-05-074-10/+12
| * options: change --input=keylist, cmdlist implementationUoti Urpala2012-05-071-8/+8
| * ad_mpg123: update libmpg123 API useThomas Orgis2012-05-072-169/+84
| * configure: use pkg-config for vdpau, libmpg123, libblurayUoti Urpala2012-05-061-5/+3
| * ao_arts, ao_esd: remove these AOsUoti Urpala2012-05-065-691/+0
| * build: remove IRIX supportUoti Urpala2012-05-064-361/+2
| * ao_portaudio: add new PortAudio audio output driverwm42012-05-064-0/+464
| * ao_pulse: fix specifying host/sink after 4fed8ad197Uoti Urpala2012-05-031-1/+1
* | screenshot: fix minor memory leakwm42012-05-151-0/+1
* | cocoa: return the real CGLPixelFormatObjStefano Pigozzi2012-05-151-1/+1
* | cocoa: don't request a depth buffer sizeStefano Pigozzi2012-05-151-2/+0
* | cocoa: gl3: make window creation fail on <10.7Stefano Pigozzi2012-05-151-0/+5
* | cocoa: gl3: support querying of colors bit depthStefano Pigozzi