1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00
mpv/video/filter
Natanael Copa ce1a511e22 video/filter: fix PIC compile on x86
When using PIC on x86 (eg with hardened toolchains) the ebx register is
reserverd and cannot be used in assembly code.

For vf_eq we allow the compiler to use memory as input.

For vf_noise we temoporarily borrow the ebp register.

This fixes #361.

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
2013-11-26 23:43:56 +01:00
..
pullup.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
pullup.h
vf_crop.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_delogo.c Fix some more -Wshadow warnings 2013-11-01 17:35:38 +01:00
vf_divtc.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_dlopen.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_dlopen.h
vf_down3dright.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_dsize.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_eq.c video/filter: fix PIC compile on x86 2013-11-26 23:43:56 +01:00
vf_expand.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_flip.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_format.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_gradfun.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_hqdn3d.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_ilpack.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_lavfi.c options: print lavfi filter list with --vf=lavfi=help 2013-11-23 21:35:52 +01:00
vf_mirror.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_noformat.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_noise.c video/filter: fix PIC compile on x86 2013-11-26 23:43:56 +01:00
vf_phase.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_pp.c options: implement --pphelp differently 2013-11-23 21:34:24 +01:00
vf_pullup.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_rotate.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_scale.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_screenshot.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_softpulldown.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_stereo3d.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_sub.c osd: remove mp_osd_res.video_par field 2013-11-24 14:44:58 +01:00
vf_swapuv.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_unsharp.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_vavpp.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vf_vo.c Rename sub.c/.h to osd.c/.h 2013-11-24 14:44:58 +01:00
vf_yadif.c Enable -Wshadow 2013-11-01 13:00:15 +01:00
vf.c options: implement --pphelp differently 2013-11-23 21:34:24 +01:00
vf.h options: implement --pphelp differently 2013-11-23 21:34:24 +01:00