| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_stereo3d: add alternating modes | Paul B Mahol | 2015-12-18 | 1 | -0/+4 |
* | Remove some VLAs | wm4 | 2015-11-06 | 1 | -1/+4 |
* | video: replace vf_format outputlevels option with global option | wm4 | 2015-09-29 | 1 | -4/+1 |
* | vf_vavpp: allocate output surfaces with the same size as input | wm4 | 2015-09-23 | 1 | -1/+4 |
* | va_vavpp: set input/output processing region | wm4 | 2015-09-23 | 1 | -2/+2 |
* | vf_yadif: add hack for Libav compatibility | wm4 | 2015-09-20 | 1 | -3/+12 |
* | vf_vdpaurb: query_format is still required | Philip Langdale | 2015-09-18 | 1 | -0/+6 |
* | vf_vdpaurb: Pass through non-hardware-decoded content | Philip Langdale | 2015-09-15 | 1 | -9/+8 |
* | video/filter: remove some vf_lavfi wrappers | wm4 | 2015-09-11 | 5 | -304/+0 |
* | vf_lavfi: cosmetics: fix coding style | wm4 | 2015-09-11 | 1 | -11/+11 |
* | vf: vf_stereo3d depends on libavfilter | wm4 | 2015-09-11 | 1 | -1/+1 |
* | vf_vdpaurb: Don't segfault if input mpi is null | Philip Langdale | 2015-08-05 | 1 | -0/+4 |
* | vf_scale: cleanup log messages | wm4 | 2015-07-20 | 1 | -12/+3 |
* | vf_vapoursynth: relicense to LGPL 2.1+ | wm4 | 2015-07-19 | 1 | -7/+7 |
* | vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpi | Philip Langdale | 2015-07-14 | 1 | -1/+1 |
* | vf_vdpaurb: Add a new filter for reading back vdpau decoded frames | Philip Langdale | 2015-07-11 | 2 | -0/+114 |
* | vf_stereo3d: drop internal implementation | wm4 | 2015-07-10 | 1 | -393/+15 |
* | vf_vdpaupp: don't attempt to deinterlace progressive frames | wm4 | 2015-07-08 | 1 | -5/+9 |
* | vaapi: drop compatibility crap and vo_vaapi deinterlacer | wm4 | 2015-07-08 | 1 | -1/+1 |
* | vf_vavpp: don't attempt to deinterlace progressive frames | wm4 | 2015-07-08 | 1 | -0/+7 |
* | vf_yadif: expose interlaced frame mode | wm4 | 2015-07-07 | 1 | -9/+5 |
* | vf_sub: minor simplification | wm4 | 2015-06-05 | 2 | -5/+2 |
* | vf_vavpp: provide future/past frames to driver | wm4 | 2015-06-01 | 1 | -30/+97 |
* | vf_vavpp: move vaMapBuffer() closer to its use | wm4 | 2015-06-01 | 1 | -4/+4 |
* | vf_vavpp: remove dummy loop, unindent | wm4 | 2015-06-01 | 1 | -51/+61 |
* | vf_vavpp: cosmetics | wm4 | 2015-06-01 | 1 | -10/+10 |
* | vf_vavpp: minor simplification | wm4 | 2015-06-01 | 1 | -29/+24 |
* | vf_vavpp: fix bob deinterlacing for bottom field first videos | Filip Milivojevic | 2015-05-30 | 1 | -0/+2 |
* | vf_vavpp: do not pretend to support references | wm4 | 2015-05-29 | 1 | -3/+5 |
* | vf_vavpp: simplify surface list allocation | wm4 | 2015-05-29 | 1 | -14/+2 |
* | vf_dlopen: declare as deprecated | wm4 | 2015-05-25 | 1 | -0/+4 |
* | vf_vapoursynth: reject unaligned video sizes | wm4 | 2015-05-15 | 1 | -0/+7 |
* | Remove trailing whitespaces | Michael Vetter | 2015-05-15 | 1 | -2/+2 |
* | mp_image: remove some unused interlacing flags | wm4 | 2015-04-23 | 1 | -3/+1 |
* | vf_vapoursynth: update _FieldBased semantics | wm4 | 2015-04-23 | 1 | -4/+4 |
* | vf_vapoursynth: stupid hack to unbreak with recent API change | wm4 | 2015-04-20 | 1 | -0/+6 |
* | build: fix libavfilter dependency for vf_mirror | xylosper | 2015-04-20 | 1 | -1/+1 |
* | vf_crop, vf_expand: remove ancient and useless messages | wm4 | 2015-04-16 | 2 | -19/+1 |
* | vf_mirror: replace internal implementation with libavfilter | wm4 | 2015-04-16 | 1 | -85/+4 |
* | vf_screenshot: remove this filter | wm4 | 2015-04-16 | 3 | -78/+0 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 23 | -114/+92 |
* | mp_image: remove redundant chroma_x/y_shift fields | wm4 | 2015-04-10 | 2 | -6/+6 |
* | mp_image: remove redundant plane_w/h fields | wm4 | 2015-04-10 | 1 | -2/+3 |
* | vf_format: add gamma override option | Niklas Haas | 2015-04-04 | 1 | -0/+4 |
* | vf_format: allow forcing aspect ratio | wm4 | 2015-04-03 | 1 | -0/+4 |
* | vf_format: allow forcing display size | wm4 | 2015-04-03 | 1 | -0/+7 |
* | vf_format: allow forcing rotation flags | wm4 | 2015-04-03 | 1 | -0/+7 |
* | vf_format: allow forcing stereo mode parameters | wm4 | 2015-04-03 | 1 | -0/+8 |
* | video: cleanup stereo mode parsing | wm4 | 2015-04-02 | 1 | -1/+1 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 1 | -2/+29 |
* | vf_format: don't crash if nonsense parameters are passed | wm4 | 2015-03-31 | 1 | -3/+23 |
* | vf_format: by default, pass through video without change | wm4 | 2015-03-31 | 1 | -22/+17 |
* | vf_vapoursynth: handle approximate EOF draining | wm4 | 2015-03-25 | 1 | -9/+28 |
* | vf_expand: fix memory leak on memory allocation failure | wm4 | 2015-03-20 | 1 | -1/+3 |
* | video: uninline memcpy_pic functions | wm4 | 2015-03-20 | 4 | -7/+0 |
* | video: replace pointless macro | wm4 | 2015-03-20 | 1 | -6/+4 |
* | vf_vavpp: fix deinterlacing | Filip Milivojevic | 2015-03-08 | 1 | -0/+8 |
* | vf: fix indentation level of verbose output | wm4 | 2015-02-23 | 1 | -2/+2 |
* | vf_vapoursynth: replace a hack with a newer VS API function | wm4 | 2015-02-16 | 1 | -1/+1 |
* | vf_vapoursynth: add display refresh rate property | Julian | 2015-02-13 | 2 | -0/+2 |
* | vf_lavfi: drop useless option from wrapper filters | wm4 | 2015-02-12 | 1 | -4/+1 |
* | video/filters: simplify libavfilter bridge | wm4 | 2015-02-11 | 11 | -55/+45 |
* | vf_noise: remove internal implementation | wm4 | 2015-02-11 | 1 | -239/+8 |
* | vf_vapoursynth: load Lua stdlib in Lua mode | wm4 | 2015-01-29 | 1 | -0/+1 |
* | vf_ilpack: remove this filter | wm4 | 2015-01-27 | 2 | -183/+0 |
* | vf_divtc: remove this filter | wm4 | 2015-01-27 | 3 | -713/+0 |
* | vf_phase: remove this filter | wm4 | 2015-01-27 | 2 | -310/+0 |
* | vf_swapuv: remove this filter | wm4 | 2015-01-27 | 2 | -66/+0 |
* | vf_softpulldown: remove this filter | wm4 | 2015-01-27 | 3 | -194/+0 |
* | vf_pullup: remove builtin implementation | wm4 | 2015-01-27 | 3 | -920/+10 |
* | ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAIL | Ben Boeckel | 2015-01-27 | 1 | -2/+2 |
* | video: separate screenshot modes | wm4 | 2015-01-23 | 2 | -3/+2 |
* | vf_vavpp: add more deinterlacing algorithms | wm4 | 2015-01-23 | 1 | -7/+22 |
* | video: have a generic context struct for hwdec backends | wm4 | 2015-01-22 | 2 | -2/+6 |
* | vaapi: minor simplification | wm4 | 2015-01-21 | 1 | -1/+1 |
* | video: remove vfcap.h | wm4 | 2015-01-21 | 5 | -22/+6 |
* | vf_scale: replace ancient fallback image format selection | wm4 | 2015-01-21 | 1 | -141/+16 |
* | vf: make message less confusing | wm4 | 2015-01-13 | 1 | -1/+1 |
* | win32: request UTF-16 API variants, Vista+ APIs, and COM C macros | wm4 | 2015-01-07 | 1 | -1/+1 |
* | vf_vapoursynth: autodetect CPU count | wm4 | 2015-01-05 | 1 | -3/+8 |
* | vf_vapoursynth: fix Lua backend | wm4 | 2015-01-03 | 1 | -0/+3 |
* | vf_vapoursynth: pass through container FPS value | wm4 | 2015-01-03 | 2 | -0/+3 |
* | video: better pipelining with vf_vapoursynth | wm4 | 2015-01-03 | 3 | -8/+73 |
* | command: make empty vf-metadata not an error | wm4 | 2014-12-30 | 1 | -3/+4 |
* | vf: fix crash if filter doesn't provide control entrypoint | wm4 | 2014-12-30 | 1 | -1/+1 |
* | video: remove internal QP passing | wm4 | 2014-12-03 | 2 | -78/+3 |
* | video/filter: kill vf_pp (libpostproc) | wm4 | 2014-12-03 | 2 | -157/+0 |
* | Silence some Coverity warnings | wm4 | 2014-11-21 | 1 | -1/+1 |
* | video: move formatting of image parameters to separate function | wm4 | 2014-11-12 | 1 | -21/+2 |
* | vf: minor simplification | wm4 | 2014-11-12 | 2 | -16/+9 |
* | vf_sub: fix previous commit | wm4 | 2014-11-11 | 1 | -3/+3 |
* | vf_sub: don't crash if no subtitle context is available | wm4 | 2014-11-11 | 1 | -0/+3 |
* | video: remove swapped-endian image format aliases | wm4 | 2014-11-05 | 1 | -32/+16 |
* | vf_vapoursynth: add debug message when returning error from GetFrame | wm4 | 2014-10-13 | 1 | -0/+1 |
* | vf_vapoursynth: don't error if invoke() doesn't return a clip | wm4 | 2014-10-12 | 1 | -3/+2 |
* | vf_vapoursynth: resolve paths relative to home/config | wm4 | 2014-10-12 | 1 | -0/+3 |
* | vf_vapoursynth: add standalone Lua scripting | wm4 | 2014-10-12 | 2 | -1/+262 |
* | vf_vapoursynth: abstract scripting backend | wm4 | 2014-10-12 | 1 | -28/+87 |
* | vf_vapoursynth: return dummy frames if frames are requested during init | wm4 | 2014-10-11 | 1 | -1/+12 |
* | vf_vapoursynth: factor stuff | wm4 | 2014-10-11 | 1 | -13/+25 |
* | vf_vapoursynth: when seeking, recreate only if it's already created | wm4 | 2014-10-11 | 1 | -1/+2 |
* | vf_vapoursynth: fail gracefully if filter init requests frames | wm4 | 2014-10-11 | 1 | -0/+10 |
* | vf_lavfi: proper rounding for lavfi->mpv aspect ratio | wm4 | 2014-10-09 | 1 | -2/+3 |
* | vf_lavfi: fix compilation failure | wm4 | 2014-10-08 | 1 | -1/+0 |
* | vf_stereo3d: fix "auto" input format with libav | Alessandro Ghedini | 2014-10-04 | 1 | -1/+1 |
* | Fix build with libavfilter disabled | wm4 | 2014-09-28 | 1 | -1/+1 |
* | video: change automatic rotation and 3D filter insertion | wm4 | 2014-09-27 | 2 | -11/+111 |
* | vf_lavfi: make chaining from other filters more flexible | wm4 | 2014-09-27 | 3 | -26/+45 |
* | Remove mpbswap.h | wm4 | 2014-09-25 | 1 | -3/+4 |
* | vf_vapoursynth: make it possible to get filter output incrementally | wm4 | 2014-09-23 | 1 | -27/+77 |
* | vf_lavfi: fetch output frames incrementally | wm4 | 2014-09-18 | 1 | -22/+24 |
* | video/filter: allow better dataflow | wm4 | 2014-09-18 | 2 | -2/+20 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 1 | -0/+2 |
* | vf_softpulldown: handle null mpi_image correctly | shdown | 2014-08-30 | 1 | -3/+3 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 2 | -2/+1 |
* | vf_vapoursynth: add more VS frame properties | Bin Jin | 2014-08-22 | 1 | -0/+8 |
* | vf_vapoursynth: add display resolution support | Bin Jin | 2014-08-22 | 1 | -0/+5 |
* | 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 | -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 | 2012-12-12 | 1 | -10/+15 |
* | vf_sub: fix aspect ratio when using margins | wm4 | 2012-12-12 | 1 | -3/+3 |
* | video: add support for 12 and 14 bit YUV pixel formats | Stephen Hutchinson | 2012-12-03 | 1 | -0/+12 |
* | sws_utils: remove unused helper | wm4 | 2012-11-24 | 1 | -1/+5 |
* | screenshot: add subs even with vf_screenshot | wm4 | 2012-11-21 | 1 | -0/+1 |
* | video: fix bogus uses of mp_image.w/width | wm4 | 2012-11-21 | 1 | -2/+4 |
* | vf_softpulldown: fix possible regression | wm4 | 2012-11-20 | 1 | -1/+2 |
* | video/filter: rename vf_eq2 to vf_eq | wm4 | 2012-11-16 | 2 | -4/+4 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 2 | -29/+2 |
* | vf_dlopen: fix a typo in zeroing memory (thanks, pigoz) | Rudolf Polzer | 2012-11-13 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 32 | -161/+162 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 34 | -0/+11133 |