summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-257-11/+11
* vf_scale: prefer converting GBR24P to other 8 bit per component RGB formatsreimar2012-03-251-0/+4
* libmpcodecs: support planar GBR24 decodingcehoyos2012-03-257-1/+13
* mixer: remove useless includeswm42012-03-191-6/+1
* ao_openal: allow setting the OpenAL sub-devicewm42012-03-171-2/+28
* ao_dsound: fix volume controlswm42012-03-171-5/+7
* ao_dsound: don't repeat parts of the audio buffer when playback endswm42012-03-171-24/+34
* windows support: prefer vo_direct3d_shaders over vo_direct3dwm42012-03-171-1/+1
* vo_direct3d: fix bug in screenshot code with some pixel formatswm42012-03-171-1/+1
* vo_direct3d: fix crash when repeatedly reinitializing an uncooperative devicewm42012-03-171-2/+4
* vo_direct3d: stop D3D from switching the FPU to single precision modewm42012-03-171-1/+2
* vo: fix EOSD change detectionwm42012-03-171-29/+35
* win32: properly set window titlewm42012-03-172-5/+8
* vo_direct3d: implement screenshotswm42012-03-171-0/+186
* win32: fix fullscreen not working on Windows 7wm42012-03-171-2/+2
* vo_direct3d: fix dealing with uncooperative deviceswm42012-03-171-6/+25
* vo_direct3d: add hack for using 2 channel textures for 10 bit pixel formatswm42012-03-173-8/+272
* vo_direct3d: add some debugging optionswm42012-03-171-12/+53
* vo_direct3d: refactor D3D initialization and reconfigure codewm42012-03-171-171/+111
* vo_direct3d: disable using shaders by default, and add direct3d_shaders VOwm42012-03-172-10/+44
* vo_direct3d: use new VO API, and do some minor reformattingwm42012-03-171-269/+298
* vo_direct3d: implement YUV conversion using shaderswm42012-03-173-192/+842
* vo_direct3d: reduce number of lock calls in OSD renderingwm42012-03-171-29/+21
* vo_direct3d: use the same texture management for EOSD and OSDwm42012-03-171-152/+166
* windows support: prefer vo_direct3d over vo_directxwm42012-03-171-3/+3
* vo_direct3d: make VO re-config faster by not recreating the whole D3D statewm42012-03-171-36/+38
* vo_direct3d: don't framestep when paused and OSD is updatedwm42012-03-171-4/+23
* vo_direct3d: add EOSD supportwm42012-03-171-36/+335
* windows support: use UTF-8 for screenshot filenameswm42012-03-171-0/+2
* vo_direct3d: minor cleanupwm42012-03-171-10/+23
* vo_directx: do not clip overlay against screen sizewm42012-03-171-3/+1
* win32: different method to force window aspect ratiowm42012-03-171-15/+53
* win32, vo_directx: don't use vo_dx/dy, directly query window positionwm42012-03-172-9/+9
* win32: fix window creation and size handlingwm42012-03-171-48/+109
* vo_directx: minor fixes and reformatreimar2012-03-171-883/+847
* Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-1661-550/+747
|\
| * vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyUoti Urpala2012-03-094-17/+16
| * configure: fix --enable-staticUoti Urpala2012-03-091-3/+2
| * configure: disable live555 by defaultUoti Urpala2012-03-091-3/+3
| * core: remove old EDL mode (--edl option)Uoti Urpala2012-03-098-295/+9
| * af: fix crash when trying to use volume controls with AC3 pass-throughwm42012-03-091-1/+8
| * af: print audio filter chain in verbose modewm42012-03-091-0/+35
| * windows: terminal: unicode, --msgcolor, size changeMartin Herkt2012-03-094-27/+163
| * 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
* | Use "mplayer2" in version string, not "MPlayer2"wm42012-03-143-7/+5
* | core: do not print garbage with -identify when chapter times are unknownwm42012-03-141-3/+4
* | ass_mp.c: remove code duplicationwm42012-03-061-2/+1
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-0566-2099/+387
|\|
| * 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
* | screenshot: don't convert image if it's already in required formatwm42012-02-291-17/+27
* | screenshot: move code to open file out of image writer functionswm42012-02-291-29/+16
* | screenshot: make screenshot filenames configurablewm42012-02-295-31/+225
* | screenshot: allow forcing taking screenshots with the video filterwm42012-02-293-2/+29
* | core: rename --paused to --pause, and improve how pausing is donewm42012-02-292-2/+2
* | struct stat.st_blocks is not available on MinGWwm42012-02-281-4/+4
* | cue: play .bin files as raw PCM audio (even if it means playing noise)wm42012-02-261-0/+14
* | core: sort chapterswm42012-02-261-1/+26
* | Fix minor memory leak from 2003wm42012-02-251-2/+8
* | input: restore terminal attributes after resumewm42012-02-251-6/+21
* | osd: clear terminal OSD line with mp_msg() instead of printfwm42012-02-251-1/+1
* | mpcodecs: remove mp_image_t.x/ywm42012-02-249-25/+19
* | x11: fix crash when using switch_video (broken by UTF-8 input changes)wm42012-02-241-0/+1
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-02-192-2/+2
|\|
| * Update copyright yearUoti Urpala2012-01-282-2/+2
* | stream: refuse to open directorieswm42012-02-191-0/+9
* | Don't print awkward negative seek message when playing directorywm42012-02-191-1/+0
* | input: fix "enter" on consolewm42012-02-191-8/+9
* | screenshot: fix error messagewm42012-02-191-1/+1
* | input: fix OSD cyclingwm42012-02-121-1/+1
* | commands: add pt_clear command to clear playlistwm42012-02-103-0/+29
* | bstr: add bstr_eatstart()wm42012-02-092-0/+11
* | vo_gl: add "backend" suboption to allow selecting the GUI backendwm42012-02-094-35/+54
* | vo_gl: minor cleanupsreimar2012-02-093-22/+20
* | vo_gl: add noise filterreimar2012-02-094-13/+84
* | core: add option to start in paused statewm42012-02-093-0/+7
* | i lost my brainwm42012-01-261-1/+1
* | input.c: simplify command definitionswm42012-01-262-129/+130
* | x11: fix setting UTF-8 window titles for some special caseswm42012-01-251-9/+15
* | screenshot: add png compression settingwm42012-01-184-1/+4
* | screenshot: add jpg supportwm42012-01-184-12/+122
* | osd: add setting to display OSD always on terminalwm42012-01-184-12/+27
* | options: allow choice options without parameterwm42012-01-182-8/+20
* | core: add new support for reading .cue fileswm42012-01-187-0/+497
* | bstr: add some utility functionswm42012-01-182-0/+58
* | Merge branch 'gradfun' into my_masterwm42012-01-181-9/+47
|\ \
| * | vf_gradfun: change default parameterswm42012-01-101-2/+2
| * | vf_gradfun: add size parameter, which sets radius according to movie diagonalwm42012-01-101-2/+23
| * | vf_gradfun: use option parserwm42012-01-101-9/+26
* | | Merge branch 'eosd' into my_masterwm42012-01-187-346/+504
|\ \ \
| * | | vo_gl: use generic eosd codewm42011-12-253-145/+124
| * | | libvo, vo_vdpau: make the EOSD packer code from vo_vdpau genericwm42011-12-254-201/+380
| |/ /
* | | Merge branch 'softvol' into my_masterwm42012-01-1815-211/+413
|\ \ \
| * | | ao_coreaudio: fix partial volume controlwm42012-01-181-1/+5
| * | | ao_pulse: add mute controlwm42012-01-181-18/+37
| * | | ao_alsa: add mute controlwm42012-01-181-23/+43
| * | | ao_alsa: use "Master" mixer channel instead of "PCM" by defaultwm42012-01-181-1/+1
| * | | mixer, libao: add proper mute controlwm42012-01-183-23/+65
| * | | libao2: try to identify some audio outputs that have persistent volumewm42012-01-185-0/+9
| * | | af: fix crash when trying to use volume controls with AC3 pass-throughwm42012-01-181-1/+8
| * | | core: remove EDL mutingwm42012-01-183-44/+1
| * | | audio: reset mplayer's mute state when the system mixer volume changeswm42012-01-183-9/+26
| * | | audio: pretend muting doesn't set volume to 0wm42012-01-181-18/+30
| * | | audio: properly restore audio volume on exit when mute is usedwm42012-01-184-13/+42
| * | | ao_coreaudio: signal that volume controls are not persistentwm42012-01-181-0/+2
| * | | mixer: restore volume with audio output drivers without persistent volumewm42012-01-183-20/+35
| * | | softvol: make sure softvol settings are restored when switching audio trackswm42012-01-181-1/+1
| * | | audio: fix crash when exiting file when mute is enabledwm42012-01-181-0/+1
| * | | af: print audio filter chain in verbose modewm42012-01-181-0/+35
| * | | mixer: keep balance settingwm42012-01-072-0/+8
| * | | mixer: keep user volume setting when --softvol is usedwm42012-01-073-0/+17
| * | | mixer: reindent/cosmetic changeswm42011-12-262-111/+119
| |/ /
* | | Merge branch 'utf8_input' into my_masterwm42012-01-1811-259/+327
|\ \ \
| * | | etc/input.conf: make file contents match default key bindingswm42012-01-181-98/+143
| * | | x11: remove wskeys.hwm42012-01-182-107/+20
| * | | x11: add print and menu keyswm42012-01-183-0/+3
| * | | x11: add KP_Separator to key mappingwm42012-01-182-0/+2
| * | | input: handle UTF-8 terminal inputwm42012-01-181-0/+10
| * | | x11: allow unicode inputwm42012-01-182-29/+48
| * | | input: allow unicode keys and reassign internal key codeswm42012-01-185-27/+58
| * | | bstr: add function for UTF-8 parsing (taken from libav)wm42012-01-142-0/+45
| |/ /
* | | Merge remote-tracking branch 'origin/master' into my_masterwm42012-01-1824-303/+205
|\ \ \ | | |/ | |/|
| * | 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 Li