summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* windows support: unicode filenameswm42012-03-0920-66/+342
* cleanup: Silence compilation warnings on MinGW-w64wm42012-03-0128-108/+101
* windows: fix format string attributes on MinGWwm42012-03-013-20/+26
* configure: add __USE_MINGW_ANSI_STDIO on MinGWwm42012-03-011-0/+1
* windows support: remove _UWIN definewm42012-03-011-1/+0
* configure: allow changing pkg-config binary with --pkg-configwm42012-02-291-0/+4
* configure: use cross toolchain if --target is givenwm42012-02-291-44/+61
* configure: disable cross compilation auto detectionwm42012-02-291-4/+5
* configure: fix target triplet check for mingw targetsKovensky2012-02-291-15/+19
* configure: show PKG_CONFIG_PATH and CFLAGS in config.logUoti Urpala2012-02-291-1/+8
* aviheader.c: silence a warningUoti Urpala2012-02-291-2/+4
* vo_png: set AVCodecContext parameters before opening itUoti Urpala2012-02-281-19/+21
* configure: remove obsolete messages for mtrr / no w32codecsUoti Urpala2012-02-281-28/+1
* vo: reject vo_redraw_frame() if no frames have been drawnUoti Urpala2012-02-282-1/+4
* configure, build: support compiling without libpostprocUoti Urpala2012-02-275-6/+26
* configure, ao_alsa: drop support for obsolete ALSA versionsUoti Urpala2012-02-276-695/+11
* configure: simplify pkg-config handling, drop other testsUoti Urpala2012-02-271-201/+46
* demux_lavf: update growing file size info for AVSEEK_SIZEUoti Urpala2012-02-261-2/+5
* osd: erase terminal OSD line with mp_msg() instead of printf()Uoti Urpala2012-02-251-1/+1
* screenshot: fix libav API use (pix_fmt and some other things)wm42012-02-251-8/+13
* vd_ffmpeg: fix flushing of buffered framesUoti Urpala2012-02-032-5/+12
* vd_ffmpeg: adjust buffered frame count based on threads againUoti Urpala2012-02-031-0/+2
* build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-0137-642/+113
* demux_lavf: use Libav RIFF tag lists directlyUoti Urpala2012-02-015-400/+47
* Update Libav API usesUoti Urpala2012-02-0118-102/+96
* Update copyright yearUoti Urpala2012-01-282-2/+2
* vd_ffmpeg: explicitly set thread count even if 1Uoti Urpala2012-01-171-2/+1
* stream_vcd: fix option value allocated with strdupUoti Urpala2012-01-161-2/+4
* audio: change default preference order of AO driverswm42012-01-161-8/+8
* af_volume: do not change data when volume is 1wm42012-01-161-5/+4
* core: print pause status message only once on consolewm42012-01-102-31/+58
* osd: always display pause icon when frame steppingwm42012-01-092-2/+3
* cleanup: remove left over access_mpcontext.h (from GUI)Uoti Urpala2012-01-092-61/+0
* ad_ffmpeg: pass packet side data from libavformatUoti Urpala2012-01-084-18/+32
* vf_fspp: make compile without Libav internalsUoti Urpala2012-01-023-11/+9
* stream_ffmpeg: switch to libavformat avio APIUoti Urpala2012-01-021-19/+31
* Libav API updates (remove most deprecated-in-0.7 uses)Uoti Urpala2011-12-223-42/+22
* configure, build: require at least Libav 0.7Uoti Urpala2011-12-2212-78/+7
* vo_vdpau: fix preemption recovery after recent commitsUoti Urpala2011-12-201-25/+27
* vf_expand: always clear the added borderswm42011-12-191-93/+20
* vf_dsize, vf_scale: fix behavior on multiple config() callswm42011-12-192-19/+26
* vf_dsize: cleanup identation (tabs to 4 spaces)wm42011-12-191-71/+71
* vo: reset EOSD change detection when VO is re-configuredwm42011-12-121-0/+3
* 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 Urpala