| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -0/+3 |
* | options: use m_config for options instead of m_struct | wm4 | 2013-07-21 | 14 | -252/+179 |
* | vf: remove unnecessary indirection | wm4 | 2013-07-21 | 2 | -26/+5 |
* | video: remove fullscreen flags chaos | wm4 | 2013-07-18 | 1 | -2/+1 |
* | sws_utils: don't recursively include libswscale header | wm4 | 2013-07-18 | 1 | -0/+2 |
* | 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 |
* | 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 |
* | video: redo how colorspaces are handled | wm4 | 2013-07-16 | 3 | -57/+41 |
* | vf: add vf_control wrapper | wm4 | 2013-07-15 | 2 | -0/+6 |
* | build: change vf_dlopen test | wm4 | 2013-07-12 | 1 | -1/+1 |
* | configure: add libdl detection to ladspa, vf_dlopen | Rudolf Polzer | 2013-07-09 | 1 | -0/+2 |
* | vo_opengl: handle chroma location | wm4 | 2013-06-28 | 1 | -0/+1 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 5 | -68/+95 |
* | vf_rotate: fix params >= 4 | wm4 | 2013-06-28 | 1 | -0/+2 |
* | fix compile, sorry | Rudolf Polzer | 2013-06-16 | 1 | -0/+1 |
* | vf_dlopen filters: add an "ildetect" filter that detects interlacing | Rudolf Polzer | 2013-06-16 | 1 | -4/+21 |
* | vf_delogo: copy in non-direct case, fix double-free | wm4 | 2013-05-26 | 1 | -9/+1 |
* | vf_lavfi: allow setting avopts | wm4 | 2013-05-26 | 1 | -0/+9 |
* | m_option, vf: add label support | wm4 | 2013-05-23 | 2 | -1/+18 |
* | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 1 | -2/+0 |
* | vf_lavfi: remove redundant statements | wm4 | 2013-05-21 | 1 | -4/+0 |
* | video/filter: fix option parser memory leak | wm4 | 2013-05-18 | 6 | -16/+3 |
* | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 2 | -2/+2 |
* | vf_yadif: actually set PTS for output frames | wm4 | 2013-05-06 | 1 | -0/+1 |
* | vf_rotate: fix for some obscure pixel formats | wm4 | 2013-05-03 | 1 | -7/+6 |
* | video: add XYZ support | wm4 | 2013-05-01 | 1 | -0/+1 |
* | vf_lavfi: move compat crap to the start of the file | wm4 | 2013-04-26 | 1 | -18/+18 |
* | vf_lavfi: silence stupid deprecation warning | wm4 | 2013-04-26 | 1 | -2/+12 |
* | vf_lavfi: recreate filter graph on seek | wm4 | 2013-04-25 | 1 | -14/+41 |
* | vf_lavfi: add libavfilter bridge | wm4 | 2013-04-21 | 2 | -0/+315 |
* | vf_divtc, vf_phase: Fix handling of subsampled formats | Martin Herkt | 2013-04-10 | 2 | -3/+4 |
* | vf_flip: move flipping code to mp_image.c | wm4 | 2013-03-01 | 1 | -4/+1 |
* | vf_vo: remove pointless NULL checks | wm4 | 2013-03-01 | 1 | -4/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 5 | -13/+6 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 1 | -2/+1 |
* | vf_yadif: remove dead code | wm4 | 2013-02-26 | 1 | -2/+0 |
* | demux_mf: support .xbm | wm4 | 2013-02-24 | 1 | -0/+1 |
* | vf_yadif: switch to option parser, allow disabling by default | wm4 | 2013-02-23 | 1 | -7/+21 |
* | vf_scale: remove video dimension presets ("presize" suboption) | wm4 | 2013-02-23 | 1 | -41/+0 |
* | vf_stereo3d: get rid of m_obj_presets_t usage | wm4 | 2013-02-23 | 1 | -49/+3 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -1/+0 |
* | vf_stereo3d: add support for green-magenta and yellow-blue dubois | cehoyos | 2013-02-03 | 1 | -1/+11 |
* | vf_dlopen: fix external pixel format names | wm4 | 2013-02-03 | 1 | -7/+35 |
* | screenshot: minor simplification, prefer VF over VO | wm4 | 2013-01-30 | 2 | -13/+0 |
* | vf_scale: fix warning | wm4 | 2013-01-27 | 1 | -1/+0 |
* | video: move handling of -x/-y/-xy options to VO | wm4 | 2013-01-23 | 9 | -26/+14 |
* | video: reset filters on seek | wm4 | 2013-01-20 | 4 | -0/+31 |
* | vf_format: fix forcing output format | wm4 | 2013-01-17 | 1 | -1/+11 |
* | video: print filter chain in verbose mode | wm4 | 2013-01-14 | 2 | -3/+34 |
* | vf_sub: allow more formats, simplify code | wm4 | 2013-01-13 | 1 | -82/+15 |
* | vf_expand: support more image formats | wm4 | 2013-01-13 | 1 | -68/+33 |
* | vf_rotate: support more image formats | wm4 | 2013-01-13 | 1 | -34/+25 |
* | vf_softpulldown: reject unsupported image formats, fix code duplication | wm4 | 2013-01-13 | 1 | -47/+24 |
* | vf_yadif: Y8 is not supported | wm4 | 2013-01-13 | 1 | -1/+0 |
* | vf_swapuv: support more image formats | wm4 | 2013-01-13 | 1 | -12/+8 |
* | vf_pullup: remove check for MP_IMGFLAG_PLANAR | wm4 | 2013-01-13 | 1 | -4/+0 |
* | vf_phase: reject unsupported image formats | wm4 | 2013-01-13 | 1 | -21/+20 |
* | vf_mirror: rewrite | wm4 | 2013-01-13 | 1 | -65/+52 |
* | vf_gradfun: does not work with NV pixel formats | wm4 | 2013-01-13 | 1 | -2/+0 |
* | vf_flip: make it work with more image formats | wm4 | 2013-01-13 | 1 | -15/+15 |
* | vf_divtc: reduce code duplication | wm4 | 2013-01-13 | 1 | -14/+7 |
* | vf_crop: make it work with more image formats | wm4 | 2013-01-13 | 1 | -39/+20 |
* | vf: add vf_rescale_dsize() | wm4 | 2013-01-13 | 2 | -0/+18 |
* | sub: do not copy the target image if there is no OSD/subs | wm4 | 2013-01-13 | 1 | -5/+3 |
* | video: remove img_format compat hacks | wm4 | 2013-01-13 | 2 | -2/+2 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 21 | -127/+69 |
* | video: cleanup: move and rename vf_mpi_clear and vf_clone_attributes | wm4 | 2013-01-13 | 3 | -82/+6 |
* | mp_image: change how palette is handled | wm4 | 2013-01-13 | 6 | -56/+5 |
* | vf_screenshot: simplify | wm4 | 2013-01-13 | 2 | -52/+20 |
* | video: remove things related to old DR code | wm4 | 2013-01-13 | 6 | -31/+18 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 31 | -1122/+519 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -5/+3 |
* | video: make vdpau hardware decoding not use DR code path | wm4 | 2013-01-13 | 2 | -11/+3 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 13 | -301/+9 |
* | video: make vdpau hardware decoding not use slices code path | wm4 | 2013-01-13 | 2 | -3/+3 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 1 | -1/+1 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 1 | -12/+1 |
* | configure: remove check for .align semantics | wm4 | 2013-01-13 | 4 | -8/+8 |
* | vf_scale: prefer 420P10 -> YV12 instead of 444P | wm4 | 2012-12-28 | 1 | -0/+1 |
* | vf_scale: support more pixel formats | Rudolf Polzer | 2012-12-28 | 1 | -0/+4 |
* | options: move -ass-bottom-margin/-ass-top-margin options to vf_sub | wm4 | < |