summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure, build: remove --disable-libav supportUoti Urpala2011-12-1116-97/+24
* vo_vdpau: use new want_redraw mechanism in one more caseUoti Urpala2011-12-091-3/+1
* options: change --ass-hinting default to 0Uoti Urpala2011-12-071-1/+0
* Merge remote-tracking branch 'pigoz/gl'Uoti Urpala2011-12-073-13/+27
|\
| * vo_gl: cocoa: point swapinterval to cocoa_common functionStefano Pigozzi2011-12-063-0/+11
| * vo_gl: cocoa: decouple cocoa_common from gl_commonStefano Pigozzi2011-12-063-13/+16
* | Merge remote-tracking branch 'wm4/window_title'Uoti Urpala2011-12-0715-62/+107
|\|
| * libvo: change default window title to "mplayer2"wm42011-12-062-2/+2
| * x11: set window titles as UTF-8wm42011-12-062-3/+58
| * libvo: remove title argument from struct vo_driver.configwm42011-12-0615-60/+50
* | ad_ffmpeg: avoid avcodec_close() if avcodec_open() failedUoti Urpala2011-12-061-1/+1
* | core: minor hrseek tweak (affects vo_vdpau deint frames)Uoti Urpala2011-12-061-3/+2
* | commands: playback speed: better responsiveness without audioUoti Urpala2011-12-061-3/+5
* | core, vo: new window refresh logic, add slow-video OSD redrawUoti Urpala2011-12-066-74/+35
* | core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-0614-63/+66
* | vo: do final frame draw only near page flipUoti Urpala2011-12-064-12/+51
|/
* vo_gl: add native mac osx Cocoa backend for vo_glStefano Pigozzi2011-11-266-1/+660
* vo_corevideo: fix key interpretation with modifiersStefano Pigozzi2011-11-261-2/+9
* vo_gl: fix cscale=4 and cscale=5 doing nothingwm42011-11-251-2/+4
* vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux)wm42011-11-253-8/+18
* vo_gl: make shader code generation easier to deal withwm42011-11-251-152/+188
* Merge branch 'screenshot' (early part)Uoti Urpala2011-11-2519-172/+613
|\
| * vo_xv: implement screenshotswm42011-11-251-0/+51
| * vo_gl: implement screenshotswm42011-11-253-0/+80
| * vo_vdpau: implement screenshotswm42011-11-253-11/+91
| * video: use talloc for mp_image, abort if out of memorywm42011-11-251-14/+20
| * core: add screenshot mode for actual VO window contentswm42011-11-256-11/+32
| * core: add infrastructure to get screenshots from VOswm42011-11-259-144/+347
* | ao_coreaudio: fix crash when using mute with S/PDIF outputreimar2011-11-251-1/+4
* | ao_coreaudio: fix S/PDIF output on OS X 10.7Zongyao Qu2011-11-251-37/+50
* | commands, vd_ffmpeg: fix switch_ratio slave commandUoti Urpala2011-11-145-35/+48
* | options, core/hrseek: add --hr-seek-demuxer-offsetUoti Urpala2011-11-143-0/+4
* | core/hrseek: support precise seeks in audio-only caseUoti Urpala2011-11-141-4/+18
* | debian: remove leftover references to deleted OSD menu filesUoti Urpala2011-11-141-1/+1
* | subopt-helper: support "no-" prefix to negate suboptionsUoti Urpala2011-11-141-16/+17
* | vd_ffmpeg: disable slice use that fails with size changesUoti Urpala2011-11-141-9/+0
* | cleanup: vf_scale.c, vf.c: replace numbers by flag macro namesUoti Urpala2011-11-142-13/+16
* | cosmetics: vf.[ch]: reformatUoti Urpala2011-11-145-489/+586
|/
* core, demux: fix --identify chapter output with ordered chapterswm42011-10-255-72/+64
* vd_ffmpeg.c: remove useless realvideo avctx->sub_id settingUoti Urpala2011-10-251-1/+0
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-2527-4483/+8
* vo_gl: fix crash with backends lacking control() featureswm42011-10-241-0/+6
* vo_gl: remove support for nvidia register combiners (yuv=1)wm42011-10-243-169/+7
* vo_gl: fix crash with ati-hack after 20256a8a64c9679bc9136bbwm42011-10-241-28/+34
* vo_gl: remove mesa-buffer suboptionwm42011-10-243-79/+28
* vo: sdl: handle key modifierswm42011-10-241-9/+43
* vo_gl: move window creation functions from vo_gl.c into gl_common.cwm42011-10-243-90/+71
* vo_gl/sdl: use desktop resolution for fullscreen modewm42011-10-243-0/+20
* vo_gl: add new vo name "gl_sdl" to make SDL+GL mode availablewm42011-10-242-9/+45
* vo_gl: remove "noaspect" suboptionwm42011-10-241-13/+13
* vo_gl: convert to new API, clean up codewm42011-10-243-2745/+2980
* vo_gl2, vo_matrixview: remove these VOswm42011-10-247-1702/+1
* Makefile: fix build without OpenGL after 75eab4f72af7b10e52aUoti Urpala2011-10-241-2/+2
* demux_demuxers: fix seeking bug (--audiofile)Uoti Urpala2011-10-231-1/+1
* cosmetics: vd_ffmpeg.c: reformatUoti Urpala2011-10-221-348/+301
* audio/video: delete buggy "dynamic plugin" codeUoti Urpala2011-10-204-112/+0
* demux_lavf: set rawvideo codec_tag based on pix_fmtUoti Urpala2011-10-181-0/+2
* video, options: implement better YUV->RGB conversion controlwm42011-10-1618-203/+505
* options: --lavfdopts, --reuse-socket: remove "global" flagUoti Urpala2011-10-161-3/+3
* vo_gl: fix image corruption with PBOs when playing 10 bit videowm42011-10-061-10/+14
* getch2.c: fix negative keycodes returned for non-asciiUoti Urpala2011-10-031-1/+1
* terminal output: show libav version numbers in verbose modeUoti Urpala2011-10-013-0/+29
* demux_mkv: avoid hang with some broken filesUoti Urpala2011-09-251-0/+4
* subreader.c: don't run FriBiDi code if using libassUoti Urpala2011-09-231-1/+4
* sd_ass.c: set event->Style to fix --ass-stylesUoti Urpala2011-09-231-0/+1
* codecs.conf: add Libav ProRes decoderUoti Urpala2011-09-231-0/+11
* options: make "choice" option type parsing ignore caseUoti Urpala2011-09-111-1/+1
* core: fix --sstepUoti Urpala2011-09-041-1/+1
* cosmetics: mplayer.c: minor tweaksUoti Urpala2011-09-041-21/+8
* options: --pphelp: fix after libpostproc version changeUoti Urpala2011-09-041-1/+1
* options: add "disabled option" functionalityUoti Urpala2011-09-044-14/+44
* input/ar.c, input/lirc.c: fix changes missing from 1916b95b8Uoti Urpala2011-09-042-1/+3
* options: move libass-related options to structUoti Urpala2011-09-0310-96/+91
* subassconvert: handle "\r\n" line endsClément Bœsch2011-09-021-1/+1
* demux_mf: fix option value allocated with strdupUoti Urpala2011-09-021-1/+2
* options: commandline: support "--no-opt" for flag optionsUoti Urpala2011-09-011-6/+39
* csputils/vo_gl: rewrite YUV->RGB matrix generationUoti Urpala2011-08-292-77/+97
* cosmetics: csputils.[ch]: reindentUoti Urpala2011-08-282-138/+146
* demuxer.h: raise pad amount to allow compiling against FFmpegUoti Urpala2011-08-261-1/+1
* core: remove bad workaround for files without FPS setUoti Urpala2011-08-251-7/+2
* video_out.h: change VOCTRL_* defines to enumharklu2011-08-251-54/+56
* ad_ffmpeg: free resources on init failureUoti Urpala2011-08-211-4/+12
* ad_ffmpeg: handle timing for partially decoded packets betterUoti Urpala2011-08-211-7/+23
* cosmetics: ad_ffmpeg.c: reformatUoti Urpala2011-08-211-131/+137
* demux_lavf: Adding av_dup_packet() missing from recent 6e8d420a41Uoti Urpala2011-08-211-0/+5
* osdep/mplayer.rc: change to use "mplayer2" nameMartin Herkt2011-08-211-7/+6
* configure: libav: use "pkg-config --print-errors", "Libav" nameUoti Urpala2011-08-211-9/+9
* demux_mkv: fix failure to open some files from 0ece360eeaf95Uoti Urpala2011-08-201-32/+23
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegUoti Urpala2011-08-208-40/+91
* demux_mkv: support extradata for wavpack audio tracksUoti Urpala2011-08-201-12/+11
* demux_mkv: clean up audio codec handling somewhatUoti Urpala2011-08-201-91/+78
* demux_mkv: check for valid track in video/audio switchingUoti Urpala2011-08-201-6/+20
* demux_mkv: remove bad mkv_free() from 0ece360eeaf9Uoti Urpala2011-08-191-1/+0
* demuxer.h: avoid including stream.hUoti Urpala2011-08-195-1/+6
* aviheader.h: avoid including demuxer.hUoti Urpala2011-08-193-2/+4
* demux: avoid a copy of demux packets with lavf, reduce paddingUoti Urpala2011-08-193-26/+45
* talloc.[ch]: remove "type safety" hack that violates C typesUoti Urpala2011-08-192-8/+4
* vf_screenshot: better check for pixel format swscale supportharklu2011-08-171-40/+14
* av_log: don't crash if called with NULL AVClassUoti Urpala2011-08-151-2/+6
* options, subs: add --ass-vsfilter-aspect-compatharklu2011-08-1210-3/+58
* vo_vpdau: fix preemption recovery broken in decec7f2a37e559dUoti Urpala2011-08-111-11/+22
* ao_pcm: fix pointless message due to uninitialize variableUoti Urpala2011-08-111-1/+1
* dvdnav: fix crash caused by missing line from 58834653c0Uoti Urpala2011-08-101-0/+1
* demux_lavf: don't interpret MPEG codec tags as generic tagsUoti Urpala2011-08-101-3/+8
* core: allocate OSD text buffers dynamicallyharklu2011-08-094-17/+25
* options: remove old disabled options that just print an errorUoti Urpala2011-08-091-60/+1
* options: support --leak-report (double dash form)Uoti Urpala2011-08-081-1/+2
* core: minor audio-only+timeline fix for chapter handlingUoti Urpala2011-08-081-2/+2
* subs: libass: apply option changes to all track typesUoti Urpala2011-08-084-10/+13
* subs: libass: remove bad ass_set_margins() on settings resetUoti Urpala2011-08-081-1/+4
* cleanup: move global ass_force_reload to struct osd_stateUoti Urpala2011-08-086-27/+27
* commands: property sub_scale: update old subs immediatelyharklu2011-08-081-0/+2
* cleanup: reformat command.cUoti Urpala2011-08-071-1022/+1014
* cleanup: reformat mplayer.cUoti Urpala2011-08-071-2000/+2174
* commands: osd_show_property_text: fix \xNN escapesharklu2011-08-051-1/+1
* commands: parsing: fix string argument quoting/escapingUoti Urpala2011-08-051-38/+26
* core: fix detection of files with no chaptersUoti Urpala2011-08-041-3/+3
* demux_mkv: skip files faster in ordered chapter file searchUoti Urpala2011-08-044-51/+95
* options: commandline: don't print video filter list twiceUoti Urpala2011-07-311-14/+14
* options: fix failure to parse trailing ',' in string listUoti Urpala2011-07-312-4/+5
* audio: export audio pts to AO driversUoti Urpala2011-07-315-28/+40
* options: commandline: don't set bogus playtree option paramsUoti Urpala2011-07-311-0/+2
* core: audio: improve audio-only seeks and position reportingUoti Urpala2011-07-312-11/+32
* core: audio: if audio pts is missing return MP_NOPTS_VALUEUoti Urpala2011-07-302-3/+8
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Uoti Urpala2011-07-306-124/+1
* stream_cdda: fix incorrectly allocated option fieldUoti Urpala2011-07-301-3/+5
* vo: X key input: remove ambiguous KeySym remappingUoti Urpala2011-07-292-68/+63
* options: commandline: print error type for parse failuresUoti Urpala2011-07-293-2/+29
* options: commandline: accept --foo=xyz style optionsUoti Urpala2011-07-297-132/+131
* playtree: use talloc to allocate file parametersUoti Urpala2011-07-291-23/+12
* options: commandline: allow "--" without filenames after itUoti Urpala2011-07-291-8/+2
* core: improve --loop handlingUoti Urpala2011-07-294-7/+9
* options: change option parsing to use bstrUoti Urpala2011-07-2917-690/+685
* cosmetics: parser-cfg.c: reformatUoti Urpala2011-07-291-208/+208
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-2911-85/+96
* bstr: rename BSTR() -> bstr()Uoti Urpala2011-07-279-30/+31
* options: move command line preparse together with parseUoti Urpala2011-07-264-53/+55
* asxparser: remove code confusing asx/player optionsUoti Urpala2011-07-261-25/+0
* cleanup: reformat parser-mpcmd.cUoti Urpala2011-07-261-218/+200
* subs: fix per-file --ass-force-styleUoti Urpala2011-07-235-5/+5
* cleanup: subs: remove global ass_library variableUoti Urpala2011-07-236-15/+18
* input: fix input.conf parse errorsUoti Urpala2011-07-203-115/+67
* input: fix problem with key autorepeatUoti Urpala2011-07-181-4/+3
* cleanup: do libav* initialization on startupUoti Urpala2011-07-1820-79/+10
* vf_qp: enable compilation depending on libavutil eval APIUoti Urpala2011-07-183-11/+6
* configure: make libavutil eval API check require newer versionUoti Urpala2011-07-181-1/+1
* vo_vdpau: skip resize code if not fully initializedUoti Urpala2011-07-171-0/+5
* input: don't make fd 0 nonblockingUoti Urpala2011-07-172-10/+0
* input: rework event reading and command queuingUoti Urpala2011-07-179-227/+224
* cleanup: remove some unnecessary input.[ch] typedefsUoti Urpala2011-07-167-117/+85
* cosmetics: reformat input.h, fix commentsUoti Urpala2011-07-161-184/+181
* img_format.h, vo_gl: fix IMGFMT_IS_YUVP16() definitionUoti Urpala2011-07-141-1/+3
* input.c: remove write to buffer[-1] in parse_config()Uoti Urpala2011-07-111-1/+0
* stream_bluray: switch to new libbluray APIRico Tzschichholz2011-07-102-8/+8
* options: fix -use-filename-title crash after recent 39e373aaUoti Urpala2011-07-101-1/+2
* vd_ffmpeg: make "-lavdopts lowres" handling more robustUoti Urpala2011-07-091-11/+11
* vd_ffmpeg: fix "-lavdopts skipframe" supportUoti Urpala2011-07-091-1/+5
* cleanup: silence most of the clang warningsClément Bœsch2011-07-099-16/+17
* build: add a hack to prevent name collision with libtallocUoti Urpala2011-07-071-0/+10
* vo_directx: include <libavutil/common.h> for FFMINUoti Urpala2011-07-071-0/+1
* configure: clang: set custom warning flags for clangUoti Urpala2011-07-071-0/+2
* build: Revert "codec-cfg.c: avoid including aviheader.h"Uoti Urpala2011-07-071-3/+2
* configure: rename "--disable-ass" to "--disable-libass"Uoti Urpala2011-07-061-4/+4
* demux/mp_taglists: Move Bink audio tags to override listAnton Khirnov2011-07-061-2/+2
* Merge branch 'mplayer1_changes'Uoti Urpala2011-07-0653-1158/+1072
|\
| * stream.c: make reconnect checks more robustreimar2011-07-061-14/+21
| * stream.c: Pass streaming_ctrl eof on to struct stream fieldreimar2011-07-061-0/+2
| * stream/network: don't clobber buffer byte counts on errorreimar2011-07-061-0/+1
| * stream/network: distinguish EOF/error in streaming control APIreimar2011-07-061-1/+2
| * cache: don't modify argument when stream control failsreimar2011-07-061-2/+3
| * cleanup: silence some clang warningsreimar2011-07-063-4/+4
| * demux_rtp.cpp: Add