| Commit message (Expand) | Author | Age | Files | Lines |
* | mp_image: one utility function to set image parameters | wm4 | 2013-07-18 | 2 | -0/+14 |
* | vf_scale: use new swscale wrapper | wm4 | 2013-07-18 | 1 | -157/+60 |
* | vf: make sure less important image params are set before/after filters | wm4 | 2013-07-18 | 1 | -14/+21 |
* | sws_utils: refactor swscale wrapper code | wm4 | 2013-07-18 | 4 | -63/+197 |
* | vf_scale: remove rounding of sizes to 2 with 4:2:0 | wm4 | 2013-07-18 | 1 | -11/+0 |
* | vf_scale: try to support all pixel formats | wm4 | 2013-07-18 | 1 | -1/+25 |
* | vf_scale: don't byte-swap palette on big endian architectures | wm4 | 2013-07-18 | 1 | -8/+0 |
* | vf_scale: uncrustify | wm4 | 2013-07-18 | 1 | -186/+207 |
* | vo_x11: remove weird inactive code | wm4 | 2013-07-18 | 1 | -15/+0 |
* | video: redo how colorspaces are handled | wm4 | 2013-07-16 | 8 | -102/+70 |
* | wayland: early aspect calculation in vo_config | Alexander Preisinger | 2013-07-16 | 3 | -7/+27 |
* | wayland: use default fullscreen method | Alexander Preisinger | 2013-07-16 | 1 | -1/+1 |
* | w32_common: don't use aspdat.asp for aspect | wm4 | 2013-07-16 | 1 | -1/+2 |
* | Fix build on Libav stable (dammit) | wm4 | 2013-07-15 | 1 | -0/+8 |
* | sd_add: add terrible hack for (xy-)vsfilter compatibility | wm4 | 2013-07-15 | 2 | -0/+9 |
* | vd: add VDCTRL_GET_PARAMS | wm4 | 2013-07-15 | 2 | -0/+4 |
* | video: unify colorspace setup | wm4 | 2013-07-15 | 3 | -21/+36 |
* | vf: add vf_control wrapper | wm4 | 2013-07-15 | 3 | -6/+12 |
* | dec_video: add vd_control wrapper | wm4 | 2013-07-15 | 2 | -7/+12 |
* | mp_image: explicitly forbid using RGB colorspace with YUV formats | wm4 | 2013-07-15 | 1 | -0/+9 |
* | mp_image: refactor colorspace guessing/fallback | wm4 | 2013-07-15 | 2 | -9/+46 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 4 | -9/+3 |
|\ |
|
| * | Cleanup some include statements | wm4 | 2013-07-12 | 2 | -4/+1 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -1/+1 |
| * | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 2 | -14/+17 |
| |\ |
|
| * | | Remove old demuxers | wm4 | 2013-07-07 | 1 | -4/+1 |
* | | | build: change vf_dlopen test | wm4 | 2013-07-12 | 1 | -1/+1 |
* | | | cocoa_common: change video size when changing screen DPI | Stefano Pigozzi | 2013-07-10 | 1 | -0/+8 |
* | | | configure: add libdl detection to ladspa, vf_dlopen | Rudolf Polzer | 2013-07-09 | 1 | -0/+2 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'origin/low_quality_intel_crap' | Martin Herkt | 2013-07-08 | 2 | -14/+17 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into low_quality_intel_crap | wm4 | 2013-04-30 | 42 | -3417/+4238 |
| |\ |
|
| * | | vo_opengl: avoid texture arrays for compatibility with Intel low quality crap | wm4 | 2013-03-05 | 2 | -10/+12 |
* | | | dither: don't use long double | wm4 | 2013-07-05 | 1 | -2/+2 |
* | | | core: remove mp_fifo leftovers | wm4 | 2013-07-04 | 3 | -3/+0 |
* | | | wayland: remove mp_fifo header | Alexander Preisinger | 2013-07-03 | 1 | -1/+0 |
* | | | wayland: fix typo | Alexander Preisinger | 2013-07-03 | 1 | -1/+1 |
* | | | wayland: remove unused members | Alexander Preisinger | 2013-07-03 | 1 | -2/+0 |
* | | | wayland: remove mp_fifo | Alexander Preisinger | 2013-07-02 | 1 | -7/+7 |
* | | | wayland: implement MOUSE_LEAVE | Alexander Preisinger | 2013-07-02 | 1 | -0/+2 |
* | | | core: cleanup more mp_fifo leftovers | wm4 | 2013-07-02 | 5 | -34/+33 |
* | | | core: remove mp_fifo indirection | wm4 | 2013-07-02 | 2 | -3/+1 |
* | | | input: require VOs to send key up events, redo input key lookup | wm4 | 2013-07-02 | 6 | -11/+14 |
* | | | w32_common: prevent display power management | James Ross-Gowan | 2013-06-30 | 1 | -0/+3 |
* | | | w32_common: prevent that window dragging and mouse input interfere | wm4 | 2013-06-29 | 1 | -1/+1 |
* | | | w32_common: refactor mouse button code, handle mouse up events | wm4 | 2013-06-29 | 1 | -31/+39 |
* | | | input: trigger mouse_leave key bindings if mouse leaves mouse area | wm4 | 2013-06-29 | 1 | -2/+5 |
* | | | input: handle mouse movement differently | wm4 | 2013-06-29 | 4 | -6/+23 |
* | | | cocoa_common: uninit fs window properly | Stefano Pigozzi | 2013-06-29 | 1 | -0/+3 |
* | | | csputils.h: don't recursively include libavcodec header | wm4 | 2013-06-28 | 3 | -16/+16 |
* | | | vo_opengl: handle chroma location | wm4 | 2013-06-28 | 9 | -3/+70 |
* | | | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 16 | -139/+211 |
* | | | mp_image: copy palette only if allocated | wm4 | 2013-06-28 | 1 | -1/+2 |
* | | | vf_rotate: fix params >= 4 | wm4 | 2013-06-28 | 1 | -0/+2 |
* | | | options: remove -lavdopts debug suboption | wm4 | 2013-06-28 | 1 | -4/+0 |
* | | | cocoa_common: schedule a redraw frame after a non live resize | Stefano Pigozzi | 2013-06-25 | 1 | -3/+18 |
* | | | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 1 | -1/+1 |
* | | | | OSX: fix compilation with 10.7 SDK | Stefano Pigozzi | 2013-06-19 | 1 | -0/+1 |
* | | | | vo_lavc: remove unused variable | wm4 | 2013-06-18 | 1 | -1/+1 |
* | | | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
* | | | | vo_lavc: do NOT fill pict_type from the mp_image | Rudolf Polzer | 2013-06-17 | 1 | -0/+4 |
* | | | | vo_lavc: use mp_image_copy_fields_to_av_frame | Rudolf Polzer | 2013-06-17 | 1 | -4/+1 |
|/ / / |
|
* | | | fix compile, sorry | Rudolf Polzer | 2013-06-16 | 1 | -0/+1 |
* | | | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 1 | -2/+2 |
* | | | vf_dlopen filters: add an "ildetect" filter that detects interlacing | Rudolf Polzer | 2013-06-16 | 1 | -4/+21 |
* | | | cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLE | Stefano Pigozzi | 2013-06-16 | 1 | -2/+11 |
* | | | wayland: use VOCTRL_UPDATE_WINDOW_TTILE | Alexander Preisinger | 2013-06-16 | 1 | -1/+3 |
* | | | vo: fix build on Libav | wm4 | 2013-06-15 | 1 | -0/+2 |
* | | | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLE | wm4 | 2013-06-15 | 4 | -5/+21 |
* | | | vo: define VO_TRUE/FALSE to C99 constants | wm4 | 2013-06-15 | 1 | -2/+2 |
* | | | w32_common: remove some unneeded code | wm4 | 2013-06-15 | 1 | -5/+3 |
* | | | w32_common: fix non-sense | wm4 | 2013-06-15 | 1 | -2/+3 |
* | | | vo_xv: always request redraw on resize | wm4 | 2013-06-15 | 1 | -3/+3 |
* | | | vo: redo video display rectangle calculations | wm4 | 2013-06-15 | 1 | -24/+49 |
* | | | gl_video: rearrange some code | wm4 | 2013-06-15 | 1 | -23/+20 |
* | | | gl_video: fix scaling when image is cropped, or with no-npot | wm4 | 2013-06-15 | 1 | -22/+39 |
* | | | gl_video: typo in comment | wm4 | 2013-06-15 | 1 | -1/+1 |
* | | | image_writer: Add PNG filter option (default "mixed") | Martin Herkt | 2013-06-15 | 2 | -1/+6 |
* | | | cocoa_common: remove play/pause VOCTRL functions | Stefano Pigozzi | 2013-06-14 | 2 | -14/+2 |
* | | | w32: enable screensaver when paused | wm4 | 2013-06-14 | 2 | -2/+13 |
* | | | x11: enable screensaver when paused, rename/change --stop-xscreensaver | wm4 | 2013-06-14 | 1 | -3/+7 |
* | | | core: introduce separate VOCTRLs for screensaver stop/resume | wm4 | 2013-06-14 | 2 | -3/+5 |
* | | | gl_video: remove redundant condition | wm4 | 2013-06-13 | 1 | -6/+1 |
* | | | vo_lavc: silence warning when writing y4m | wm4 | 2013-06-13 | 1 | -1/+1 |
* | | | cocoa_common: fix ontop switching when fullscreen | Stefano Pigozzi | 2013-06-11 | 1 | -2/+2 |
* | | | cocoa_common: fix window level when going fullscreen | Stefano Pigozzi | 2013-06-10 | 1 | -1/+1 |
* | | | encoding: fix -oneverdrop logic when -omaxfps is used | Rudolf Polzer | 2013-06-09 | 1 | -5/+8 |
* | | | encoding -omaxfps: rewrite logic | Rudolf Polzer | 2013-06-09 | 1 | -29/+32 |
* | | | encoding -omaxfps: do not shift pts when pts are repeated entirely | Rudolf Polzer | 2013-06-09 | 1 | -1/+1 |
* | | | Option -omaxfps: limit fps when encoding | Rudolf Polzer | 2013-06-09 | 1 | -0/+16 |
* | | | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 1 | -11/+2 |
|\ \ \ |
|
| * | | | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 1 | -11/+2 |
* | | | | osx: cocoa_common: use default wakeup period | Stefano Pigozzi | 2013-06-03 | 1 | -1/+0 |
* | | | | osx: create macosx_events to deal with keyDown events | Stefano Pigozzi | 2013-06-03 | 3 | -194/+9 |
* | | | | osx_common: remove outdated ifdeffery | Stefano Pigozzi | 2013-06-03 | 1 | -52/+0 |
* | | | | gl_video: reduce output with -v, skip useless header parts | wm4 | 2013-06-03 | 1 | -5/+8 |
* | | | | gl_video: explicitly clamp colormatrix output | wm4 | 2013-06-03 | 1 | -0/+1 |
* | | | | cocoa_common: autohide dock/menubar on fs only if on same screen | Stefano Pigozzi | 2013-06-01 | 1 | -7/+37 |
* | | | | cocoa_common: don't autohide mouse on mousedown | Stefano Pigozzi | 2013-06-01 | 1 | -2/+10 |
* | | | | cocoa_common: avoid window creation with VOFLAG_HIDDEN | Stefano Pigozzi | 2013-06-01 | 1 | -76/+92 |
* | | | | cocoa_common: dehack mouse autohide by clipping view bounds to visible screen | Stefano Pigozzi | 2013-06-01 | 1 | -17/+19 |
* | | | | cocoa_common: fix mouse autohide on MenuBar/Dock interaction | Stefano Pigozzi | 2013-05-31 | 1 | -1/+7 |
* | | | | cocoa_common: fix empty window when going fs on different screen | Stefano Pigozzi | 2013-05-31 | 1 | -0/+9 |
* | | | | cocoa_common: fix mouse hiding outside of player view | Stefano Pigozzi | 2013-05-30 | 1 | -9/+21 |
* | | | | cocoa_common: refactor fullscreen code for readability | Stefano Pigozzi | 2013-05-30 | 1 | -31/+53 |
* | | | | cocoa_common: fix native-fs state saving | Stefano Pigozzi | 2013-05-30 | 1 | -1/+2 |
* | | | | cocoa_common: fix a bug in window initialization error | Stefano Pigozzi | 2013-05-30 | 1 | -1/+3 |
* | | | | cocoa_common: use cocoa APIs to go fullscreen | Stefano Pigozzi | 2013-05-30 | 2 | -219/+165 |
* | | | | macosx_application: move escape_loadfile_name in this file | Stefano Pigozzi | 2013-05-30 | 2 | -24/+0 |
* | | | | cocoa_common: use better power management activity description | Stefano Pigozzi | 2013-05-30 | 1 | -1/+1 |
* | | | | osx: remove compatibility conditionals for 10.6 | Stefano Pigozzi | 2013-05-30 | 3 | -106/+13 |
|/ / / |
|
* | | | gl_common: fix invalid alignment | wm4 | 2013-05-30 | 1 | -2/+2 |
* | | | gl_video: add some debug code for testing texture depth | wm4 | 2013-05-30 | 1 | -7/+60 |
* | | | gl_video: change a GLSL statement | wm4 | 2013-05-30 | 1 | -1/+1 |
* | | | gl_video: fix some dithering bugs | wm4 | 2013-05-30 | 2 | -15/+11 |
* | | | options: remove some questionable -lavdopts suboptions | wm4 | 2013-05-29 | 1 | -15/+0 |
* | | | vo_opengl: remove most of the "inline" documentation | wm4 | 2013-05-26 | 1 | -86/+8 |
* | | | vf_delogo: copy in non-direct case, fix double-free | wm4 | 2013-05-26 | 1 | -9/+1 |
* | | | gl_video: improve dithering | wm4 | 2013-05-26 | 7 | -23/+330 |
* | | | gl_video: add scaler-resizes-only sub-option | wm4 | 2013-05-26 | 2 | -0/+25 |
* | | | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -2/+2 |
* | | | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 5 | -18/+22 |
* | | | vo: rip out VO timer wakeup mechanism again | wm4 | 2013-05-26 | 2 | -19/+0 |
* | | | cocoa_common: send mouse moved events to core when dragging | Stefano Pigozzi | 2013-05-26 | 1 | -2/+7 |
* | | | wayland: use VOCTRL_SET_CURSOR_VISIBILITY | Alexander Preisinger | 2013-05-26 | 2 | -36/+25 |
* | | | wayland: introduce vo_wayland_config | Alexander Preisinger | 2013-05-26 | 3 | -26/+24 |
* | | | cocoa_common: implement VOCTRL_SET_CURSOR_VISIBILITY | Stefano Pigozzi | 2013-05-26 | 1 | -39/+20 |
* | | | cocoa_common: implement mouse movement notifications | Stefano Pigozzi | 2013-05-26 | 1 | -0/+10 |
* | | | w32: use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 1 | -6/+7 |
* | | | vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 1 | -39/+3 |
* | | | x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 2 | -48/+33 |
* | | | core: do mouse cursor hiding business in frontend | wm4 | 2013-05-26 | 1 | -0/+2 |
* | | | vo: remove vo.check_events callback | wm4 | 2013-05-26 | 7 | -25/+8 |
* | | | w32: use vo_w32_control() for all VOs | wm4 | 2013-05-26 | 3 | -40/+15 |
* | | | x11: use vo_x11_control() for all VOs | wm4 | 2013-05-26 | 5 | -80/+31 |
* | | | video/out: introduce vo_control for gl_common based VOs | wm4 | 2013-05-26 | 18 | -158/+138 |
* | | | vf_lavfi: allow setting avopts | wm4 | 2013-05-26 | 1 | -0/+9 |
* | | | cocoa_common: authohide menu/dock in fullscreen | Stefano Pigozzi | 2013-05-26 | 1 | -2/+3 |
* | | | m_option, vf: add label support | wm4 | 2013-05-23 | 2 | -1/+18 |
* | | | vo: remove unused callback | wm4 | 2013-05-23 | 1 | -1/+0 |
* | | | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 3 | -10/+3 |
* | | | dec_video: remove emms usage | wm4 | 2013-05-21 | 1 | -10/+0 |
* | | | vf_lavfi: remove redundant statements | wm4 | |