| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_vapoursynth: print more diagnostics on error | wm4 | 2014-08-11 | 1 | -3/+9 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 1 | -9/+6 |
* | video/filter: add vf_buffer | wm4 | 2014-07-30 | 2 | -0/+95 |
* | Remove some mp_msg calls with no trailing \n | wm4 | 2014-07-13 | 1 | -18/+22 |
* | vf_vapoursynth: reset error state on seeking | wm4 | 2014-07-05 | 1 | -0/+1 |
* | vf_dlopen: fix the order of the arguments to mp_image_alloc | Marcoen Hirschberg | 2014-06-19 | 1 | -2/+2 |
* | video: correct spelling: mp_image_params_equals -> mp_image_params_equal | wm4 | 2014-06-17 | 1 | -3/+3 |
* | video: check image parameters | wm4 | 2014-06-17 | 1 | -0/+6 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 19 | -11/+64 |
* | video: synchronize mpv rgb pixel format names with ffmpeg names | wm4 | 2014-06-14 | 1 | -6/+6 |
* | video: automatically strip "le" and "be" suffix from pixle format names | wm4 | 2014-06-14 | 1 | -2/+3 |
* | vf_noise: remove global variables | wm4 | 2014-06-11 | 1 | -9/+4 |
* | vf_divtc: remove a global variable | wm4 | 2014-06-11 | 1 | -5/+1 |
* | Add more const | wm4 | 2014-06-11 | 3 | -3/+3 |
* | options: remove global variables for swscale options; rename them | wm4 | 2014-06-11 | 3 | -1/+3 |
* | vf_vdpaupp: cosmetics: rename function | wm4 | 2014-05-25 | 1 | -5/+5 |
* | vf_dlopen: update usage message to new-style args | Kevin Mitchell | 2014-05-15 | 1 | -1/+1 |
* | vf_dlopen: remove buggy private name -> imgfmt conversion | Kevin Mitchell | 2014-05-15 | 2 | -34/+18 |
* | vf_vapoursynth: fix debug output | wm4 | 2014-05-15 | 1 | -1/+4 |
* | vf_vapoursynth: add more debug output | wm4 | 2014-05-15 | 1 | -18/+21 |
* | vf_vapoursynth: avoid unnecessary waiting | wm4 | 2014-05-14 | 1 | -1/+1 |
* | vf_vapoursynth: allow parallel processing | wm4 | 2014-05-14 | 1 | -37/+81 |
* | vf: print for which filter initialization failed | wm4 | 2014-05-04 | 2 | -4/+11 |
* | vf_vdpaupp: make code clarity improvements | wm4 | 2014-05-04 | 1 | -8/+8 |
* | vdpau: deduplicate video surface upload code | wm4 | 2014-05-04 | 1 | -36/+5 |
* | vf_vapoursynth: fix aspect ratio passed to vapoursynth | wm4 | 2014-05-03 | 1 | -2/+8 |
* | video: removed unused stuff | wm4 | 2014-05-02 | 2 | -7/+0 |
* | video: handle colorspace and aspect overrides separately | wm4 | 2014-05-02 | 2 | -7/+22 |
* | vf: sanitize filter input, instead of overriding it | wm4 | 2014-05-02 | 1 | -1/+2 |
* | vf: add alternate functions for retrieving filter output | wm4 | 2014-05-02 | 2 | -13/+57 |
* | vf: expose input parameters; clear parameters on failure | wm4 | 2014-05-02 | 2 | -2/+3 |
* | vf: mark auto-inserted conversion filters in verbose output | wm4 | 2014-05-02 | 1 | -0/+2 |
* | vf_lavfi: reinit after libavfilter EOF | wm4 | 2014-05-02 | 1 | -13/+25 |
* | vf_vdpaupp: always provide past and future fields | wm4 | 2014-05-02 | 1 | -1/+1 |
* | vf_vdpaupp: allow toggling deinterlace | wm4 | 2014-05-02 | 1 | -4/+19 |
* | vf_vdpaupp: allow non-vdpau input | wm4 | 2014-05-02 | 1 | -5/+42 |
* | vdpau: add a postprocessing pseudo-filter | wm4 | 2014-05-02 | 2 | -0/+239 |
* | vf: print error if filtering a frame fails | wm4 | 2014-04-30 | 1 | -1/+4 |
* | vf_lavfi: reset metadata in reset() | Kevin Mitchell | 2014-04-29 | 1 | -0/+4 |
* | vf-metadata: fix handling of NULL metadata | Kevin Mitchell | 2014-04-29 | 1 | -4/+7 |
* | vf_vapoursynth: add more VS frame properties | wm4 | 2014-04-28 | 1 | -0/+26 |
* | vf_vapoursynth: use frame durations instead of _AbsoluteTime | wm4 | 2014-04-28 | 1 | -6/+25 |
* | vf_vapoursynth: fix memory leak on error | wm4 | 2014-04-28 | 1 | -1/+3 |
* | vf_vapoursynth: remove incorrect copyright notice | wm4 | 2014-04-28 | 1 | -2/+0 |
* | vf_lavfi: distinguish real errors from other states | wm4 | 2014-04-28 | 1 | -2/+11 |
* | video: don't drop last frame when deinterlacing with yadif | wm4 | 2014-04-28 | 7 | -6/+32 |
* | vf_vapoursynth: use official AbsoluteTime property | wm4 | 2014-04-27 | 1 | -2/+2 |
* | vf_vapoursynth: keep pixel aspect ratio | wm4 | 2014-04-27 | 1 | -3/+3 |
* | vf_pp: PP_PICT_TYPE_QP2 is always defined | wm4 | 2014-04-25 | 1 | -4/+0 |
* | vf: print all image parameter information in verbose output | wm4 | 2014-04-22 | 1 | -0/+5 |
* | vf: remove autoinserted filters on reconfig | wm4 | 2014-04-21 | 2 | -0/+8 |
* | vf: add function to remove a filter from the chain | wm4 | 2014-04-21 | 2 | -0/+14 |
* | video: make mp_image use mp_image_params directly | wm4 | 2014-04-21 | 1 | -15/+7 |
* | vf_rotate: support all multiples of 90 degrees | wm4 | 2014-04-21 | 2 | -92/+23 |
* | Fix some libav* include statements | wm4 | 2014-04-19 | 3 | -3/+4 |
* | Remove CPU detection and inline asm handling | wm4 | 2014-04-19 | 1 | -2/+5 |
* | vf_pp: fix include statement | wm4 | 2014-04-19 | 1 | -1/+1 |
* | vf_pp: use native libpostproc CPU detection | wm4 | 2014-04-19 | 1 | -5/+1 |
* | vf_divtc: remove inline asm | wm4 | 2014-04-19 | 1 | -50/+0 |
* | vf_pullup: remove inline asm | wm4 | 2014-04-19 | 3 | -218/+0 |
* | vf_noise: remove line asm | wm4 | 2014-04-19 | 1 | -130/+4 |
* | vf_ilpack: remove inline asm | wm4 | 2014-04-19 | 1 | -277/+4 |
* | vf_eq: remove slow inline asm | wm4 | 2014-04-19 | 1 | -75/+0 |
* | vf_vapoursynth: handle destruction more gracefully | wm4 | 2014-04-14 | 1 | -7/+8 |
* | vf_vapoursynth: wipe vapoursynth state completely on reloading | wm4 | 2014-04-14 | 1 | -40/+55 |
* | Kill all tabs | wm4 | 2014-04-13 | 14 | -1366/+1366 |
* | vf_lavfi: copy AVFrame metadata into vf_lavfi priv | Kevin Mitchell | 2014-04-13 | 2 | -0/+21 |
* | vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parse | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | vf: auto-label video filters if no label is specified | Kevin Mitchell | 2014-04-13 | 1 | -1/+12 |
* | vf: add vf_control_by_label to send vfctrl to specific filter | Kevin Mitchell | 2014-04-13 | 2 | -0/+12 |
* | vf_vapoursynth: print an error if VapourSynth returns an unknown format | wm4 | 2014-04-13 | 1 | -0/+1 |
* | vf_vapoursynth: error out early if the file sub-option is not set | wm4 | 2014-04-13 | 1 | -0/+4 |
* | video: add VapourSynth filter bridge | wm4 | 2014-04-12 | 2 | -0/+480 |
* | vf_eq: don't malloc priv struct | wm4 | 2014-03-30 | 1 | -1/+0 |
* | vaapi: make struct va_surface private | wm4 | 2014-03-17 | 1 | -11/+11 |
* | vaapi: replace image pool implementation with mp_image_pool | wm4 | 2014-03-17 | 1 | -17/+26 |
* | vf_delogo: remove internal implementation | wm4 | 2014-03-16 | 1 | -249/+2 |
* | vf_hqdn3d: remove internal implementation | wm4 | 2014-03-16 | 1 | -276/+10 |
* | vf_yadif: remove internal implementation | wm4 | 2014-03-16 | 1 | -467/+3 |
* | vf_unsharp: remove internal implementation | wm4 | 2014-03-16 | 1 | -176/+3 |
* | vf_gradfun: remove internal implementation | wm4 | 2014-03-16 | 1 | -339/+5 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 2 | -2/+2 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -12/+2 |
* | video: add rounding to aspect ratio calculations | wm4 | 2014-02-19 | 1 | -2/+2 |
* | msg: remove global state | wm4 | 2013-12-21 | 1 | -1/+0 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -9/+9 |
* | m_option: add mp_log context to sub-module print_help callback | wm4 | 2013-12-21 | 3 | -11/+9 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | vaapi: mp_msg conversions | wm4 | 2013-12-21 | 1 | -29/+36 |
* | sws_utils: mp_msg conversions | wm4 | 2013-12-21 | 1 | -0/+1 |
* | video/filter: mp_msg conversions | wm4 | 2013-12-21 | 16 | -121/+102 |
* | vf_lavfi: don't access AVFilterPad directly | wm4 | 2013-12-18 | 1 | -2/+3 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 31 | -42/+42 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 26 | -33/+33 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 2 | -5/+5 |
* | vf_dsize: fix bug caused by typo | wm4 | 2013-12-14 | 1 | -1/+1 |
* | video: move VO reinit from filter chain to player | wm4 | 2013-12-10 | 3 | -117/+34 |
* | video: move handling of brightness and deinterlacing control | wm4 | 2013-12-10 | 1 | -27/+0 |
* | vf_vo: remove VO reset on filter uninit | wm4 | 2013-12-10 | 1 | -5/+0 |
* | vf: redo conversion filter insertion/format negotiation | wm4 | 2013-12-07 | 6 | -175/+187 |
* | video/filter: make vf->control non-recursive | wm4 | 2013-12-07 | 12 | -32/+27 |
* | vf: remove flags from filter format status | wm4 | 2013-12-07 | 4 | -37/+25 |
* | video: create a separate context for video filter chain | wm4 | 2013-12-07 | 4 | -85/+164 |
* | video/filter: remove vf_match_csp() | wm4 | 2013-12-07 | 6 | -119/+4 |
* | vf: remove unused function | wm4 | 2013-12-07 | 2 | -23/+0 |
* | vf: print error when creating filter fails | wm4 | 2013-12-07 | 1 | -0/+1 |
* | vf: declare config() as legacy | wm4 | 2013-12-05 | 1 | -5/+5 |
* | video/filter: remove unneeded config callbacks | wm4 | 2013-12-05 | 5 | -45/+0 |
* | video: remove --flip | wm4 | 2013-12-05 | 1 | -1/+0 |
* | vf: move norm_qscale() to the only filter which uses it | wm4 | 2013-12-05 | 2 | -15/+15 |
* | vf_sub, vf_dlopen: default struct is not needed | wm4 | 2013-12-05 | 2 | -7/+3 |
* | vf: cleanup removed filter entry | wm4 | 2013-12-05 | 1 | -1/+0 |
* | video/filter: fix some bogus free() calls | wm4 | 2013-12-05 | 4 | -8/+0 |
* | options: remove legacy hacks for sub-option handling | wm4 | 2013-12-04 | 1 | -17/+8 |
* | vf_noise: reduce binary size | wm4 | 2013-12-04 | 1 | -4/+1 |
* | vf_eq: revert unintended binary size increase | wm4 | 2013-12-04 | 1 | -13/+10 |
* | video/filter: remove legacy option handling hacks | wm4 | 2013-12-04 | 32 | -37/+35 |
* | vf_vo: don't abuse option strings to set VO | wm4 | 2013-12-04 | 2 | -6/+15 |
* | vf_rotate: use option parser | wm4 | 2013-12-04 | 1 | -2/+7 |
* | vf_pp: use option parser | wm4 | 2013-12-04 | 1 | -5/+14 |
* | vf_ilpack: use option parser | wm4 | 2013-12-04 | 1 | -8/+10 |
* | vf_eq: use option parser | wm4 | 2013-12-04 | 1 | -26/+22 |
* | vf_dsize: use option parser | wm4 | 2013-12-04 | 1 | -31/+19 |
* | vf_divtc: use option parser | wm4 | 2013-12-04 | 1 | -78/+36 |
* | video/filter: remove vf_down3dright | wm4 | 2013-12-04 | 2 | -158/+0 |
* | vf: remove unneeded field | wm4 | 2013-12-04 | 1 | -1/+0 |
* | vf_pullup: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -10/+37 |
* | vf_unsharp: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -50/+37 |
* | vf_phase: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -35/+48 |
* | vf_noise: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -26/+42 |
* | vf_stereo3d: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -10/+31 |
* | vf_hqdn3d: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -67/+34 |
* | vf_gradfun: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -0/+23 |
* | vf_delogo: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -2/+20 |
* | vf_yadif: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -15/+24 |
* | vf_lavfi: export a wrapper function | wm4 | 2013-12-04 | 2 | -6/+156 |
* | video: remove VFCAP_POSTPROC | wm4 | 2013-12-04 | 1 | -4/+1 |
* | vf_screenshot: remove unnecessary code | wm4 | 2013-12-04 | 1 | -5/+0 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 1 | -0/+2 |
* | Take care of some libavutil deprecations, drop support for FFmpeg 1.0 | wm4 | 2013-11-29 | 1 | -2/+2 |
* | vf_pullup: properly reset on seek | wm4 | 2013-11-29 | 1 | -14/+37 |
* | vaapi: remove unused hw image formats, simplify | wm4 | 2013-11-29 | 1 | -1/+1 |
* | video/filter: fix PIC compile on x86 | Natanael Copa | 2013-11-26 | 2 | -3/+9 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 1 | -1/+0 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 2 | -3/+1 |
* | options: print lavfi filter list with --vf=lavfi=help | wm4 | 2013-11-23 | 1 | -0/+40 |
* | options: implement --pphelp differently | wm4 | 2013-11-23 | 3 | -0/+8 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 2 | -14/+0 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 1 | -1/+1 |
* | vf_vavpp: make it work with vo_opengl and software decoding | wm4 | 2013-11-22 | 1 | -3/+3 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -4/+4 |
* | Fix some more -Wshadow warnings | wm4 | 2013-11-01 | 2 | -12/+12 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 2 | -8/+8 |
* | video/filter: remove useless vf_info fields | wm4 | 2013-10-23 | 33 | -178/+96 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -6/+3 |
* | vf_scale: fix get/set confusion | wm4 | 2013-10-16 | 1 | -1/+1 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -13/+15 |
* | vf_scale: factor out libswscale equalizer control | wm4 | 2013-09-30 | 1 | -23/+2 |
* | vd: move aspect calculation to a function | wm4 | 2013-09-26 | 2 | -0/+16 |
* | vaapi: add vf_vavpp and use it for deinterlacing | xylosper | 2013-09-25 | 4 | -0/+413 |
* | vf: fix filter initialization error check | wm4 | 2013-09-20 | 1 | -1/+1 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 3 | -6/+1 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 1 | -0/+1 |
* | vf_eq: fix behavior when changing parameters | wm4 | 2013-08-20 | 1 | -4/+14 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 32 | -65/+65 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 2 | -6/+0 |
* | vf: fix unintended overwriting of image info | wm4 | 2013-07-28 | 2 | -4/+5 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 6 | -17/+13 |
* | options: make legacy hacks for AFs/VFs more explicit | wm4 | 2013-07-22 | 1 | -0/+1 |
* | vf_scale: actually respect param and param2 suboptions | wm4 | 2013-07-22 | 1< |