summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream_cdda: print CDTEXT if availablewm42012-04-011-17/+51
* configure, stream_cdda: remove libcdparanoia supportwm42012-04-012-104/+20
* stream_cdda: reformatwm42012-04-011-359/+368
* stream_cdda: various fixesreimar2012-04-011-10/+28
* Merge remote-tracking branch 'origin/master'wm42012-04-0138-2554/+1270
|\
| * stream_vstream: fix vstream_error format stringUoti Urpala2012-04-011-2/+3
| * ao_pulse: add hacks to work around seek problemsUoti Urpala2012-03-261-1/+19
| * ao_pulse, core: make pulse thread wake up core for more dataUoti Urpala2012-03-266-13/+57
| * ao_pulse: convert to new AO APIUoti Urpala2012-03-261-222/+282
| * cocoa_common: update screen info before entering fullscreenStefano Pigozzi2012-03-251-0/+1
| * input.c: simplify command definitionsUoti Urpala2012-03-252-145/+152
| * macosx_finder_args: use a custom logfile instead of system.logStefano Pigozzi2012-03-251-0/+12
| * VO: move gl+cocoa before corevideo in default VO orderStefano Pigozzi2012-03-251-1/+4
| * configure: disable X11 opengl backend if Cocoa is enabledStefano Pigozzi2012-03-251-1/+1
| * cocoa_common: add license informationStefano Pigozzi2012-03-252-0/+38
| * vo_quartz: remove this video outputStefano Pigozzi2012-03-254-1398/+0
| * macosx_finder_args: use cocoa instead of carbonStefano Pigozzi2012-03-255-136/+90
| * cocoa_common: fix double click handlingStefano Pigozzi2012-03-251-8/+8
| * cocoa_common: accept window drag event from the whole window surfaceStefano Pigozzi2012-03-251-0/+8
| * options, x11+cocoa: add option --cursor-autohide-delayStefano Pigozzi2012-03-256-16/+52
| * etc/input.conf: make file contents match default key bindingswm42012-03-251-100/+146
| * x11: remove wskeys.hwm42012-03-252-107/+20
| * x11: input: add print and menu keyswm42012-03-253-0/+3
| * x11: add KP_Separator to key mappingwm42012-03-252-0/+2
| * x11: allow unicode inputwm42012-03-252-29/+49
| * input: handle UTF-8 terminal inputwm42012-03-251-0/+11
| * input: allow unicode keys and reassign internal key codeswm42012-03-257-27/+103
| * x11: fix setting UTF-8 window titles for some special caseswm42012-03-251-29/+18
| * vo_gl: cocoa: add support for --ontopStefano Pigozzi2012-03-253-4/+33
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-255-34/+33
| * vo_xv: remove direct rendering supportUoti Urpala2012-03-251-111/+22
| * cosmetics: vf_vo.c: reformatUoti Urpala2012-03-251-102/+107
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-257-17/+6
| * core: improve sub and audio start after timeline part switchUoti Urpala2012-03-201-15/+21
| * options: move mixer.h options to structUoti Urpala2012-03-208-24/+30
| * mixer: reindent/cosmetic changeswm42012-03-202-106/+103
| * core: restructure main play loop, continue audio after videoUoti Urpala2012-03-192-283/+247
| * terminal output: if audio/video pts is missing, show "???"Uoti Urpala2012-03-161-13/+26
* | gl_common: minor cleanup/refactorwm42012-03-312-64/+44
* | gl_common: remove unused glValName()wm42012-03-312-58/+0
* | gl_common: move header hacks into gl_header_fixes.hwm42012-03-312-208/+232
* | libvo: add vo_gl3wm42012-03-3110-1/+3112
* | gl_common: cocoa: add OpenGL 3.2 context creation codeStefano Pigozzi2012-03-313-10/+53
* | gl_common: slightly change win32 GL 3 context creationwm42012-03-312-18/+29
* | gl_common: OpenGL 3.x context support on windowsKovensky2012-03-312-1/+107
* | gl_common: add OpenGL 3.x context creationwm42012-03-312-117/+423
* | Add bin_to_header.pywm42012-03-311-0/+43
* | mp_msg: double maximum message sizewm42012-03-311-1/+1
* | vo_direct3d: fix crash when using RGB formatswm42012-03-261-5/+5
* | 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